Muokkaa

Jaa


ediscoveryExportOperation resource type

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. 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.
exportOptions microsoft.graph.security.exportOptions The options provided for the export. For more information, see reviewSet: export. Possible values are: originalFiles, text, pdfReplacement, tags.
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, 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.

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.

exportFileStructure values

Member Description
None Default file structure.
directory All files in a single folder called Native files.
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",
  "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"
}