DocumentIs Representing Duplicate Property
This is a convenience property for users that may want to track duplicate documents (de-duplication based on hashes). This value is not used or set during processing
of documents. Default value is true, which indicates this document is the representing duplicate of a group of duplicate documents. A de-duplication
process will need to set this property to false for the non-representing duplicated and also set property DuplicateGroupId.
Definition
Namespace: OpenDiscoverSDK.Interfaces.Platform
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
[DataMemberAttribute]
public bool IsRepresentingDuplicate { get; set; }