SyncGroupSchema Class
Properties of sync group schema.
- Inheritance
-
msrest.serialization.ModelSyncGroupSchema
Constructor
SyncGroupSchema(*, tables: List[SyncGroupSchemaTable] | None = None, master_sync_member_name: str | None = None, **kwargs)
Parameters
Name | Description |
---|---|
tables
Required
|
List of tables in sync group schema. |
master_sync_member_name
Required
|
Name of master sync member where the schema is from. |
Keyword-Only Parameters
Name | Description |
---|---|
tables
Required
|
|
master_sync_member_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