All Products
Search
Document Center

Tablestore:DefinedColumnSchema

Last Updated:Apr 30, 2026

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

DefinedColumnType

Yes

The type of the predefined column.

Related operations

AddDefinedColumn