BatchQueryRequest interface
A single request in a batch.
Properties
| body | The Analytics query. Learn more about the Analytics query syntax |
| headers | Headers of the request. Can use prefer header to set server timeout and to query statistics and visualization information. |
| id | Unique ID corresponding to each request in the batch. |
| method | The method of a single request in a batch. |
| path | The path for the batch query request. |
| workspace | Primary Workspace ID of the query. This is the Workspace ID from the Properties blade in the Azure portal. |
Property Details
body
headers
Headers of the request. Can use prefer header to set server timeout and to query statistics and visualization information.
headers?: Record<string, string>
Property Value
Record<string, string>
id
Unique ID corresponding to each request in the batch.
id: string
Property Value
string
method
The method of a single request in a batch.
method: "POST"
Property Value
"POST"
path
The path for the batch query request.
path: "/query"
Property Value
"/query"
workspace
Primary Workspace ID of the query. This is the Workspace ID from the Properties blade in the Azure portal.
workspace: string
Property Value
string