addToReviewSetOperation 资源类型
Namespace:microsoft.graph.ediscovery
重要
Microsoft Graph /beta
版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
表示将 sourceCollection 添加到 reviewSet 的操作。
继承自 caseOperation。
方法
无。
属性
属性 | 类型 | 说明 |
---|---|---|
action | microsoft.graph.ediscovery.caseAction | 此实体的事例操作将始终为 addToReviewSet 。 此为只读属性。 继承自 caseOperation。 |
completedDateTime | DateTimeOffset | 操作完成的日期和时间。 此为只读属性。 继承自 caseOperation |
createdBy | identitySet | 创建操作的用户。 此为只读属性。 继承自 caseOperation |
createdDateTime | DateTimeOffset | 开始操作的日期和时间。 此为只读属性。 继承自 caseOperation |
id | String | 操作的 ID。 此为只读属性。 继承自 caseOperation。 |
percentProgress | Int32 | 操作的进度。 此为只读属性。 继承自 caseOperation。 |
resultInfo | resultInfo | 包含特定于成功和失败的结果信息。 继承自 caseOperation。 |
status | microsoft.graph.ediscovery.caseOperationStatus | 事例操作的状态。 继承自 caseOperation。 可取值为:notStarted 、submissionFailed 、running 、succeeded 、partiallySucceeded 、failed 。 |
dataCollectionScope 值
成员 | 说明 |
---|---|
allVersions | 包括站点中的所有文件版本。 |
linkedFiles | 在集合中包含包含电子邮件的 云附件 。 |
关系
关系 | 类型 | 说明 |
---|---|---|
reviewSet | microsoft.graph.ediscovery.reviewSet | 将与源集合查询匹配的项添加到的审阅集。 |
sourceCollection | microsoft.graph.ediscovery.sourceCollection | 要从中添加项的 sourceCollection。 |
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.ediscovery.addToReviewSetOperation",
"id": "String (identifier)",
"createdDateTime": "String (timestamp)",
"completedDateTime": "String (timestamp)",
"percentProgress": "Integer",
"status": "String",
"action": "String",
"createdBy": {
"@odata.type": "microsoft.graph.identitySet"
},
"resultInfo": {
"@odata.type": "microsoft.graph.resultInfo"
}
}