Defines a base table in a global table.
Data structure
message BaseTable {
required string regionId = 1;
required string instanceName = 2;
required string tableName = 3;
}Name | Type | Required | Description |
regionId | string | Yes | The ID of the region where the base table is located. |
instanceName | string | Yes | The name of the instance where the base table is located. |
tableName | string | Yes | The name of the base table. This is also the name of the global table. |