你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SyncGroupSchemaTableColumn Class

Properties of column in sync group table.

Inheritance
msrest.serialization.Model
SyncGroupSchemaTableColumn

Constructor

SyncGroupSchemaTableColumn(*, quoted_name: str | None = None, data_size: str | None = None, data_type: str | None = None, **kwargs)

Parameters

Name Description
quoted_name
Required
str

Quoted name of sync group table column.

data_size
Required
str

Data size of the column.

data_type
Required
str

Data type of the column.

Keyword-Only Parameters

Name Description
quoted_name
Required
data_size
Required
data_type
Required