All Products
Search
Document Center

Tablestore:BindGlobalTable

Last Updated:Apr 29, 2026

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

Placement

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

GlobalTableStatus

The status of the global table.