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: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
quoted_name
|
Quoted name of sync group table column. Default value: None
|
|
data_size
|
Data size of the column. Default value: None
|
|
data_type
|
Data type of the column. Default value: None
|