| Modifier and Type | Method and Description |
|---|---|
SyncGroupSchemaTableColumn |
SyncGroupSchemaTableColumn.withDataSize(String dataSize)
Set data size of the column.
|
SyncGroupSchemaTableColumn |
SyncGroupSchemaTableColumn.withDataType(String dataType)
Set data type of the column.
|
SyncGroupSchemaTableColumn |
SyncGroupSchemaTableColumn.withQuotedName(String quotedName)
Set quoted name of sync group table column.
|
| Modifier and Type | Method and Description |
|---|---|
List<SyncGroupSchemaTableColumn> |
SyncGroupSchemaTable.columns()
Get list of columns in sync group schema.
|
| Modifier and Type | Method and Description |
|---|---|
SyncGroupSchemaTable |
SyncGroupSchemaTable.withColumns(List<SyncGroupSchemaTableColumn> columns)
Set list of columns in sync group schema.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/