時系列メタデータを削除します。
リクエスト構文
message DeleteTimeseriesMetaRequest {
required string table_name = 1;
repeated TimeseriesKey timeseries_key = 2;
optional int64 supported_table_version = 3;
}パラメーター | 型 | 必須 | 説明 |
table_name | string | はい | 時系列テーブルの名前。 |
timeseries_key | はい | メタデータを削除する時系列の識別子。 | |
supported_table_version | int64 | いいえ | Tablestore SDK でサポートされている時系列テーブルのモデルバージョン番号。有効な値:
説明
|
レスポンス構文
message DeleteTimeseriesMetaResponse {
repeated FailedRowInfo failed_rows = 1; // 削除に失敗した行の情報
}パラメーター | 型 | 説明 |
failed_rows | 削除に失敗した行の情報。 |
Tablestore SDK の使用
以下のプログラミング言語の Tablestore SDK を使用して、時系列メタデータを削除できます。