Azure Data Lake Store Write Settings Args
data class AzureDataLakeStoreWriteSettingsArgs(val copyBehavior: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val expiryDateTime: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AzureDataLakeStoreWriteSettingsArgs>
Azure data lake store write settings.
Constructors
Properties
Link copied to clipboard
The type of copy behavior for copy sink.
Link copied to clipboard
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
Link copied to clipboard
Specifies the expiry time of the written files. The time is applied to the UTC time zone in the format of "2018-12-01T05:00:00Z". Default value is NULL. Type: string (or Expression with resultType string).
Link copied to clipboard
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).