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 is a JSON representation of the resource.

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