Interface MRangeOptions

Hierarchy

Properties

AGGREGATION?: {
    BUCKETTIMESTAMP?: TimeSeriesBucketTimestamp;
    EMPTY?: boolean;
    timeBucket: Timestamp;
    type: TimeSeriesAggregationType;
}

Type declaration

ALIGN?: Timestamp
COUNT?: number
FILTER_BY_TS?: Timestamp[]
FILTER_BY_VALUE?: {
    max: number;
    min: number;
}

Type declaration

  • max: number
  • min: number
GROUPBY?: MRangeGroupBy
LATEST?: boolean

Generated using TypeDoc