Click or drag to resize

DuplicateGroupResult Class

Duplicate document result for a document data archive (.dda).
Inheritance Hierarchy
SystemObject
  OpenDiscoverSDK.Interfaces.Platform.ArchiveDuplicateGroupResult

Namespace: OpenDiscoverSDK.Interfaces.Platform.Archive
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataContractAttribute]
public class DuplicateGroupResult

The DuplicateGroupResult type exposes the following members.

Constructors
 NameDescription
Public methodDuplicateGroupResultInitializes a new instance of the DuplicateGroupResult class
Top
Properties
 NameDescription
Public propertyDuplicateGroups Total number of duplicate document groups. A group must contain at least 2 documents with same hash (see TotalDocumentsWithSameHashCount).
Public propertyTotalDocumentsWithSameHashCount Total count of all documents with same SHA1 hash. The SHA1ContentHash is used if it exists for a document, otherwise the SHA1BinaryHash is used.
Public propertyTotalDuplicateDocumentCount Total number of duplicate documents minus the total number of DuplicateGroups.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also