All Products
Search
Document Center

Tablestore:TimeseriesTag

Last Updated:Apr 15, 2025

TimeseriesTag Specifies the tags of time series.

Data structures

message TimeseriesTag {
  required string name = 1;
  required string value = 2;
}

Parameter

Type

Required

Description

name

string

Yes

The name of the tag.

value

string

Yes

The value of the tag.