AzureDataExplorerSinkArgs

data class AzureDataExplorerSinkArgs(val disableMetricsCollection: Output<Any>? = null, val flushImmediately: Output<Any>? = null, val ingestionMappingAsJson: Output<Any>? = null, val ingestionMappingName: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val sinkRetryCount: Output<Any>? = null, val sinkRetryWait: Output<Any>? = null, val type: Output<String>, val writeBatchSize: Output<Any>? = null, val writeBatchTimeout: Output<Any>? = null) : ConvertibleToJava<AzureDataExplorerSinkArgs>

A copy activity Azure Data Explorer sink.

Constructors

Link copied to clipboard
constructor(disableMetricsCollection: Output<Any>? = null, flushImmediately: Output<Any>? = null, ingestionMappingAsJson: Output<Any>? = null, ingestionMappingName: Output<Any>? = null, maxConcurrentConnections: Output<Any>? = null, sinkRetryCount: Output<Any>? = null, sinkRetryWait: Output<Any>? = null, type: Output<String>, writeBatchSize: Output<Any>? = null, writeBatchTimeout: Output<Any>? = null)

Properties

Link copied to clipboard
val disableMetricsCollection: Output<Any>? = null

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

Link copied to clipboard
val flushImmediately: Output<Any>? = null

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

Link copied to clipboard
val ingestionMappingAsJson: Output<Any>? = null

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

Link copied to clipboard
val ingestionMappingName: Output<Any>? = null

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

Link copied to clipboard
val maxConcurrentConnections: Output<Any>? = null

The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).

Link copied to clipboard
val sinkRetryCount: Output<Any>? = null

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

Link copied to clipboard
val sinkRetryWait: Output<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
val type: Output<String>

Copy sink type. Expected value is 'AzureDataExplorerSink'.

Link copied to clipboard
val writeBatchSize: Output<Any>? = null

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

Link copied to clipboard
val writeBatchTimeout: Output<Any>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): AzureDataExplorerSinkArgs