Azure Blob Storage Write Settings Args
data class AzureBlobStorageWriteSettingsArgs(val blockSizeInMB: Output<Any>? = null, val copyBehavior: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val metadata: Output<List<MetadataItemArgs>>? = null, val type: Output<String>) : ConvertibleToJava<AzureBlobStorageWriteSettingsArgs>
Azure blob write settings.
Properties
Link copied to clipboard
Indicates the block size(MB) when writing data to blob. Type: integer (or Expression with resultType integer).
Link copied to clipboard
The type of copy behavior for copy sink.
Link copied to clipboard
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
Link copied to clipboard
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
Link copied to clipboard
Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).