Package version:

Interface AzureDataLakeStoreWriteSettings

Azure data lake store write settings.

interface AzureDataLakeStoreWriteSettings {
    copyBehavior?: any;
    disableMetricsCollection?: any;
    expiryDateTime?: any;
    maxConcurrentConnections?: any;
    metadata?: MetadataItem[];
    type: "AzureDataLakeStoreWriteSettings";
}

Hierarchy (view full)

Properties

copyBehavior?: any

The type of copy behavior for copy sink.

disableMetricsCollection?: any

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

expiryDateTime?: 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).

maxConcurrentConnections?: any

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

metadata?: MetadataItem[]

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

type

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