TimeseriesMeta
Represents the metadata of a timeline.
Data structure
message TimeseriesMeta {
required TimeseriesKey time_series_key = 1;
optional string attributes = 2;
optional int64 update_time = 3;
}Name | Type | Required | Description |
time_series_key | Yes | The time series identifier. | |
attributes | string | No | The properties. |
update_time | int64 | No | The time when the time series metadata was updated. |