AzureDataLakeStoreWriteSettings Class

Azure data lake store write settings.

Constructor

AzureDataLakeStoreWriteSettings(*args: Any, **kwargs: Any)

Variables

Name Description
max_concurrent_connections
any

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

disable_metrics_collection
any

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

copy_behavior
any

The type of copy behavior for copy sink.

metadata

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

expiry_date_time
any

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).

type
str

The write setting type. Required. Default value is "AzureDataLakeStoreWriteSettings".

Attributes

expiry_date_time

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).

expiry_date_time: Any | None

type

The write setting type. Required. Default value is "AzureDataLakeStoreWriteSettings".

type: Literal['AzureDataLakeStoreWriteSettings']