DuplicateGroup Class

Duplicates based on content hash if it exists, otherwise based on binary hash.

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 DuplicateGroup
Inheritance
Object    DuplicateGroup

Constructors

DuplicateGroupInitializes a new instance of the DuplicateGroup class

Properties

Duplicates All documents that have the same Sha1Hash value.
FormatId The file format Id of the first duplicate document added to the duplicate group.
GroupNumber The duplicate group number as a string ("1", "2", "3", ...).
Sha1Hash The SHA1 hash of the group. This property is set to the SHA1ContentHash if it exists for a document, otherwise the SHA1BinaryHash is used.

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