All Products
Search
Document Center

Tablestore:UpdateTimeseriesMeta

Last Updated:Aug 29, 2024

Updates the time series metadata in a time series table.

Request syntax

message UpdateTimeseriesMetaRequest {
  required string table_name = 1;
  repeated TimeseriesMeta timeseries_meta = 2;
}

Parameter

Type

Required

Description

table_name

string

Yes

The name of the time series table.

timeseries_meta

TimeseriesMeta

Yes

The list of time series metadata that you want to update.

Response syntax

message UpdateTimeseriesMetaResponse {
  repeated FailedRowInfo failed_rows = 1;
}

Parameter

Type

Description

failed_rows

FailedRowInfo

The information about the rows that fail to be updated.

Use Tablestore SDKs

You can use the following Tablestore SDKs to update the time series metadata in a time series table: