AzureDataExplorerSink Class
A copy activity Azure Data Explorer sink.
Constructor
AzureDataExplorerSink(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
write_batch_size
|
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0. |
|
write_batch_timeout
|
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((d+).)?(dd):(60|([0-5][0-9])):(60|([0-5][0-9])). |
|
sink_retry_count
|
Sink retry count. Type: integer (or Expression with resultType integer). |
|
sink_retry_wait
|
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((d+).)?(dd):(60|([0-5][0-9])):(60|([0-5][0-9])). |
|
max_concurrent_connections
|
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer). |
|
disable_metrics_collection
|
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean). |
|
ingestion_mapping_name
|
A name of a pre-created csv mapping that was defined on the target Kusto table. Type: string. |
|
ingestion_mapping_as_json
|
An explicit column mapping description provided in a json format. Type: string. |
|
flush_immediately
|
If set to true, any aggregation will be skipped. Default is false. Type: boolean. |
|
type
|
Copy sink type. Required. Default value is "AzureDataExplorerSink". |
Attributes
flush_immediately
boolean.
flush_immediately: Any | None
ingestion_mapping_as_json
string.
ingestion_mapping_as_json: Any | None
ingestion_mapping_name
string.
ingestion_mapping_name: Any | None
type
Copy sink type. Required. Default value is "AzureDataExplorerSink".
type: Literal['AzureDataExplorerSink']