AzureBlobStorageWriteSettings Class

Azure blob write settings.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.datafactory.models._models_py3.StoreWriteSettings
AzureBlobStorageWriteSettings

Constructor

AzureBlobStorageWriteSettings(*, additional_properties: Optional[Dict[str, Any]] = None, max_concurrent_connections: Optional[Any] = None, disable_metrics_collection: Optional[Any] = None, copy_behavior: Optional[Any] = None, block_size_in_mb: Optional[Any] = None, **kwargs)

Variables

additional_properties
dict[str, any]

Unmatched properties from the message are deserialized to this collection.

type
str

Required. The write setting type.Constant filled by server.

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.

block_size_in_mb
any

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