Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISeriesFilter

This interface specifies all fragments which can be used to filter for specific series.

Hierarchy

  • ISeriesFilter

Index

Properties

Optional aggregationType

aggregationType: aggregationType

For which aggregation it should filter, see aggregationType

dateFrom

dateFrom: string | Date

From which date the series should be gathered

dateTo

dateTo: string | Date

To which date the series should be gathered

Optional series

series: string | string[]

The series type and name

example

const series: string[] = ['c8y_AccelerationMeasurement.acceleration', '...'];

source

source: number | string

The ManagedObject which is the source of these series

Generated using TypeDoc