通过


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

SynchronizationState interface

表示跨多个索引器运行的正在进行的同步的当前状态。

属性

itemsSkipped

当前同步中跳过的项数。

itemsUpdatesFailed

当前同步中失败的项更新数。

itemsUpdatesProcessed

当前同步中成功处理的项更新数。

startTime

当前同步的开始时间。

属性详细信息

itemsSkipped

当前同步中跳过的项数。

itemsSkipped: number

属性值

number

itemsUpdatesFailed

当前同步中失败的项更新数。

itemsUpdatesFailed: number

属性值

number

itemsUpdatesProcessed

当前同步中成功处理的项更新数。

itemsUpdatesProcessed: number

属性值

number

startTime

当前同步的开始时间。

startTime: Date

属性值

Date