DuplicateGroupResult 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)
C#
[DataContractAttribute]
public class DuplicateGroupResult
Inheritance
Object    DuplicateGroupResult

Constructors

DuplicateGroupResultInitializes 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

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also