estimateStatisticsOperation 资源类型

命名空间:microsoft.graph.ediscovery

重要

Microsoft Graph版本下的 /beta API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。

表示处理估计 sourceCollection的计数和大小的操作。 有关详细信息,请参阅 "收集高级电子数据展示"中案例的数据。

继承自 caseOperation

Methods

无。

属性

属性 类型 说明
action microsoft.graph.ediscovery.caseAction 操作类型。 此实体的大小写操作将始终为 estimateStatistics 。 只读。 继承自 caseOperation
completedDateTime DateTimeOffset 操作完成的日期和时间。 只读。 继承自 caseOperation
createdBy identitySet 创建操作的用户。 只读。 继承自 caseOperation
createdDateTime DateTimeOffset 操作开始的日期和时间。 只读。 继承自 caseOperation
id String 操作 ID。 只读。 继承自 caseOperation
indexedItemCount Int64 与内容查询匹配的 sourceCollection 的预计项目计数。
indexedItemsSize Int64 与内容查询匹配的 sourceCollection 项目的估计大小。
mailboxCount Int32 搜索命中的邮箱数。
percentProgress Int32 操作的进度。 只读。 继承自 caseOperation
resultInfo resultInfo 包含特定于成功和失败的结果信息。 继承自 caseOperation
siteCount Int32 搜索命中的邮箱数。
status microsoft.graph.ediscovery.caseOperationStatus 案例操作的状态。 继承自 caseOperation。 可取值为:notStartedsubmissionFailedrunningsucceededpartiallySucceededfailed
unindexedItemCount Int64 集合的未索引项的估计计数。
unindexedItemsSize Int64 集合的未索引项的估计大小。

关系

关系 类型 说明
sourceCollection microsoft.graph.ediscovery.sourceCollection 电子数据展示集合,通常称为搜索。

JSON 表示形式

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

{
    "@odata.context": "https://graph.microsoft.com/beta/$metadata#compliance/ediscovery/cases/47746044-fd0b-4a30-acfc-5272b691ba5b/operations/$entity",
    "@odata.type": "#microsoft.graph.ediscovery.estimateStatisticsOperation",
    "createdDateTime": "2021-01-12T18:47:23.3974907Z",
    "completedDateTime": "2021-01-12T18:47:51.1461805Z",
    "percentProgress": 100,
    "status": "succeeded",
    "action": "estimateStatistics",
    "id": "82edd40e182a464fa02c24a36fa94873",
    "indexedItemCount": 2,
    "indexedItemsSize": 39276,
    "unindexedItemCount": 0,
    "unindexedItemsSize": 0,
    "mailboxCount": 1,
    "siteCount": 0,
    "createdBy": {
        "user": {
            "id": "c1db6f13-332a-4d84-b111-914383ff9fc9",
            "displayName": null,
            "userPrincipalName": "admin@contoso.com"
        }
    }
}