| Modifier and Type | Method and Description |
|---|---|
SyncGroupSchema |
SqlSyncGroup.schema() |
SyncGroupSchema |
SyncGroupSchema.withMasterSyncMemberName(String masterSyncMemberName)
Set name of master sync member where the schema is from.
|
SyncGroupSchema |
SyncGroupSchema.withTables(List<SyncGroupSchemaTable> tables)
Set list of tables in sync group schema.
|
| Modifier and Type | Method and Description |
|---|---|
SqlSyncGroupOperations.DefinitionStages.WithCreate |
SqlSyncGroupOperations.DefinitionStages.WithSchema.withSchema(SyncGroupSchema schema)
Sets the schema.
|
SqlSyncGroup.Update |
SqlSyncGroup.UpdateStages.WithSchema.withSchema(SyncGroupSchema schema)
Sets the schema.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/