redundancyDetectionSettings resource type

Namespace: microsoft.graph.security

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

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"
}