TimeseriesMeta は時系列メタデータを指定します。
データ構造
message TimeseriesMeta {
required TimeseriesKey time_series_key = 1;
optional string attributes = 2;
optional int64 update_time = 3;
}
パラメーター | 型 | 必須 | 説明 |
time_series_key | TimeseriesKey | はい | 時系列の識別子。 |
attributes | string | いいえ | 時系列メタデータのプロパティ。 |
update_time | int64 | いいえ | 時系列メタデータが更新された時点。 |