TSDataConstants: {
    MAX_RESULT_COUNT: 200;
    MIN_INTERVALS: 1;
    MIN_RESULT_COUNT: 1;
} = ...

An object containing time series data related constants.

Type declaration

  • 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