表示中繼資料更新狀態。
資料結構
message MetaUpdateStatus {
repeated uint32 row_ids = 1;
repeated uint32 meta_update_times = 2;
}
名稱 | 類型 | 是否必選 | 描述 |
row_ids | uint32 | 是 | 行在請求中的順序號。 |
meta_update_times | uint32 | 是 | 對應行的中繼資料更新時間。 |
表示中繼資料更新狀態。
message MetaUpdateStatus {
repeated uint32 row_ids = 1;
repeated uint32 meta_update_times = 2;
}
名稱 | 類型 | 是否必選 | 描述 |
row_ids | uint32 | 是 | 行在請求中的順序號。 |
meta_update_times | uint32 | 是 | 對應行的中繼資料更新時間。 |