AzureDataExplorerSinkResponse

data class AzureDataExplorerSinkResponse(val disableMetricsCollection: Any? = null, val flushImmediately: Any? = null, val ingestionMappingAsJson: Any? = null, val ingestionMappingName: Any? = null, val maxConcurrentConnections: Any? = null, val sinkRetryCount: Any? = null, val sinkRetryWait: Any? = null, val type: String, val writeBatchSize: Any? = null, val writeBatchTimeout: Any? = null)

A copy activity Azure Data Explorer sink.

Constructors

Link copied to clipboard
constructor(disableMetricsCollection: Any? = null, flushImmediately: Any? = null, ingestionMappingAsJson: Any? = null, ingestionMappingName: Any? = null, maxConcurrentConnections: Any? = 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

If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).

Link copied to clipboard
val flushImmediately: Any? = null

If set to true, any aggregation will be skipped. Default is false. Type: boolean.

Link copied to clipboard

An explicit column mapping description provided in a json format. Type: string.

Link copied to clipboard

A name of a pre-created csv mapping that was defined on the target Kusto table. Type: string.

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
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 'AzureDataExplorerSink'.

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