You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api-reference/v1.0/resources/security-ediscoveryestimateoperation.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -23,18 +23,18 @@ None.
23
23
## Properties
24
24
|Property|Type|Description|
25
25
|:---|:---|:---|
26
-
|action|microsoft.graph.security.caseAction| The type of action the operation represents. Possible values are: `addToReviewSet`,`applyTags`,`contentExport`,`convertToPdf`,`estimateStatistics`, `purgeData`|
27
-
|completedDateTime|DateTimeOffset|The date and time the operation was completed. Read-only. |
28
-
|createdBy|[identitySet](../resources/identityset.md)|The user who created the operation. Read-only. |
29
-
|createdDateTime|DateTimeOffset|The date and time the operation was started. Read-only.|
30
-
|id|String| The ID for the operation. Read-only.|
26
+
|action|[microsoft.graph.security.caseAction](../resources/security-caseoperation.md#caseaction-values)| The type of action the operation represents. Possible values are: `contentExport`, `applyTags`,`convertToPdf`, `index`, `estimateStatistics`, `addToReviewSet`, `holdUpdate`, `unknownFutureValue`, `purgeData`, `exportReport`, `exportResult`. You must use the `Prefer: include-unknown-enum-members` request header to get the following values from this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `purgeData`, `exportReport`, `exportResult`. Inherited from [caseOperation](../resources/security-caseoperation.md).|
27
+
|completedDateTime|DateTimeOffset|The date and time the operation was completed. Read-only. Inherited from [caseOperation](../resources/security-caseoperation.md).|
28
+
|createdBy|[identitySet](../resources/identityset.md)|The user who created the operation. Read-only. Inherited from [caseOperation](../resources/security-caseoperation.md).|
29
+
|createdDateTime|DateTimeOffset|The date and time the operation was started. Read-only. Inherited from [caseOperation](../resources/security-caseoperation.md).|
30
+
|id|String| The ID for the operation. Read-only. Inherited from [caseOperation](../resources/security-caseoperation.md).|
31
31
|indexedItemCount|Int64|The estimated count of items for the **search** that matched the content query.|
32
32
|indexedItemsSize|Int64|The estimated size of items for the **search** that matched the content query.|
33
33
|mailboxCount|Int32|The number of mailboxes that had search hits.|
34
-
|percentProgress|Int32|The progress of the operation. Read-only. |
35
-
|resultInfo|[resultInfo](../resources/resultinfo.md)|Contains success and failure-specific result information. |
34
+
|percentProgress|Int32|The progress of the operation. Read-only. Inherited from [caseOperation](../resources/security-caseoperation.md).|
35
+
|resultInfo|[resultInfo](../resources/resultinfo.md)|Contains success and failure-specific result information. Inherited from [caseOperation](../resources/security-caseoperation.md).|
36
36
|siteCount|Int32|The number of mailboxes that had search hits.|
37
-
|status|microsoft.graph.security.caseOperationStatus| The status of the case operation. Possible values are: `notStarted`, `submissionFailed`, `running`, `succeeded`, `partiallySucceeded`, `failed`.|
37
+
|status|microsoft.graph.security.caseOperationStatus| The status of the case operation. Possible values are: `notStarted`, `submissionFailed`, `running`, `succeeded`, `partiallySucceeded`, `failed`. Inherited from [caseOperation](../resources/security-caseoperation.md).|
38
38
|unindexedItemCount|Int64|The estimated count of unindexed items for the collection.|
39
39
|unindexedItemsSize|Int64|The estimated size of unindexed items for the collection.|
0 commit comments