| Modifier and Type | Method and Description |
|---|---|
SyncGroupSchemaTable |
SyncGroupSchemaTable.withColumns(List<SyncGroupSchemaTableColumn> columns)
Set list of columns in sync group schema.
|
SyncGroupSchemaTable |
SyncGroupSchemaTable.withQuotedName(String quotedName)
Set quoted name of sync group schema table.
|
| Modifier and Type | Method and Description |
|---|---|
List<SyncGroupSchemaTable> |
SyncGroupSchema.tables()
Get list of tables in sync group schema.
|
| Modifier and Type | Method and Description |
|---|---|
SyncGroupSchema |
SyncGroupSchema.withTables(List<SyncGroupSchemaTable> tables)
Set list of tables 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.
*/