SyncGroupSchemaTable Class
Properties of table in sync group schema.
- Inheritance
-
msrest.serialization.ModelSyncGroupSchemaTable
Constructor
SyncGroupSchemaTable(*, columns: List[SyncGroupSchemaTableColumn] | None = None, quoted_name: str | None = None, **kwargs)
Parameters
Name | Description |
---|---|
columns
Required
|
List of columns in sync group schema. |
quoted_name
Required
|
Quoted name of sync group schema table. |
Keyword-Only Parameters
Name | Description |
---|---|
columns
Required
|
|
quoted_name
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