AzureDataLakeStoreWriteSettingsArgs

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

Link copied to clipboard
constructor(copyBehavior: Output<Any>? = null, disableMetricsCollection: Output<Any>? = null, expiryDateTime: Output<Any>? = null, maxConcurrentConnections: Output<Any>? = null, type: Output<String>)

Properties

Link copied to clipboard
val copyBehavior: Output<Any>? = null

The type of copy behavior for copy sink.

Link copied to clipboard
val disableMetricsCollection: Output<Any>? = null

If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).

Link copied to clipboard
val expiryDateTime: Output<Any>? = null

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
val maxConcurrentConnections: Output<Any>? = null

The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).

Link copied to clipboard
val type: Output<String>

The write setting type. Expected value is 'AzureDataLakeStoreWriteSettings'.

Functions

Link copied to clipboard
open override fun toJava(): AzureDataLakeStoreWriteSettingsArgs