命名空间:microsoft.graph.security
重要
Microsoft Graph /beta 版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
表示估算 (项计数、大小和电子数据展示搜索) 位置数的统计信息的过程。
继承自 caseOperation。
方法
无。
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| action | microsoft.graph.security.caseAction | 作表示的作类型。 可能的值为:contentExport、、convertToPdfapplyTags、addToReviewSetunknownFutureValueholdUpdateindexestimateStatisticspurgeData、exportReport、exportResult、 。 holdPolicySync
Prefer: include-unknown-enum-members使用请求标头从此可演变枚举中获取以下值:purgeData、exportReport、、exportResultholdPolicySync。 继承自 caseOperation。 |
| completedDateTime | DateTimeOffset | 作完成的日期和时间。 只读。 继承自 caseOperation。 |
| createdBy | identitySet | 创建作的用户。 只读。 继承自 caseOperation。 |
| createdDateTime | DateTimeOffset | 开始作的日期和时间。 只读。 继承自 caseOperation。 |
| id | String | 作的 ID。 只读。 继承自 caseOperation。 |
| indexedItemCount | Int64 | 与内容查询匹配的 搜索 项的估计计数。 |
| indexedItemsSize | Int64 | 与内容查询匹配的 搜索 项的估计大小。 |
| mailboxCount | Int32 | 搜索命中的邮箱数。 |
| percentProgress | Int32 | 作的进度。 只读。 继承自 caseOperation。 |
| reportFileMetadata | microsoft.graph.security.reportFileMetadata 集合 | 包含报表文件元数据的属性,包括 downloadUrl、 fileName 和 size。 |
| resultInfo | resultInfo | 包含特定于成功和失败的结果信息。 继承自 caseOperation。 |
| siteCount | Int32 | 搜索命中的邮箱数。 |
| statisticsOptions | microsoft.graph.security.statisticsOptions | 用于生成统计信息的选项。 可能的值包括 includeRefiners、includeQueryStats、includeUnindexedStats、advancedIndexing、locationsWithoutHits、unknownFutureValue。 |
| status | microsoft.graph.security.caseOperationStatus | 事例作的状态。 可取值包括:notStarted、submissionFailed、running、succeeded、partiallySucceeded、failed、unknownFutureValue。 继承自 caseOperation。 |
| unindexedItemCount | Int64 | 集合的未编制索引项的估计计数。 |
| unindexedItemsSize | Int64 | 集合的未编制索引项的估计大小。 |
statisticsOptions 值
| 名称 | 说明 |
|---|---|
| includeRefiners | 使用类别进行优化,包括人员、敏感信息类型、项类型和错误。 |
| includeQueryStats | 包括查询关键字报表以评估搜索查询的相关性。 |
| includeUnindexedStats | 包括部分索引项。 |
| advancedIndexing | 在搜索期间执行高级索引,以减少错误匹配。 |
| locationsWithoutHits | 估算未编制索引的项目,即使在没有命中的位置。 |
| unknownFutureValue | 可演变枚举 sentinel 值。 请勿使用。 |
关系
| 关系 | 类型 | 说明 |
|---|---|---|
| search | microsoft.graph.security.ediscoverySearch | 电子数据展示搜索。 |
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.security.ediscoveryEstimateOperation",
"action": "String",
"completedDateTime": "String (timestamp)",
"createdBy": {"@odata.type": "microsoft.graph.identitySet"},
"createdDateTime": "String (timestamp)",
"id": "String (identifier)",
"indexedItemCount": "Int64",
"indexedItemsSize": "Int64",
"mailboxCount": "Int32",
"percentProgress": "Int32",
"reportFileMetadata": [{"@odata.type": "microsoft.graph.reportFileMetadata"}],
"resultInfo": {"@odata.type": "microsoft.graph.resultInfo"},
"siteCount": "Int32",
"statisticsOptions": "String",
"status": "String",
"unindexedItemCount": "Int64",
"unindexedItemsSize": "Int64"
}