All Products
Search
Document Center

Tablestore:Removal

Last Updated:Jan 15, 2026

The Removal data type represents a replica to remove from a global table.

Data structure

message Removal {
  required string regionId = 1;
  required string instanceName = 2;
}

Parameter

Type

Required

Description

regionId

string

Yes

The ID of the region for the associated table.

instanceName

string

Yes

Name of the associated table instance.