Deletes the metadata of one or more time series.
Request syntax
message DeleteTimeseriesMetaRequest {
required string table_name = 1;
repeated TimeseriesKey timeseries_key = 2;
optional int64 supported_table_version = 3;
}
|
Parameter |
Type |
Required |
Description |
|
table_name |
string |
Yes |
The name of the time series table. |
|
timeseries_key |
Yes |
The identifiers of the time series whose metadata you want to delete. |
|
|
supported_table_version |
int64 |
No |
The model version number of the time series table supported by the Tablestore SDK. Valid values:
Note
|
Response syntax
message DeleteTimeseriesMetaResponse {
repeated FailedRowInfo failed_rows = 1;
}
|
Parameter |
Type |
Description |
|
failed_rows |
The rows that failed to be deleted. |
Use Tablestore SDKs
The following SDKs support this operation: