Adds one or more replicas to a global table.
Request syntax
message BindGlobalTableRequest{
required string globalTableId = 2;
required string globalTableName = 3;
repeated Placement placements = 4;
}
|
Parameter |
Type |
Required |
Description |
|
globalTableId |
string |
Yes |
The ID of the global table. |
|
globalTableName |
string |
Yes |
The name of the global table. |
|
placements |
Yes |
Configurations for the new replica placements. |
Response syntax
message BindGlobalTableResponse {
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. |