次の方法で共有


SyncGroupProperties Class

Definition

Represent the properties of a sync group.

public class SyncGroupProperties
type SyncGroupProperties = class
Public Class SyncGroupProperties
Inheritance
SyncGroupProperties

Constructors

SyncGroupProperties()

Initializes a new instance of the SyncGroupProperties class.

Properties

ConflictResolutionPolicy

Optional. The policy of resolving conflicts between hub and member database in the sync group.The possible values: 'HubWin' and 'MemberWin'.

HubDatabaseUserName

Optional. The user name of the hub database.

Interval

Optional. Specifies the interval time of doing data synchronization.

LastSyncTime

Optional. The last sync time of a sync group.

Schema

Optional. The simple schema of sync group.

SyncDatabaseId

Optional. The database used to store sync meta data.

SyncState

Optional. The sync state of a sync group. The possible values: Enum ('NotReady', 'Error', 'Warning', 'Processing', 'Good').

Applies to