GoogleCloudStorageReadSettings interface
Google Cloud Storage 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). |
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). |
modified |
The end of file's modified datetime. Type: string (or Expression with resultType string). |
modified |
The start of file's modified datetime. Type: string (or Expression with resultType string). |
partition |
Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string). |
prefix | The prefix filter for the Google Cloud Storage object name. 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 |
wildcard |
Google Cloud Storage wildcardFileName. Type: string (or Expression with resultType string). |
wildcard |
Google Cloud Storage 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
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
modifiedDatetimeEnd
The end of file's modified datetime. Type: string (or Expression with resultType string).
modifiedDatetimeEnd?: any
Property Value
any
modifiedDatetimeStart
The start of file's modified datetime. Type: string (or Expression with resultType string).
modifiedDatetimeStart?: 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
prefix
The prefix filter for the Google Cloud Storage object name. Type: string (or Expression with resultType string).
prefix?: 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: "GoogleCloudStorageReadSettings"
Property Value
"GoogleCloudStorageReadSettings"
wildcardFileName
Google Cloud Storage wildcardFileName. Type: string (or Expression with resultType string).
wildcardFileName?: any
Property Value
any
wildcardFolderPath
Google Cloud Storage 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