你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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