ServerEndpointSyncSessionStatus Class

Definition

Sync Session status object.

public class ServerEndpointSyncSessionStatus
type ServerEndpointSyncSessionStatus = class
Public Class ServerEndpointSyncSessionStatus
Inheritance
ServerEndpointSyncSessionStatus

Constructors

ServerEndpointSyncSessionStatus()

Initializes a new instance of the ServerEndpointSyncSessionStatus class.

ServerEndpointSyncSessionStatus(Nullable<Int32>, Nullable<DateTime>, Nullable<DateTime>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, IList<ServerEndpointFilesNotSyncingError>, String)

Initializes a new instance of the ServerEndpointSyncSessionStatus class.

Properties

FilesNotSyncingErrors

Gets array of per-item errors coming from the last sync session.

LastSyncMode

Gets sync mode. Possible values include: 'Regular', 'NamespaceDownload', 'InitialUpload', 'SnapshotUpload', 'InitialFullDownload'

LastSyncPerItemErrorCount

Gets last sync per item error count.

LastSyncResult

Gets last sync result (HResult)

LastSyncSuccessTimestamp

Gets last sync success timestamp

LastSyncTimestamp

Gets last sync timestamp

PersistentFilesNotSyncingCount

Gets count of persistent files not syncing.

TransientFilesNotSyncingCount

Gets count of transient files not syncing.

Methods

Validate()

Validate the object.

Applies to