DocumentIsRepresentingDuplicate 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.
Namespace: OpenDiscoverSDK.Interfaces.PlatformAssembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax[DataMemberAttribute]
public bool IsRepresentingDuplicate { get; set; }Property Value
Boolean
See Also