BlobSinkResponse

data class BlobSinkResponse(val blobWriterAddHeader: Any? = null, val blobWriterDateTimeFormat: Any? = null, val blobWriterOverwriteFiles: Any? = null, val copyBehavior: Any? = null, val disableMetricsCollection: Any? = null, val maxConcurrentConnections: Any? = null, val metadata: List<MetadataItemResponse>? = null, val sinkRetryCount: Any? = null, val sinkRetryWait: Any? = null, val type: String, val writeBatchSize: Any? = null, val writeBatchTimeout: Any? = null)

A copy activity Azure Blob sink.

Constructors

Link copied to clipboard
constructor(blobWriterAddHeader: Any? = null, blobWriterDateTimeFormat: Any? = null, blobWriterOverwriteFiles: Any? = null, copyBehavior: Any? = null, disableMetricsCollection: Any? = null, maxConcurrentConnections: Any? = null, metadata: List<MetadataItemResponse>? = null, sinkRetryCount: Any? = null, sinkRetryWait: Any? = null, type: String, writeBatchSize: Any? = null, writeBatchTimeout: Any? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Blob writer add header. Type: boolean (or Expression with resultType boolean).

Link copied to clipboard

Blob writer date time format. Type: string (or Expression with resultType string).

Link copied to clipboard

Blob writer overwrite files. Type: boolean (or Expression with resultType boolean).

Link copied to clipboard
val copyBehavior: Any? = null

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 sink 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).

Link copied to clipboard
val sinkRetryCount: Any? = null

Sink retry count. Type: integer (or Expression with resultType integer).

Link copied to clipboard
val sinkRetryWait: Any? = null

Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|(0-9)):(60|(0-9)).

Link copied to clipboard

Copy sink type. Expected value is 'BlobSink'.

Link copied to clipboard
val writeBatchSize: Any? = null

Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.

Link copied to clipboard
val writeBatchTimeout: Any? = null

Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|(0-9)):(60|(0-9)).