All Products
Search
Document Center

Tablestore:TimeseriesKey

Last Updated:Aug 22, 2024

Specifies the identifiers of a time series.

Usage notes

The definition of TimeseriesKey varies based on the value of the supported_table_version parameter in the PutTimeseriesData, GetTimeseriesData, UpdateTimeseriesMeta, QueryTimeseriesMeta, DeleteTimeseriesMeta, and ScanTimeseriesData operations.

Data structure

message TimeseriesKey {
  optional string measurement = 1;
  optional string source = 2;
  optional string tags = 3;
}

Parameter

Type

Required

Description

measurement

string

No

The name of the metric.

source

string

No

The data source.

tags

string

No

The tags.