SyncGroupSchemaTableColumn Class
Properties of column in sync group table.
- Inheritance
-
msrest.serialization.ModelSyncGroupSchemaTableColumn
Constructor
SyncGroupSchemaTableColumn(*, quoted_name: str | None = None, data_size: str | None = None, data_type: str | None = None, **kwargs)
Parameters
Name | Description |
---|---|
quoted_name
Required
|
Quoted name of sync group table column. |
data_size
Required
|
Data size of the column. |
data_type
Required
|
Data type of the column. |
Keyword-Only Parameters
Name | Description |
---|---|
quoted_name
Required
|
|
data_size
Required
|
|
data_type
Required
|
|
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python