Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 2 KB

File metadata and controls

51 lines (39 loc) · 2 KB
title redundancyDetectionSettings resource type
description Redundancy settings for an eDiscovery case.
author mahage-msft
ms.localizationpriority medium
ms.subservice ediscovery
doc_type resourcePageType
ms.date 07/22/2024

redundancyDetectionSettings resource type

Namespace: microsoft.graph.ediscovery

[!INCLUDE beta-disclaimer]

[!INCLUDE ediscovery-deprecation]

Redundancy (email threading and near duplicate detection) settings for an eDiscovery case.

Properties

Property Type Description
isEnabled Boolean Indicates whether email threading and near duplicate detection are enabled.
maxWords Int32 Specifies the maximum number of words used for email threading and near duplicate detection. To learn more, see Minimum/maximum number of words.
minWords Int32 Specifies the minimum number of words used for email threading and near duplicate detection. To learn more, see Minimum/maximum number of words.
similarityThreshold Int32 Specifies the similarity level for documents to be put in the same near duplicate set. To learn more, see Document and email similarity threshold.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.ediscovery.redundancyDetectionSettings",
  "isEnabled": "Boolean",
  "similarityThreshold": "Integer",
  "minWords": "Integer",
  "maxWords": "Integer"
}