MetaUpdateStatus specifies the update status of the metadata.
Data structure
message MetaUpdateStatus {
repeated uint32 row_ids = 1;
repeated uint32 meta_update_times = 2;
}| Parameter | Type | Required | Description |
|---|---|---|---|
| row_ids | uint32 | Yes | The sequence number of the row in the request. |
| meta_update_times | uint32 | Yes | The point in time at which the metadata of the specified row is updated. |