Class AmazonS3ReadSettingsResponse
- java.lang.Object
-
- com.pulumi.azurenative.datafactory.outputs.AmazonS3ReadSettingsResponse
-
public final class AmazonS3ReadSettingsResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AmazonS3ReadSettingsResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AmazonS3ReadSettingsResponse.Builder
builder()
static AmazonS3ReadSettingsResponse.Builder
builder(AmazonS3ReadSettingsResponse defaults)
java.util.Optional<java.lang.Object>
deleteFilesAfterCompletion()
java.util.Optional<java.lang.Object>
disableMetricsCollection()
java.util.Optional<java.lang.Boolean>
enablePartitionDiscovery()
java.util.Optional<java.lang.Object>
fileListPath()
java.util.Optional<java.lang.Object>
maxConcurrentConnections()
java.util.Optional<java.lang.Object>
modifiedDatetimeEnd()
java.util.Optional<java.lang.Object>
modifiedDatetimeStart()
java.util.Optional<java.lang.Object>
partitionRootPath()
java.util.Optional<java.lang.Object>
prefix()
java.util.Optional<java.lang.Object>
recursive()
java.lang.String
type()
java.util.Optional<java.lang.Object>
wildcardFileName()
java.util.Optional<java.lang.Object>
wildcardFolderPath()
-
-
-
Method Detail
-
deleteFilesAfterCompletion
public java.util.Optional<java.lang.Object> deleteFilesAfterCompletion()
- Returns:
- Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
-
disableMetricsCollection
public java.util.Optional<java.lang.Object> disableMetricsCollection()
- Returns:
- If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
-
enablePartitionDiscovery
public java.util.Optional<java.lang.Boolean> enablePartitionDiscovery()
- Returns:
- Indicates whether to enable partition discovery.
-
fileListPath
public java.util.Optional<java.lang.Object> fileListPath()
- Returns:
- 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).
-
maxConcurrentConnections
public java.util.Optional<java.lang.Object> maxConcurrentConnections()
- Returns:
- The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
-
modifiedDatetimeEnd
public java.util.Optional<java.lang.Object> modifiedDatetimeEnd()
- Returns:
- The end of file's modified datetime. Type: string (or Expression with resultType string).
-
modifiedDatetimeStart
public java.util.Optional<java.lang.Object> modifiedDatetimeStart()
- Returns:
- The start of file's modified datetime. Type: string (or Expression with resultType string).
-
partitionRootPath
public java.util.Optional<java.lang.Object> partitionRootPath()
- Returns:
- Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
-
prefix
public java.util.Optional<java.lang.Object> prefix()
- Returns:
- The prefix filter for the S3 object name. Type: string (or Expression with resultType string).
-
recursive
public java.util.Optional<java.lang.Object> recursive()
- Returns:
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
-
type
public java.lang.String type()
- Returns:
- The read setting type. Expected value is 'AmazonS3ReadSettings'.
-
wildcardFileName
public java.util.Optional<java.lang.Object> wildcardFileName()
- Returns:
- AmazonS3 wildcardFileName. Type: string (or Expression with resultType string).
-
wildcardFolderPath
public java.util.Optional<java.lang.Object> wildcardFolderPath()
- Returns:
- AmazonS3 wildcardFolderPath. Type: string (or Expression with resultType string).
-
builder
public static AmazonS3ReadSettingsResponse.Builder builder()
-
builder
public static AmazonS3ReadSettingsResponse.Builder builder(AmazonS3ReadSettingsResponse defaults)
-
-