Parameter | Description |
---|---|
Database Name | Your Azure Data Explorer database name. |
Query | Your Kusto query. |
{
"Tables": [
{
"TableName": "<string>",
"Columns": [
{
"ColumnName": "<string>",
"DataType": "<string>",
"ColumnType": "<string>"
}
],
"Rows": [
[
"<string>"
]
]
}
]
}
Was this page helpful?