synchronizationTaskExecution 资源类型

命名空间:microsoft.graph

重要

Microsoft Graph /beta 版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。

汇总同步作业运行的结果。

属性

属性 类型 说明
activityIdentifier String 作业运行的标识符。
countEntitled Int64 为此应用程序分配的已处理条目的计数。
countEntitledForProvisioning Int64 已分配用于预配的已处理条目的计数。
countEscrowed Int64 ) 托管 (错误的条目计数。
countEscrowedRaw Int64 托管的条目计数,包括系统生成的托管项。
countExported Int64 导出条目的计数。
countExports Int64 应导出的条目计数。
countImported Int64 导入条目的计数。
countImportedDeltas Int64 导入的增量更改计数。
countImportedReferenceDeltas Int64 与引用更改相关的导入增量更改的计数。
error synchronizationError 如果遇到错误,则包含包含详细信息的 synchronizationError 对象。
state synchronizationTaskExecutionResult 总结此运行结果的代码。 可取值为:SucceededFailedEntryLevelErrors
timeBegan DateTimeOffset 此作业运行开始的时间。 时间戳类型表示采用 ISO 8601 格式的日期和时间信息,始终采用 UTC 时区。 例如,2014 年 1 月 1 日午夜 UTC 为 2014-01-01T00:00:00Z
timeEnded DateTimeOffset 此作业运行结束的时间。 时间戳类型表示采用 ISO 8601 格式的日期和时间信息,始终采用 UTC 时区。 例如,2014 年 1 月 1 日午夜 UTC 为 2014-01-01T00:00:00Z

关系

无。

JSON 表示形式

以下 JSON 表示形式显示了资源类型。

{
  "activityIdentifier": "String",
  "countEntitled": 1024,
  "countEntitledForProvisioning": 1024,
  "countEscrowed": 1024,
  "countEscrowedRaw": 1024,
  "countExported": 1024,
  "countExports": 1024,
  "countImported": 1024,
  "countImportedDeltas": 1024,
  "countImportedReferenceDeltas": 1024,
  "error": {
    "@odata.type": "microsoft.graph.synchronizationError"
  },
  "state": "String",
  "timeBegan": "String (timestamp)",
  "timeEnded": "String (timestamp)"
}