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