Interface SqlSyncGroup.Update
- All Superinterfaces:
Appliable<SqlSyncGroup>, Indexable, SqlSyncGroup.UpdateStages.WithConflictResolutionPolicy, SqlSyncGroup.UpdateStages.WithDatabasePassword, SqlSyncGroup.UpdateStages.WithDatabaseUserName, SqlSyncGroup.UpdateStages.WithInterval, SqlSyncGroup.UpdateStages.WithSchema, SqlSyncGroup.UpdateStages.WithSyncDatabaseId
- Enclosing interface:
SqlSyncGroup
public static interface SqlSyncGroup.Update
extends SqlSyncGroup.UpdateStages.WithSyncDatabaseId, SqlSyncGroup.UpdateStages.WithDatabaseUserName, SqlSyncGroup.UpdateStages.WithDatabasePassword, SqlSyncGroup.UpdateStages.WithConflictResolutionPolicy, SqlSyncGroup.UpdateStages.WithInterval, SqlSyncGroup.UpdateStages.WithSchema, Appliable<SqlSyncGroup>
The template for a SQL Sync Group update operation, containing all the settings that can be modified.
-
Method Summary
Methods inherited from interface Appliable
apply, apply, applyAsync, applyAsyncMethods inherited from interface SqlSyncGroup.UpdateStages.WithConflictResolutionPolicy
withConflictResolutionPolicyHubWins, withConflictResolutionPolicyMemberWinsMethods inherited from interface SqlSyncGroup.UpdateStages.WithDatabasePassword
withDatabasePasswordMethods inherited from interface SqlSyncGroup.UpdateStages.WithDatabaseUserName
withDatabaseUserNameMethods inherited from interface SqlSyncGroup.UpdateStages.WithInterval
withIntervalMethods inherited from interface SqlSyncGroup.UpdateStages.WithSchema
withSchemaMethods inherited from interface SqlSyncGroup.UpdateStages.WithSyncDatabaseId
withSyncDatabaseId