AzureDataExplorerSink interface
复制活动 Azure 数据资源管理器接收器。
- 扩展
属性
| flush |
如果设置为 true,将跳过任何聚合。 默认值为 false。 类型:布尔值。 |
| ingestion |
json 格式提供的显式列映射说明。 类型:字符串。 |
| ingestion |
在目标 Kusto 表上定义的预定义 csv 映射的名称。 类型:字符串。 |
| type | 多态鉴别器,它指定此对象可以的不同类型的 |
继承属性
| disable |
如果为 true,则禁用数据存储指标集合。 默认值为 false。 类型:布尔值(或带有 resultType 布尔值的表达式)。 |
| max |
接收器数据存储的最大并发连接计数。 类型:整数(或包含 resultType 整数的表达式)。 |
| sink |
接收器重试计数。 类型:整数(或包含 resultType 整数的表达式)。 |
| sink |
接收器重试等待。 类型:string(或带有 resultType 字符串的表达式),模式:(\d+)。?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). |
| write |
写入批大小。 类型:整数(或包含 resultType 整数的表达式),最小值:0。 |
| write |
写入批处理超时。 类型:string(或带有 resultType 字符串的表达式),模式:(\d+)。?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). |
属性详细信息
flushImmediately
如果设置为 true,将跳过任何聚合。 默认值为 false。 类型:布尔值。
flushImmediately?: any
属性值
any
ingestionMappingAsJson
json 格式提供的显式列映射说明。 类型:字符串。
ingestionMappingAsJson?: any
属性值
any
ingestionMappingName
在目标 Kusto 表上定义的预定义 csv 映射的名称。 类型:字符串。
ingestionMappingName?: any
属性值
any
type
多态鉴别器,它指定此对象可以的不同类型的
type: "AzureDataExplorerSink"
属性值
"AzureDataExplorerSink"
继承属性详细信息
disableMetricsCollection
如果为 true,则禁用数据存储指标集合。 默认值为 false。 类型:布尔值(或带有 resultType 布尔值的表达式)。
disableMetricsCollection?: any
属性值
any
maxConcurrentConnections
接收器数据存储的最大并发连接计数。 类型:整数(或包含 resultType 整数的表达式)。
maxConcurrentConnections?: any
属性值
any
sinkRetryCount
sinkRetryWait
接收器重试等待。 类型:string(或带有 resultType 字符串的表达式),模式:(\d+)。?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])).
sinkRetryWait?: any
属性值
any
writeBatchSize
writeBatchTimeout
写入批处理超时。 类型:string(或带有 resultType 字符串的表达式),模式:(\d+)。?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])).
writeBatchTimeout?: any
属性值
any