FtpReadSettings interface
Ftp read settings.
- Extends
Properties
delete |
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean). |
disable |
If true, disable parallel reading within each file. Default is false. Type: boolean (or Expression with resultType boolean). |
enable |
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean). |
file |
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). |
partition |
Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string). |
recursive | 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 |
use |
Specify whether to use binary transfer mode for FTP stores. Type: boolean (or Expression with resultType boolean). |
wildcard |
Ftp wildcardFileName. Type: string (or Expression with resultType string). |
wildcard |
Ftp wildcardFolderPath. Type: string (or Expression with resultType string). |
Inherited Properties
disable |
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean). |
max |
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer). |
Property Details
deleteFilesAfterCompletion
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
deleteFilesAfterCompletion?: any
Property Value
any
disableChunking
If true, disable parallel reading within each file. Default is false. Type: boolean (or Expression with resultType boolean).
disableChunking?: any
Property Value
any
enablePartitionDiscovery
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
enablePartitionDiscovery?: any
Property Value
any
fileListPath
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).
fileListPath?: any
Property Value
any
partitionRootPath
Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
partitionRootPath?: any
Property Value
any
recursive
If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
recursive?: any
Property Value
any
type
Polymorphic discriminator, which specifies the different types this object can be
type: "FtpReadSettings"
Property Value
"FtpReadSettings"
useBinaryTransfer
Specify whether to use binary transfer mode for FTP stores. Type: boolean (or Expression with resultType boolean).
useBinaryTransfer?: any
Property Value
any
wildcardFileName
Ftp wildcardFileName. Type: string (or Expression with resultType string).
wildcardFileName?: any
Property Value
any
wildcardFolderPath
Ftp wildcardFolderPath. Type: string (or Expression with resultType string).
wildcardFolderPath?: any
Property Value
any
Inherited Property Details
disableMetricsCollection
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
disableMetricsCollection?: any
Property Value
any
Inherited From StoreReadSettings.disableMetricsCollection
maxConcurrentConnections
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
maxConcurrentConnections?: any
Property Value
any
Inherited From StoreReadSettings.maxConcurrentConnections