Package version:

Interface AzureFileStorageReadSettings

Azure File Storage read settings.

Hierarchy

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).

enablePartitionDiscovery?: boolean

Indicates whether to enable partition discovery.

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 File name starting from root path. 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: "AzureFileStorageReadSettings"

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

wildcardFileName?: any

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

wildcardFolderPath?: any

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

Generated using TypeDoc