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 | String | 汇总此运行结果的代码。 可取值为:Succeeded、Failed、EntryLevelErrors。 |
| 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)"
}
反馈
提交和查看相关反馈