Removal

更新时间:
复制 MD 格式

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.