Package version:

Interface StoreWriteSettings

Connector write settings.

interface StoreWriteSettings {
    copyBehavior?: any;
    disableMetricsCollection?: any;
    maxConcurrentConnections?: any;
    metadata?: MetadataItem[];
    type:
        | "SftpWriteSettings"
        | "AzureBlobStorageWriteSettings"
        | "AzureBlobFSWriteSettings"
        | "AzureDataLakeStoreWriteSettings"
        | "FileServerWriteSettings"
        | "AzureFileStorageWriteSettings"
        | "LakeHouseWriteSettings";
    [property: string]: any;
}

Hierarchy (view full)

Indexable

  • [property: string]: any

    Describes unknown properties. The value of an unknown property can be of "any" type.

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

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:
    | "SftpWriteSettings"
    | "AzureBlobStorageWriteSettings"
    | "AzureBlobFSWriteSettings"
    | "AzureDataLakeStoreWriteSettings"
    | "FileServerWriteSettings"
    | "AzureFileStorageWriteSettings"
    | "LakeHouseWriteSettings"

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