SyncGroupSchemaTableColumn Class
Properties of column in sync group table.
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
|
|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python