Package version:

Interface AzureDataLakeStoreReadSettings

Azure data lake store 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).

listAfter?: any

Lists files after the value (exclusive) based on file/folder names’ lexicographical order. Applies under the folderPath in data set, and filter files/sub-folders under the folderPath. Type: string (or Expression with resultType string).

listBefore?: any

Lists files before the value (inclusive) based on file/folder names’ lexicographical order. Applies under the folderPath in data set, and filter files/sub-folders under the folderPath. 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).

recursive?: any

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

type: "AzureDataLakeStoreReadSettings"

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

wildcardFileName?: any

ADLS wildcardFileName. Type: string (or Expression with resultType string).

wildcardFolderPath?: any

ADLS wildcardFolderPath. Type: string (or Expression with resultType string).

Generated using TypeDoc