DefinedColumnSchema defines the schema of a predefined column in a table.
Schema
message DefinedColumnSchema {
required string name = 1;
required DefinedColumnType type = 2;
}
|
Parameter |
Type |
Required |
Description |
|
name |
string |
Yes |
The name of the predefined column. |
|
type |
Yes |
The type of the predefined column. |