ediscoveryExportOperation resource type
Namespace: microsoft.graph.security
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represents the process of an eDiscovery export.
Inherits from caseOperation.
Methods
Method | Return type | Description |
---|---|---|
getDownloadUrl | String | Returns the URL for the export. |
Properties
Property | Type | Description |
---|---|---|
action | microsoft.graph.security.caseAction | The type of action the operation represents. Possible values are: addToReviewSet ,applyTags ,contentExport ,convertToPdf ,estimateStatistics , purgeData |
azureBlobContainer | String | The name of the Azure storage location where the export will be stored. This only applies to exports stored in your own Azure storage location. |
azureBlobToken | String | The SAS token for the Azure storage location. This only applies to exports stored in your own Azure storage location. |
completedDateTime | DateTimeOffset | The date and time the export was completed. |
createdBy | identitySet | The user who initiated the export operation. |
createdDateTime | DateTimeOffset | The date and time the export was created. |
description | String | The description provided for the export. |
exportOptions | microsoft.graph.security.exportOptions | The options provided for the export. For more details, see reviewSet: export. Possible values are: originalFiles , text , pdfReplacement , fileInfo , tags . |
exportStructure | microsoft.graph.security.exportFileStructure | The options provided that specify the structure of the export. For more details, see reviewSet: export. Possible values are: none , directory , pst . |
id | String | The ID for the operation. Read-only. |
outputName | String | The name provided for the export. |
percentProgress | Int32 | The progress of the operation. |
resultInfo | resultInfo | Contains success and failure-specific result information. Inherited from caseOperation. |
status | microsoft.graph.security.caseOperationStatus | The status of the case operation. Possible values are: notStarted , submissionFailed , running , succeeded , partiallySucceeded , failed . |
exportOptions values
Member | Description |
---|---|
originalFiles | Include original files in native format. For example: docx, xlsx, pptx, doc, xlst, pptm, etc. |
text | Include extracted text from the original files. |
pdfReplacement | Replace original file with PDF version when available. |
fileInfo | Include metadata of original files in a load file. |
tags | Include tag information in fileInfo. |
exportFileStructure values
Member | Description |
---|---|
None | Default file structure. |
directory | All files in a singe folder called NativeFiles. |
pst | Mails will be grouped in pst format. |
Relationships
Relationship | Type | Description |
---|---|---|
reviewSet | microsoft.graph.security.ediscoveryReviewSet | Review set from where documents are exported. |
reviewSetQuery | microsoft.graph.security.ediscoveryReviewSetQuery | The review set query which is used to filter the documents for export. |
JSON representation
The following is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.security.ediscoveryExportOperation",
"id": "String (identifier)",
"createdDateTime": "String (timestamp)",
"completedDateTime": "String (timestamp)",
"action": "String",
"createdBy": {
"@odata.type": "microsoft.graph.identitySet"
},
"percentProgress": "Integer",
"status": "String",
"resultInfo": {
"@odata.type": "microsoft.graph.resultInfo"
},
"outputName": "String",
"description": "String",
"outputFolderId": "String",
"azureBlobContainer": "String",
"azureBlobToken": "String",
"exportOptions": "String",
"exportStructure": "String"
}
Feedback
Submit and view feedback for