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. |