ediscoveryEstimateOperation 资源类型
命名空间:microsoft.graph.security
重要
Microsoft Graph /beta
版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
表示估算 (电子数据展示搜索) 项计数、大小和位置数的统计信息的过程。
继承自 caseOperation。
方法
无。
属性
属性 | 类型 | 说明 |
---|---|---|
action | microsoft.graph.security.caseAction | 操作表示的操作类型。 可取值为:contentExport 、applyTags 、convertToPdf 、index 、estimateStatistics 、addToReviewSet 、holdUpdate 、unknownFutureValue 、purgeData 、exportReport 、exportResult 。 必须使用 Prefer: include-unknown-enum-members 请求标头从此 可演变枚举中获取以下值: purgeData 、 exportReport 、 exportResult 。 继承自 caseOperation。 |
completedDateTime | DateTimeOffset | 操作完成的日期和时间。 此为只读属性。 继承自 caseOperation。 |
createdBy | identitySet | 创建操作的用户。 此为只读属性。 继承自 caseOperation。 |
createdDateTime | DateTimeOffset | 开始操作的日期和时间。 只读。 继承自 caseOperation。 |
id | String | 操作的 ID。 只读。 继承自 caseOperation。 |
indexedItemCount | Int64 | 与内容查询匹配的 搜索 项的估计计数。 |
indexedItemsSize | Int64 | 与内容查询匹配的 搜索 项的估计大小。 |
mailboxCount | Int32 | 搜索命中的邮箱数。 |
percentProgress | Int32 | 操作的进度。 此为只读属性。 继承自 caseOperation。 |
resultInfo | resultInfo | 包含特定于成功和失败的结果信息。 继承自 caseOperation。 |
siteCount | Int32 | 搜索命中的邮箱数。 |
status | microsoft.graph.security.caseOperationStatus | 事例操作的状态。 可取值为:notStarted 、submissionFailed 、running 、succeeded 、partiallySucceeded 、failed 。 继承自 caseOperation。 |
unindexedItemCount | Int64 | 集合的未编制索引项的估计计数。 |
unindexedItemsSize | Int64 | 集合的未编制索引项的估计大小。 |
关系
关系 | 类型 | 说明 |
---|---|---|
search | microsoft.graph.security.ediscoverySearch | 电子数据展示搜索。 |
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.security.ediscoveryEstimateOperation",
"id": "String (identifier)",
"createdDateTime": "String (timestamp)",
"completedDateTime": "String (timestamp)",
"action": "String",
"createdBy": {
"@odata.type": "microsoft.graph.identitySet"
},
"percentProgress": "Integer",
"status": "String",
"resultInfo": {
"@odata.type": "microsoft.graph.resultInfo"
},
"indexedItemCount": "Integer",
"indexedItemsSize": "Integer",
"unindexedItemCount": "Integer",
"unindexedItemsSize": "Integer",
"mailboxCount": "Integer",
"siteCount": "Integer"
}