TimeSeriesQuery🔗
Time Series sub-query properties.
Definition🔗
export interface TimeSeriesQuery {
// GCP project to execute the query against.
projectName: string;
// MQL query to be executed.
query: string;
// To disable the graphPeriod, it should explictly be set to 'disabled'.
graphPeriod?: string;
}
Methods🔗
No methods.