次の方法で共有


SyncAgentProperties Class

Definition

Represent the properties of a sync agent.

public class SyncAgentProperties
type SyncAgentProperties = class
Public Class SyncAgentProperties
Inheritance
SyncAgentProperties

Constructors

SyncAgentProperties()

Initializes a new instance of the SyncAgentProperties class.

Properties

ExpiryTime

Optional. The expires time of the sync agent.

IsUpToDate

Optional. Indicate whether this sync agent is up to date.

LastAliveTime

Optional. Specifies the last alive time of the sync agent.

State

Optional. The state of the sync agent . The possible values: Enum ('NotConnected', 'Offline', 'Online').

SyncDatabaseId

Optional. The database used to store sync meta data.

Version

Optional. The version of the sync agent.

Applies to