Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph.security
Represents the process of a Microsoft Purview eDiscovery export.
Inherits from caseOperation.
Methods
Method | Return type | Description |
---|---|---|
Get case operation by ID | Resource | The exportFileMetadata property returned by the method provides downloadUrl, fileName and size of exported content |
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 . 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. |
exportOptions | microsoft.graph.security.exportOptions | The options provided for the export. For more information, see reviewSet: export. Possible values are: originalFiles , text , pdfReplacement , tags , unknownFutureValue , splitSource , includeFolderAndPath , friendlyName , condensePaths . Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: splitSource , includeFolderAndPath , friendlyName , condensePaths . |
exportStructure | microsoft.graph.security.exportFileStructure | The options that specify the structure of the export. For more information, see reviewSet: export. Possible values are: none , directory (deprecated), pst , unknownFutureValue , msg . Use the Prefer: include-unknown-enum-members request header to get the following value from this evolvable enum: msg . The directory member is deprecated. It remains in v1.0 for backward compatibility. Going forward, use either pst or msg . |
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. |
exportOptions values
Member | Description |
---|---|
originalFiles | Include original files in native format; for example: docx, xlsx, pptx, doc, xlst, and pptm. |
text | Include extracted text from the original files. |
pdfReplacement | Replace original file with PDF version when available. |
tags | Include tag information. |
unknownFutureValue | Evolvable enumeration sentinel value. Don't use. |
splitSource | Organize data from different locations into separate folders or PSTs. |
includeFolderAndPath | Include folder and path structure of source. |
friendlyName | Give each item a friendly name. |
condensePaths | Condense paths to fit within 259 characters. |
exportFileStructure values
Member | Description |
---|---|
None | Default file structure. |
directory (deprecated) | All files in a single folder called Native files. |
pst | Mails are grouped in .pst format. |
unknownFutureValue | Evolvable enumeration sentinel value. Don't use. |
msg | Mails are in .msg format. |
Tip
The directory
member is deprecated. It remains in v1.0 for backward compatibility. Going forward, use either pst
or msg
.
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",
"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)",
"outputName": "String",
"percentProgress": "Int32",
"resultInfo": {
"@odata.type": "microsoft.graph.resultInfo"
},
"status": "String"
}