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 (deprecated) | String | Return the URL for the export. The getDownloadUrl function is deprecated and will stop returning data on April 30, 2023. Use the new exportFileMetadata property returned by the Get caseOperation API instead. |
Properties
Property | Type | Description |
---|---|---|
action | microsoft.graph.security.caseAction | 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: purgeData , exportReport , exportResult . Inherited from caseOperation. |
completedDateTime | DateTimeOffset | The date and time the export was completed. Inherited from caseOperation. |
createdBy | identitySet | The user who initiated the export operation. Inherited from caseOperation. |
createdDateTime | DateTimeOffset | The date and time the export was created. Inherited from caseOperation. |
description | String | The description provided for the export. |
exportFileMetadata | microsoft.graph.security.ediscoveryExportFileMetadata | Contains the properties for an export file metadata, including downloadUrl, fileName, and size. If you export to an Azure storage location, this property returns empty. |
exportOptions | microsoft.graph.security.exportOptions | The options provided for the export. For more information, see reviewSet: export. Possible values are: originalFiles , text , pdfReplacement , fileInfo , tags . The fileInfo member is deprecated and will stop returning data on April 30, 2023. Going forward, the summary and load file are always included. |
exportStructure | microsoft.graph.security.exportFileStructure | The options provided that specify the structure of the export. For more information, see reviewSet: export. Possible values are: none , directory , pst . |
id | String | The ID for the operation. Read-only. Inherited from caseOperation. |
outputName | String | The name provided for the export. |
percentProgress | Int32 | The progress of the operation. Inherited from caseOperation. |
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 . Inherited from caseOperation. |
azureBlobContainer (deprecated) | String | The name of the Azure storage location where the export is stored. This only applies to exports stored in your own Azure storage location. The azureBlobContainer property is deprecated and will stop returning data on April 30th, 2023. |
azureBlobToken (deprecated) | String | The SAS token for the Azure storage location. This only applies to exports stored in your own Azure storage location. The azureBlobToken property is deprecated and will stop returning data on April 30, 2023. |
outputFolderId (deprecated) | String | The output folder ID. The outputFolderId property is deprecated and will stop returning data on April 30, 2023. |
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. |
tags | Include tag information in fileInfo. |
fileInfo (deprecated) | Include metadata of original files in a load file. The fileInfo member is deprecated and will stop returning data on April 30, 2023. Going forward, the summary and load file are always included. |
exportFileStructure values
Member | Description |
---|---|
None | Default file structure. |
directory | All files in a singe folder called NativeFiles. |
pst | Mails are 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 that is used to filter the documents for export. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.ediscoveryExportOperation",
"action": "String",
"azureBlobContainer": "String",
"azureBlobToken": "String",
"completedDateTime": "String (timestamp)",
"createdBy": {
"@odata.type": "microsoft.graph.identitySet"
},
"createdDateTime": "String (timestamp)",
"description": "String",
"exportFileMetadata": {
"@odata.type": "microsoft.graph.security.ediscoveryExportFileMetadata"
},
"exportOptions": "String",
"exportStructure": "String",
"id": "String (identifier)",
"outputFolderId": "String",
"outputName": "String",
"percentProgress": "Int32",
"resultInfo": {
"@odata.type": "microsoft.graph.resultInfo"
},
"status": "String"
}