AzureDataLakeStoreWriteSettings interface

Azure data lake store write settings.

Extends

Properties

expiryDateTime

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

Polymorphic discriminator, which specifies the different types this object can be

Inherited Properties

copyBehavior

The type of copy behavior for copy sink.

disableMetricsCollection

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

maxConcurrentConnections

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

metadata

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

Property Details

expiryDateTime

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

expiryDateTime?: any

Property Value

any

type

Polymorphic discriminator, which specifies the different types this object can be

type: "AzureDataLakeStoreWriteSettings"

Property Value

"AzureDataLakeStoreWriteSettings"

Inherited Property Details

copyBehavior

The type of copy behavior for copy sink.

copyBehavior?: any

Property Value

any

Inherited From StoreWriteSettings.copyBehavior

disableMetricsCollection

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

disableMetricsCollection?: any

Property Value

any

Inherited From StoreWriteSettings.disableMetricsCollection

maxConcurrentConnections

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

maxConcurrentConnections?: any

Property Value

any

Inherited From StoreWriteSettings.maxConcurrentConnections

metadata

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

metadata?: MetadataItem[]

Property Value

Inherited From StoreWriteSettings.metadata