Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TSMRangeOptions

The 'TS.MRange' command optional parameters

param count

The 'COUNT' optional parameter

param aggregation

The 'AGGREGATION' optional parameter

param aggregation.type

The type of the 'AGGREGATION' command

param aggregation.timeBucket

The time bucket of the 'AGGREGATION' command

param withLabels

The 'WITHLABELS' optional parameter

param groupBy

The 'GROUPBY' optional parameters

param groupBy.label

The label of the 'GROUPBY' parameters

param groupBy.reducer

The reducer of the 'GROUPBY' parameters

Hierarchy

Index

Properties

aggregation?: { timeBucket: number; type: TSAggregationType }

Type declaration

align?: TSAlignType
count?: number
filterByTS?: string[]
filterByValue?: { max: number; min: number }

Type declaration

  • max: number
  • min: number
groupBy?: { label: string; reducer: "MIN" | "MAX" | "SUM" }

Type declaration

  • label: string
  • reducer: "MIN" | "MAX" | "SUM"
withLabels?: boolean

Generated using TypeDoc