GoogleCloudStorageReadSettings Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. models. StoreReadSettings - com.
azure. resourcemanager. datafactory. models. GoogleCloudStorageReadSettings
- com.
- com.
public final class GoogleCloudStorageReadSettings
extends StoreReadSettings
Google Cloud Storage read settings.
Constructor Summary
| Constructor | Description |
|---|---|
| GoogleCloudStorageReadSettings() |
Creates an instance of Google |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Object |
deleteFilesAfterCompletion()
Get the delete |
| Object |
enablePartitionDiscovery()
Get the enable |
| Object |
fileListPath()
Get the file |
|
static
Google |
fromJson(JsonReader jsonReader)
Reads an instance of Google |
| Object |
modifiedDatetimeEnd()
Get the modified |
| Object |
modifiedDatetimeStart()
Get the modified |
| Object |
partitionRootPath()
Get the partition |
| Object |
prefix()
Get the prefix property: The prefix filter for the Google Cloud Storage object name. |
| Object |
recursive()
Get the recursive property: If true, files under the folder path will be read recursively. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The read setting type. |
| void |
validate()
Validates the instance. |
| Object |
wildcardFileName()
Get the wildcard |
| Object |
wildcardFolderPath()
Get the wildcard |
|
Google |
withDeleteFilesAfterCompletion(Object deleteFilesAfterCompletion)
Set the delete |
|
Google |
withDisableMetricsCollection(Object disableMetricsCollection)
Set the disable |
|
Google |
withEnablePartitionDiscovery(Object enablePartitionDiscovery)
Set the enable |
|
Google |
withFileListPath(Object fileListPath)
Set the file |
|
Google |
withMaxConcurrentConnections(Object maxConcurrentConnections)
Set the max |
|
Google |
withModifiedDatetimeEnd(Object modifiedDatetimeEnd)
Set the modified |
|
Google |
withModifiedDatetimeStart(Object modifiedDatetimeStart)
Set the modified |
|
Google |
withPartitionRootPath(Object partitionRootPath)
Set the partition |
|
Google |
withPrefix(Object prefix)
Set the prefix property: The prefix filter for the Google Cloud Storage object name. |
|
Google |
withRecursive(Object recursive)
Set the recursive property: If true, files under the folder path will be read recursively. |
|
Google |
withWildcardFileName(Object wildcardFileName)
Set the wildcard |
|
Google |
withWildcardFolderPath(Object wildcardFolderPath)
Set the wildcard |
Methods inherited from StoreReadSettings
Methods inherited from java.lang.Object
Constructor Details
GoogleCloudStorageReadSettings
public GoogleCloudStorageReadSettings()
Creates an instance of GoogleCloudStorageReadSettings class.
Method Details
deleteFilesAfterCompletion
public Object deleteFilesAfterCompletion()
Get the deleteFilesAfterCompletion property: Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
Returns:
enablePartitionDiscovery
public Object enablePartitionDiscovery()
Get the enablePartitionDiscovery property: Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
Returns:
fileListPath
public Object fileListPath()
Get the fileListPath property: 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).
Returns:
fromJson
public static GoogleCloudStorageReadSettings fromJson(JsonReader jsonReader)
Reads an instance of GoogleCloudStorageReadSettings from the JsonReader.
Parameters:
Returns:
Throws:
modifiedDatetimeEnd
public Object modifiedDatetimeEnd()
Get the modifiedDatetimeEnd property: The end of file's modified datetime. Type: string (or Expression with resultType string).
Returns:
modifiedDatetimeStart
public Object modifiedDatetimeStart()
Get the modifiedDatetimeStart property: The start of file's modified datetime. Type: string (or Expression with resultType string).
Returns:
partitionRootPath
public Object partitionRootPath()
Get the partitionRootPath property: Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
Returns:
prefix
public Object prefix()
Get the prefix property: The prefix filter for the Google Cloud Storage object name. Type: string (or Expression with resultType string).
Returns:
recursive
public Object recursive()
Get the recursive property: If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
GoogleCloudStorageReadSettings.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The read setting type.
Overrides:
GoogleCloudStorageReadSettings.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
GoogleCloudStorageReadSettings.validate()wildcardFileName
public Object wildcardFileName()
Get the wildcardFileName property: Google Cloud Storage wildcardFileName. Type: string (or Expression with resultType string).
Returns:
wildcardFolderPath
public Object wildcardFolderPath()
Get the wildcardFolderPath property: Google Cloud Storage wildcardFolderPath. Type: string (or Expression with resultType string).
Returns:
withDeleteFilesAfterCompletion
public GoogleCloudStorageReadSettings withDeleteFilesAfterCompletion(Object deleteFilesAfterCompletion)
Set the deleteFilesAfterCompletion property: Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
Parameters:
Returns:
withDisableMetricsCollection
public GoogleCloudStorageReadSettings withDisableMetricsCollection(Object disableMetricsCollection)
Set the disableMetricsCollection property: If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
Overrides:
GoogleCloudStorageReadSettings.withDisableMetricsCollection(Object disableMetricsCollection)Parameters:
withEnablePartitionDiscovery
public GoogleCloudStorageReadSettings withEnablePartitionDiscovery(Object enablePartitionDiscovery)
Set the enablePartitionDiscovery property: Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
Parameters:
Returns:
withFileListPath
public GoogleCloudStorageReadSettings withFileListPath(Object fileListPath)
Set the fileListPath property: 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).
Parameters:
Returns:
withMaxConcurrentConnections
public GoogleCloudStorageReadSettings withMaxConcurrentConnections(Object maxConcurrentConnections)
Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
Overrides:
GoogleCloudStorageReadSettings.withMaxConcurrentConnections(Object maxConcurrentConnections)Parameters:
withModifiedDatetimeEnd
public GoogleCloudStorageReadSettings withModifiedDatetimeEnd(Object modifiedDatetimeEnd)
Set the modifiedDatetimeEnd property: The end of file's modified datetime. Type: string (or Expression with resultType string).
Parameters:
Returns:
withModifiedDatetimeStart
public GoogleCloudStorageReadSettings withModifiedDatetimeStart(Object modifiedDatetimeStart)
Set the modifiedDatetimeStart property: The start of file's modified datetime. Type: string (or Expression with resultType string).
Parameters:
Returns:
withPartitionRootPath
public GoogleCloudStorageReadSettings withPartitionRootPath(Object partitionRootPath)
Set the partitionRootPath property: Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
Parameters:
Returns:
withPrefix
public GoogleCloudStorageReadSettings withPrefix(Object prefix)
Set the prefix property: The prefix filter for the Google Cloud Storage object name. Type: string (or Expression with resultType string).
Parameters:
Returns:
withRecursive
public GoogleCloudStorageReadSettings withRecursive(Object recursive)
Set the recursive property: If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
Parameters:
Returns:
withWildcardFileName
public GoogleCloudStorageReadSettings withWildcardFileName(Object wildcardFileName)
Set the wildcardFileName property: Google Cloud Storage wildcardFileName. Type: string (or Expression with resultType string).
Parameters:
Returns:
withWildcardFolderPath
public GoogleCloudStorageReadSettings withWildcardFolderPath(Object wildcardFolderPath)
Set the wildcardFolderPath property: Google Cloud Storage wildcardFolderPath. Type: string (or Expression with resultType string).
Parameters:
Returns: