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
|
|
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python