queryType

@JvmName(name = "ajlqikfyylxkvrek")
suspend fun queryType(value: Output<String>)
@JvmName(name = "apxjputatmanrlxw")
suspend fun queryType(value: String?)

Parameters

value

The type of query results. Possible values are ResultCount and Number. Default is ResultCount. If set to Number, query must include an AggregatedValue column of a numeric type, for example, Heartbeat | summarize AggregatedValue = count() by bin(TimeGenerated, 5m).