命名空间:microsoft.graph.ediscovery
重要
Microsoft Graph /beta 版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
警告
microsoft.graph.eDiscovery 子名称空间中的电子数据展示 API 已弃用。 使用 microsoft.graph.security subnamespace 下的新电子数据展示 API。
表示将 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"
}
}