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.

timePeriod

Has time period for pulling data for the query.

type

The type of the query.

Property Details

dataset

Has definition for data in this query.

dataset: QueryDataset

Property Value

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