Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AzureDataLakeStoreReadSettings

Package version

Azure data lake store read settings.

Hierarchy

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

Optional deleteFilesAfterCompletion

deleteFilesAfterCompletion: any

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

Optional enablePartitionDiscovery

enablePartitionDiscovery: undefined | false | true

Indicates whether to enable partition discovery.

Optional fileListPath

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

Optional listAfter

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

Optional listBefore

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

Optional maxConcurrentConnections

maxConcurrentConnections: any

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

Optional modifiedDatetimeEnd

modifiedDatetimeEnd: any

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

Optional modifiedDatetimeStart

modifiedDatetimeStart: any

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

Optional partitionRootPath

partitionRootPath: any

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

Optional recursive

recursive: any

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

type

type: "AzureDataLakeStoreReadSettings"

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

Optional wildcardFileName

wildcardFileName: any

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

Optional wildcardFolderPath

wildcardFolderPath: any

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

Generated using TypeDoc