| title | List lastEstimateStatisticsOperation |
|---|---|
| description | Get the last ediscoveryEstimateOperation object and its properties. |
| author | SeunginLyu |
| ms.localizationpriority | medium |
| ms.subservice | ediscovery |
| doc_type | apiPageType |
| ms.date | 06/11/2024 |
Namespace: microsoft.graph.security
[!INCLUDE beta-disclaimer]
Get the last ediscoveryEstimateOperation objects and their properties.
Note: This method only lists the last operation; it does not return a history of all operations.
[!INCLUDE national-cloud-support]
Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions only if your app requires it. For details about delegated and application permissions, see Permission types. To learn more about these permissions, see the permissions reference.
[!INCLUDE permissions-table] [!INCLUDE rbac-ediscovery-read]
GET /security/cases/ediscoveryCases/{ediscoveryCaseId}/searches/{ediscoverySearchId}/lastEstimateStatisticsOperationThis method supports some of the OData query parameters to help customize the response. For general information, see OData query parameters.
| Name | Description |
|---|---|
| Authorization | Bearer {token}. Required. Learn more about authentication and authorization. |
Don't supply a request body for this method.
If successful, this method returns a 200 OK response code and a microsoft.graph.security.ediscoveryEstimateOperation object in the response body.
The following example shows a request.
GET https://graph.microsoft.com/beta/security/cases/ediscoveryCases/b0073e4e-4184-41c6-9eb7-8c8cc3e2288b/searches/c61a5860-d634-4d14-aea7-d82b6f4eb7af/lastEstimateStatisticsOperation
[!INCLUDE sample-code] [!INCLUDE sdk-documentation]
[!INCLUDE sample-code] [!INCLUDE sdk-documentation]
[!INCLUDE sample-code] [!INCLUDE sdk-documentation]
[!INCLUDE sample-code] [!INCLUDE sdk-documentation]
[!INCLUDE sample-code] [!INCLUDE sdk-documentation]
[!INCLUDE sample-code] [!INCLUDE sdk-documentation]
[!INCLUDE sample-code] [!INCLUDE sdk-documentation]
The following example shows the response.
Note: The response object shown here might be shortened for readability.
HTTP/1.1 200 OK
Content-Type: application/json
{
"@odata.context": "https://graph.microsoft.com/beta/$metadata#microsoft.graph.security.ediscoveryEstimateOperation",
"createdDateTime": "2022-05-29T18:56:48.4649404Z",
"completedDateTime": "2022-05-29T18:58:31.968065Z",
"percentProgress": 100,
"status": "succeeded",
"action": "estimateStatistics",
"id": "d80d2f2bc71d4544b75d4836bef4ff57",
"indexedItemCount": 1756,
"indexedItemsSize": 89489297,
"unindexedItemCount": 1,
"unindexedItemsSize": 57952,
"mailboxCount": 4,
"siteCount": 6,
"createdBy": {
"application": null,
"user": {
"id": "0d38933a-0bbd-41ca-9ebd-28c4b5ba7cb7",
"displayName": null,
"userPrincipalName": null
}
}
}