Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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"
}