Skip to content

Latest commit

 

History

History
82 lines (65 loc) · 3.6 KB

File metadata and controls

82 lines (65 loc) · 3.6 KB
title addToReviewSetOperation resource type
description Adds the results of a sourceCollection to a reviewSet
author mahage-msft
ms.localizationpriority medium
ms.subservice ediscovery
doc_type resourcePageType
ms.date 07/22/2024

addToReviewSetOperation resource type

Namespace: microsoft.graph.ediscovery

[!INCLUDE beta-disclaimer]

[!INCLUDE ediscovery-deprecation]

Represents an operation to add a sourceCollection to a reviewSet.

Inherits from caseOperation.

Methods

None.

Properties

Property Type Description
action microsoft.graph.ediscovery.caseAction The case action for this entity will always be addToReviewSet. Read-only. Inherited from caseOperation.
completedDateTime DateTimeOffset The date and time the operation was completed. Read-only. Inherited from caseOperation
createdBy identitySet The user who created the operation. Read-only. Inherited from caseOperation
createdDateTime DateTimeOffset The date and time the operation was started. Read-only. Inherited from caseOperation
id String The ID for the operation. Read-only. Inherited from caseOperation.
percentProgress Int32 The progress of the operation. Read-only. Inherited from caseOperation.
resultInfo resultInfo Contains success and failure-specific result information. Inherited from caseOperation.
status microsoft.graph.ediscovery.caseOperationStatus The status of the case operation. Inherited from caseOperation. The possible values are: notStarted, submissionFailed, running, succeeded, partiallySucceeded, failed.

dataCollectionScope values

Member Description
allVersions Include all versions of files from sites.
linkedFiles Include cloud attachment with emails in the collection.

Relationships

Relationship Type Description
reviewSet microsoft.graph.ediscovery.reviewSet The review set to which items matching the source collection query are added to.
sourceCollection microsoft.graph.ediscovery.sourceCollection The sourceCollection that items are being added from.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.ediscovery.addToReviewSetOperation",
  "id": "String (identifier)",
  "createdDateTime": "String (timestamp)",
  "completedDateTime": "String (timestamp)",
  "percentProgress": "Integer",
  "status": "String",
  "action": "String",
  "createdBy": {
    "@odata.type": "microsoft.graph.identitySet"
  },
  "resultInfo": {
    "@odata.type": "microsoft.graph.resultInfo"
  }
}