Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 1.86 KB

File metadata and controls

48 lines (37 loc) · 1.86 KB
title redundancyDetectionSettings resource type
description Represents redundancy settings for an eDiscovery case.
author SeunginLyu
ms.localizationpriority medium
ms.subservice ediscovery
doc_type resourcePageType
ms.date 07/22/2024

redundancyDetectionSettings resource type

Namespace: microsoft.graph.security

Represents 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.security.redundancyDetectionSettings",
  "isEnabled": "Boolean",
  "similarityThreshold": "Integer",
  "minWords": "Integer",
  "maxWords": "Integer"
}