Package version:

Interface AzureBlobStorageWriteSettings

Azure blob write settings.

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

Hierarchy (view full)

Properties

blockSizeInMB?: any

Indicates the block size(MB) when writing data to blob. Type: integer (or Expression with resultType integer).

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

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