All Products
Search
Document Center

Tablestore:UpdateGlobalTable

Last Updated:Jan 08, 2026

The UpdateGlobalTable operation updates the configuration of a physical table in a global table.

Request message structure

message UpdateGlobalTableRequest {
  required string globalTableId = 1;
  required string globalTableName = 2;
  optional UpdatePhyTable phyTable = 3;
}

Name

Type

Required

Description

globalTableId

string

Yes

The ID of the global table.

globalTableName

string

Yes

The name of the global table.

phyTable

UpdatePhyTable

Yes

The information of the physical table to update.

Response message structure

message UpdateGlobalTableResponse {
}

You can check the status code of the HTTP response to determine whether the operation was successful.

  • If the status code is 200, the operation is successful.

  • If the status code is 400 or 500, the operation failed.

    A failed request returns an Error message. For more information, see Error.