Class SyncGroupSchemaTableColumn
java.lang.Object
com.microsoft.azure.management.sql.SyncGroupSchemaTableColumn
Properties of column in sync group table.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondataSize()
Get data size of the column.dataType()
Get data type of the column.Get quoted name of sync group table column.withDataSize
(String dataSize) Set data size of the column.withDataType
(String dataType) Set data type of the column.withQuotedName
(String quotedName) Set quoted name of sync group table column.
-
Constructor Details
-
SyncGroupSchemaTableColumn
public SyncGroupSchemaTableColumn()
-
-
Method Details
-
quotedName
Get quoted name of sync group table column.- Returns:
- the quotedName value
-
withQuotedName
Set quoted name of sync group table column.- Parameters:
quotedName
- the quotedName value to set- Returns:
- the SyncGroupSchemaTableColumn object itself.
-
dataSize
Get data size of the column.- Returns:
- the dataSize value
-
withDataSize
Set data size of the column.- Parameters:
dataSize
- the dataSize value to set- Returns:
- the SyncGroupSchemaTableColumn object itself.
-
dataType
Get data type of the column.- Returns:
- the dataType value
-
withDataType
Set data type of the column.- Parameters:
dataType
- the dataType value to set- Returns:
- the SyncGroupSchemaTableColumn object itself.
-