Represents the settings used for numbering, deNISTing, extraction, and deduplication tasks during a processing job.
Inheritance Hierarchy
Relativity.Processing.Services.ProcessingProfileRef
Relativity.Processing.Services.ProcessingProfile
Namespace: Relativity.Processing.Services
Assembly: Relativity.Processing.Services.Interfaces (in Relativity.Processing.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The ProcessingProfile type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ProcessingProfile |
Properties
Name | Description | |
---|---|---|
![]() | ArtifactID |
Gets or set the Artifact ID of the processing profile.
(Inherited from ProcessingProfileRef.) |
![]() | DeduplicationSettings |
Gets or sets the DeduplicationSettings used during DeDuplication.
|
![]() | ExtractionSettings |
Gets or sets the ExtractionSettings used during text extraction.
|
![]() | InventoryDiscoverSettings |
Gets or sets the InventoryDiscoverSettings used during Inventory/Discover.
|
![]() | IsNew |
Gets a Boolean value indicating whether the processing set is new.
(Inherited from ProcessingProfileRef.) |
![]() | Name |
Gets or sets the user-friendly name of the processing profile.
(Inherited from ProcessingProfileRef.) |
![]() | NumberingSettings |
Gets or sets the NumberingSettings used to control document number generation.
|
![]() | PublishSettings |
Gets or sets the PublishSettings instance used for controlling Publishing.
|
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