Interface SqlSyncGroup.UpdateStages.WithConflictResolutionPolicy

  • All Known Subinterfaces:
    SqlSyncGroup.Update
    Enclosing interface:
    SqlSyncGroup.UpdateStages

    public static interface SqlSyncGroup.UpdateStages.WithConflictResolutionPolicy
    The SQL Sync Group definition to set the conflict resolution policy.
    • Method Detail

      • withConflictResolutionPolicyHubWins

        SqlSyncGroup.Update withConflictResolutionPolicyHubWins()
        Sets the conflict resolution policy to "HubWin".
        Returns:
        The next stage of the definition.
      • withConflictResolutionPolicyMemberWins

        SqlSyncGroup.Update withConflictResolutionPolicyMemberWins()
        Sets the conflict resolution policy to "MemberWin".
        Returns:
        The next stage of the definition.