AzureDataLakeStoreWriteSettingsResponse

data class AzureDataLakeStoreWriteSettingsResponse(val copyBehavior: Any? = null, val disableMetricsCollection: Any? = null, val expiryDateTime: Any? = null, val maxConcurrentConnections: Any? = null, val metadata: List<MetadataItemResponse>? = null, val type: String)

Azure data lake store write settings.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val copyBehavior: Any? = null

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
val expiryDateTime: 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

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

Link copied to clipboard

Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).

Link copied to clipboard

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