Skip to content

Latest commit

 

History

History
72 lines (57 loc) · 3 KB

File metadata and controls

72 lines (57 loc) · 3 KB
title tagOperation resource type
description Represents the operation that handles applying tags to documents in a review set based on a review set query.
author mahage-msft
ms.localizationpriority medium
ms.subservice ediscovery
doc_type resourcePageType
ms.date 07/22/2024

tagOperation resource type

Namespace: microsoft.graph.ediscovery

[!INCLUDE beta-disclaimer]

[!INCLUDE ediscovery-deprecation]

Represents the operation that handles applying tags to documents in a review set based on a review set query.

Inherits from caseOperation.

Methods

None.

Properties

Property Type Description
action microsoft.graph.ediscovery.caseAction The case action for this entity will always be applyTags. 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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.ediscovery.tagOperation",
  "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"
  }
}