All Products
Search
Document Center

Tablestore:DeleteTimeseriesMeta

Last Updated:Jan 24, 2024

Deletes the metadata of a time series.

Request syntax

message DeleteTimeseriesMetaRequest {
  required string table_name = 1;
  repeated TimeseriesKey timeseries_key = 2;
}

Parameter

Type

Required

Description

table_name

string

Yes

The name of the time series table.

timeseries_key

TimeseriesKey

Yes

The identifier of the time series whose metadata you want to delete.

Response syntax

message DeleteTimeseriesMetaResponse {
  repeated FailedRowInfo failed_rows = 1;
}

Parameter

Type

Description

failed_rows

FailedRowInfo

The information about the rows that fail to be deleted.

Use Tablestore SDKs