Click or drag to resize

DuplicateGroup Class

Duplicates based on content hash if it exists, otherwise based on binary hash.
Inheritance Hierarchy
SystemObject
  OpenDiscoverSDK.Interfaces.Platform.ArchiveDuplicateGroup

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 DuplicateGroup

The DuplicateGroup type exposes the following members.

Constructors
 NameDescription
Public methodDuplicateGroupInitializes a new instance of the DuplicateGroup class
Top
Properties
 NameDescription
Public propertyDuplicates All documents that have the same Sha1Hash value.
Public propertyFormatId The file format Id of the first duplicate document added to the duplicate group.
Public propertyGroupNumber The duplicate group number as a string ("1", "2", "3", ...).
Public propertySha1Hash The SHA1 hash of the group. This property is set to the SHA1ContentHash if it exists for a document, otherwise the SHA1BinaryHash is used.
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