Detaches one or more replicas from a global table.
Request syntax
message UnbindGlobalTableRequest {
required string globalTableId = 2;
required string globalTableName = 3;
repeated Removal removals = 4;
}Parameter | Type | Required | Description |
globalTableId | string | Yes | The ID of the global table. |
globalTableName | string | Yes | The name of the global table. |
removals | Yes | The list of replicas to remove. |
Response syntax
message UnbindGlobalTableResponse {
required string globalTableId = 2;
required GlobalTableStatus status = 3;
}Parameter | Type | Description |
globalTableId | string | The ID of the global table. |
status | The status of the global table. |