Skip to content

Commit ca5728a

Browse files
authored
Update security-ediscoveryestimateoperation.md
1 parent 7df74d5 commit ca5728a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

api-reference/v1.0/resources/security-ediscoveryestimateoperation.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,18 @@ None.
2323
## Properties
2424
|Property|Type|Description|
2525
|:---|:---|:---|
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).|
3131
|indexedItemCount|Int64|The estimated count of items for the **search** that matched the content query.|
3232
|indexedItemsSize|Int64|The estimated size of items for the **search** that matched the content query.|
3333
|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).|
3636
|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).|
3838
|unindexedItemCount|Int64|The estimated count of unindexed items for the collection.|
3939
|unindexedItemsSize|Int64|The estimated size of unindexed items for the collection.|
4040

0 commit comments

Comments
 (0)