Represents the settings for deduplication.
Inheritance Hierarchy
Relativity.Processing.Services.DeduplicationSettings
Namespace: Relativity.Processing.Services
Assembly: Relativity.Processing.Services.Interfaces (in Relativity.Processing.Services.Interfaces.dll) Version: b44b4b567bbab080f9f68472e841682bf13da2db
Syntax
The DeduplicationSettings type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DeduplicationSettings |
Properties
| Name | Description | |
|---|---|---|
| DeduplicationMethod |
Gets or sets the setting for the DeduplicationMethod setting used when running processing sets.
| |
| PropagateDeduplicationData |
Gets or sets a Boolean value indicating the whether to populate specific metadata fields on parent and children documents.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also