Operasi DescribeGlobalTable mengkueri informasi mengenai tabel fisik dalam sebuah global table.
Struktur pesan permintaan
message DescribeGlobalTableRequest {
optional string globalTableId = 1;
required string globalTableName = 2;
optional PhyTable phyTable = 3;
optional bool returnRpo = 4;
}Name | Type | Required | Description |
globalTableId | string | No | ID dari global table. |
globalTableName | string | Yes | Nama dari global table. |
phyTable | No | Kondisi filter untuk tabel fisik. Tetapkan ID wilayah atau nama instans dari tabel fisik tersebut. | |
returnRpo | bool | No | Menentukan apakah Recovery Point Objective (RPO) juga dikembalikan. |
Struktur pesan respons
message DescribeGlobalTableResponse {
required string globalTableId = 2;
required GlobalTableStatus status = 3;
repeated PhyTable phyTables = 4;
optional ServeMode serveMode = 5;
}Name | Type | Description |
globalTableId | string | ID dari global table. |
status | Nama global table | |
phyTables | Daftar informasi detail mengenai tabel fisik. | |
serveMode | Mode layanan. |