All Products
Search
Document Center

Tablestore:BindGlobalTable

Last Updated:Apr 30, 2026

Menambahkan satu atau beberapa replika ke tabel global.

Sintaks permintaan

message BindGlobalTableRequest{
  required string globalTableId = 2;
  required string globalTableName = 3;
  repeated Placement placements = 4;
}

Parameter

Type

Required

Description

globalTableId

string

Yes

ID dari tabel global.

globalTableName

string

Yes

Nama dari tabel global.

placements

Placement

Yes

Konfigurasi untuk penempatan replika baru.

Sintaks respons

message BindGlobalTableResponse {
  required string globalTableId = 2;
  required GlobalTableStatus status = 3;
}

Parameter

Type

Description

globalTableId

string

ID dari tabel global.

status

GlobalTableStatus

Status dari tabel global.