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

ServerEndpointSyncSessionStatus 类

定义

同步会话状态对象。

public class ServerEndpointSyncSessionStatus
type ServerEndpointSyncSessionStatus = class
Public Class ServerEndpointSyncSessionStatus
继承
ServerEndpointSyncSessionStatus

构造函数

ServerEndpointSyncSessionStatus()

初始化 ServerEndpointSyncSessionStatus 类的新实例。

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

初始化 ServerEndpointSyncSessionStatus 类的新实例。

属性

FilesNotSyncingErrors

获取来自上一个同步会话的每个项错误的数组。

LastSyncMode

获取同步模式。 可能的值包括:“Regular”、“NamespaceDownload”、“InitialUpload”、“SnapshotUpload”、“InitialFullDownload”

LastSyncPerItemErrorCount

获取每个项的上次同步错误计数。

LastSyncResult

获取 HResult) (上次同步结果

LastSyncSuccessTimestamp

获取上次同步成功时间戳

LastSyncTimestamp

获取上次同步时间戳

PersistentFilesNotSyncingCount

获取未同步的永久性文件的计数。

TransientFilesNotSyncingCount

获取不同步的暂时性文件的计数。

方法

Validate()

验证 对象。

适用于