Specifies a list of distribution configurations for a table within a global table.
Data structure
message Placement {
required string regionId = 1;
required string instanceName = 2;
required bool writable = 3 [default = false];
}Parameter | Type | Required | Description |
regionId | string | Yes | The ID of the region where the associated table is located. |
instanceName | string | Yes | The name of the instance where the associated table is located. |
writable | bool | Yes | Indicates whether the table is writable. The default value is false. When using active-passive mode, keep the default configuration. When using multi-write mode, set this parameter to true as needed. |