MetaUpdateStatus

Updated at:

Represents the status of a metadata update.

Data structure

message MetaUpdateStatus {
  repeated uint32 row_ids = 1;
  repeated uint32 meta_update_times = 2;
}

Name

Type

Required

Description

row_ids

uint32

Yes

The ordinal number of the row in the request.

meta_update_times

uint32

Yes

The metadata update time of the corresponding row.