SyncGroupSchemaTableColumn Class
- java.
lang. Object - com.
microsoft. azure. management. sql. SyncGroupSchemaTableColumn
- com.
public class SyncGroupSchemaTableColumn
Properties of column in sync group table.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
dataSize()
Get data size of the column. |
String |
dataType()
Get data type of the column. |
String |
quotedName()
Get quoted name of sync group table column. |
Sync |
withDataSize(String dataSize)
Set data size of the column. |
Sync |
withDataType(String dataType)
Set data type of the column. |
Sync |
withQuotedName(String quotedName)
Set quoted name of sync group table column. |
Method Details
dataSize
public String dataSize()
Get data size of the column.
Returns:
dataType
public String dataType()
Get data type of the column.
Returns:
quotedName
public String quotedName()
Get quoted name of sync group table column.
Returns:
withDataSize
public SyncGroupSchemaTableColumn withDataSize(String dataSize)
Set data size of the column.
Parameters:
Returns:
withDataType
public SyncGroupSchemaTableColumn withDataType(String dataType)
Set data type of the column.
Parameters:
Returns:
withQuotedName
public SyncGroupSchemaTableColumn withQuotedName(String quotedName)
Set quoted name of sync group table column.
Parameters:
Returns:
Applies to
Azure SDK for Java