Click or drag to resize

DuplicateGroupResultTotalDocumentsWithSameHashCount Property

Total count of all documents with same SHA1 hash. The SHA1ContentHash is used if it exists for a document, otherwise the SHA1BinaryHash is used.

Namespace: OpenDiscoverSDK.Interfaces.Platform.Archive
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataMemberAttribute]
public int TotalDocumentsWithSameHashCount { get; set; }

Property Value

Int32
See Also