Package version:
Optional
deleteIndicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
Optional
disableIf true, disable parallel reading within each file. Default is false. Type: boolean (or Expression with resultType boolean).
Optional
disableIf true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
Optional
enableIndicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
Optional
filePoint 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
maxThe maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
Optional
partitionSpecify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
Optional
recursiveIf true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
Polymorphic discriminator, which specifies the different types this object can be
Optional
useSpecify whether to use binary transfer mode for FTP stores. Type: boolean (or Expression with resultType boolean).
Optional
wildcardFtp wildcardFileName. Type: string (or Expression with resultType string).
Optional
wildcardFtp wildcardFolderPath. Type: string (or Expression with resultType string).
Ftp read settings.