TSDataConstants: {
    AGGREGATES_QUERY_TYPE: "aggregates";
    MAX_AGGREGATES_RESULT_COUNT: 100;
    MAX_RESULT_COUNT: 200;
    MIN_INTERVALS: 1;
    MIN_RESULT_COUNT: 1;
} = ...

An object containing time series data related constants.

Type declaration

  • ReadonlyAGGREGATES_QUERY_TYPE: "aggregates"

    Query type value for simple time series aggregates requests

  • ReadonlyMAX_AGGREGATES_RESULT_COUNT: 100

    Maximum number of records that can be requested in an aggregates range query

  • ReadonlyMAX_RESULT_COUNT: 200

    Maximum number of records that can be requested

  • ReadonlyMIN_INTERVALS: 1

    Minimum number of intervals that can be requested

  • ReadonlyMIN_RESULT_COUNT: 1

    Minimum number of records that can be requested