調用DescribeGlobalTable介面查詢全域表中的物理表描述資訊。
請求訊息結構
message DescribeGlobalTableRequest {
optional string globalTableId = 1;
required string globalTableName = 2;
optional PhyTable phyTable = 3;
optional bool returnRpo = 4;
}名稱 | 類型 | 是否必選 | 描述 |
globalTableId | string | 否 | 全域表ID。 |
globalTableName | string | 是 | 全域表名稱。 |
phyTable | 否 | 篩選物理表條件,只需設定物理表的地區ID或執行個體名稱。 | |
returnRpo | bool | 否 | 是否同時返回RPO。 |
響應訊息結構
message DescribeGlobalTableResponse {
required string globalTableId = 2;
required GlobalTableStatus status = 3;
repeated PhyTable phyTables = 4;
optional ServeMode serveMode = 5;
}名稱 | 類型 | 描述 |
globalTableId | string | 全域表ID。 |
status | 全域表名稱。 | |
phyTables | 物理表詳細資料列表。 | |
serveMode | 服務模式。 |