Package version:

Interface AzureBlobStorageReadSettings

Azure blob read settings.

interface AzureBlobStorageReadSettings {
    deleteFilesAfterCompletion?: any;
    disableMetricsCollection?: any;
    enablePartitionDiscovery?: any;
    fileListPath?: any;
    maxConcurrentConnections?: any;
    modifiedDatetimeEnd?: any;
    modifiedDatetimeStart?: any;
    partitionRootPath?: any;
    prefix?: any;
    recursive?: any;
    type: "AzureBlobStorageReadSettings";
    wildcardFileName?: any;
    wildcardFolderPath?: any;
}

Hierarchy (view full)

Properties

deleteFilesAfterCompletion?: any

Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).

disableMetricsCollection?: any

If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).

enablePartitionDiscovery?: any

Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).

fileListPath?: any

Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).

maxConcurrentConnections?: any

The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).

modifiedDatetimeEnd?: any

The end of file's modified datetime. Type: string (or Expression with resultType string).

modifiedDatetimeStart?: any

The start of file's modified datetime. Type: string (or Expression with resultType string).

partitionRootPath?: any

Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).

prefix?: any

The prefix filter for the Azure Blob name. Type: string (or Expression with resultType string).

recursive?: any

If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).

type

Polymorphic discriminator, which specifies the different types this object can be

wildcardFileName?: any

Azure blob wildcardFileName. Type: string (or Expression with resultType string).

wildcardFolderPath?: any

Azure blob wildcardFolderPath. Type: string (or Expression with resultType string).