SyncGroupSchemaTable Class
- java.
lang. Object - com.
microsoft. azure. management. sql. SyncGroupSchemaTable
- com.
public class SyncGroupSchemaTable
Properties of table in sync group schema.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Sync |
columns()
Get list of columns in sync group schema. |
String |
quotedName()
Get quoted name of sync group schema table. |
Sync |
withColumns(List<SyncGroupSchemaTableColumn> columns)
Set list of columns in sync group schema. |
Sync |
withQuotedName(String quotedName)
Set quoted name of sync group schema table. |
Method Details
columns
public List
Get list of columns in sync group schema.
Returns:
quotedName
public String quotedName()
Get quoted name of sync group schema table.
Returns:
withColumns
public SyncGroupSchemaTable withColumns(List
Set list of columns in sync group schema.
Parameters:
Returns:
withQuotedName
public SyncGroupSchemaTable withQuotedName(String quotedName)
Set quoted name of sync group schema table.
Parameters:
Returns:
Applies to
Azure SDK for Java