AzureBlobFSWriteSettings Class
Azure blobFS write settings.
Constructor
AzureBlobFSWriteSettings(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
max_concurrent_connections
|
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer). |
|
disable_metrics_collection
|
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean). |
|
copy_behavior
|
The type of copy behavior for copy sink. |
|
metadata
|
Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects). |
|
block_size_in_mb
|
Indicates the block size(MB) when writing data to blob. Type: integer (or Expression with resultType integer). |
|
type
|
The write setting type. Required. Default value is "AzureBlobFSWriteSettings". |
Attributes
block_size_in_mb
integer (or Expression with resultType integer).
block_size_in_mb: Any | None
type
The write setting type. Required. Default value is "AzureBlobFSWriteSettings".
type: Literal['AzureBlobFSWriteSettings']