Share via


DatasetUploadOptions interface

Options for uploading datasets

Properties

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.

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.

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