DatasetUploadOptions interface
Options for uploading datasets
Properties
| connection |
The name of an Azure Storage Account connection, where the file should be uploaded. If not specified, the default Azure Storage Account connection will be used. |
| file |
Only for folder uploads. A regex pattern to filter files to be uploaded. Only files matching the pattern will be uploaded. If not specified, all files will be uploaded. |
Property Details
connectionName
The name of an Azure Storage Account connection, where the file should be uploaded. If not specified, the default Azure Storage Account connection will be used.
connectionName?: string
Property Value
string
filePattern
Only for folder uploads. A regex pattern to filter files to be uploaded. Only files matching the pattern will be uploaded. If not specified, all files will be uploaded.
filePattern?: RegExp
Property Value
RegExp