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