pendingOperations 资源类型

命名空间:microsoft.graph

指示可能影响 driveItem 状态的一个或多个操作正在等待完成。

属性

属性 类型 说明
pendingContentUpdate pendingContentUpdate 一个 属性,指示可能更新文件的二进制内容的操作正在等待完成。

JSON 表示形式

下面是资源的 JSON 表示形式。

{
  "pendingContentUpdate": {"@odata.type": "microsoft.graph.pendingContentUpdate"}
}