QueryDefinition interface
The definition of a query.
Properties
dataset | Has definition for data in this query. |
timeframe | The time frame for pulling data for the query. If custom, then a specific time period must be provided. |
time |
Has time period for pulling data for the query. |
type | The type of the query. |
Property Details
dataset
timeframe
The time frame for pulling data for the query. If custom, then a specific time period must be provided.
timeframe: string
Property Value
string
timePeriod
Has time period for pulling data for the query.
timePeriod?: QueryTimePeriod
Property Value
type
The type of the query.
type: string
Property Value
string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript