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;
}Name | Type | Required | Description |
regionId | string | Yes | The ID of the region for the associated table. |
instanceName | string | Yes | Name of the associated table instance. |
该文章对您有帮助吗?