Azure Blob FSWrite Settings Args
data class AzureBlobFSWriteSettingsArgs(val blockSizeInMB: Output<Any>? = null, val copyBehavior: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AzureBlobFSWriteSettingsArgs>
Azure blobFS write settings.
Constructors
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).