All Products
Search
Document Center

Tablestore:DefinedColumnSchema

Last Updated:Apr 09, 2024

DefinedColumnsSchema specifies the schema of the predefined columns of 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

DefinedColumnType

Yes

The type of the predefined column.

Related operations

AddDefinedColumn