Duplicate Group Result Class
Duplicate document result for a document data archive (.dda).
Definition
Namespace: OpenDiscoverSDK.Interfaces.Platform.Archive
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
[DataContractAttribute]
public class DuplicateGroupResult- Inheritance
- Object DuplicateGroupResult
Constructors
| DuplicateGroupResult | Initializes a new instance of the DuplicateGroupResult class |
Properties
| DuplicateGroups | Total number of duplicate document groups. A group must contain at least 2 documents with same hash (see TotalDocumentsWithSameHashCount). |
| TotalDocumentsWithSameHashCount | Total count of all documents with same SHA1 hash. The SHA1ContentHash is used if it exists for a document, otherwise the SHA1BinaryHash is used. |
| TotalDuplicateDocumentCount | Total number of duplicate documents minus the total number of DuplicateGroups. |
Methods
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |