BatchSetFieldNames Class

Relativity Services API
The string names of fields used on Batch Sets.
Inheritance Hierarchy

System.Object
  kCura.Relativity.Client.DTOs.ArtifactFieldNames
    kCura.Relativity.Client.DTOs.BatchSetFieldNames

Namespace:  kCura.Relativity.Client.DTOs
Assembly:  kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public class BatchSetFieldNames : ArtifactFieldNames

The BatchSetFieldNames type exposes the following members.

Constructors

  NameDescription
Public methodBatchSetFieldNames
Initializes a new instance of the BatchSetFieldNames class
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields

  NameDescription
Public fieldStatic memberAutoBatch
Indicates whether the batch set automatically generates batches.
Public fieldStatic memberAutoCreateRateMinutes
Represents how frequently (in minutes) the system will attempt to create batches.
Public fieldStatic memberBatchDataSource
Represents a saved search containing documents to batch.
Public fieldStatic memberBatchPrefix
Represents a batch prefix for this batch set. The name of a batch contains this prefix followed by the batch numbering.
Public fieldStatic memberBatchUnitField
Represents an optional field used for grouping similar documents in the same batch.
Public fieldStatic memberDocumentsToBeBatched
Represents the remaining documents submitted for batching, which do not meet the minimum batch size.
Public fieldStatic memberFamilyField
Represents the workspace group identifier.
Public fieldStatic memberLastErrorReported
Indicates the last error reported for a batch set. This field is read-only.
Public fieldStatic memberLastSuccessfulRun
Indicates the last successful run for a batch set. This field is read-only.
Public fieldStatic memberMaximumBatchSize
Determines the maximum number of documents in a single batch.
Public fieldStatic memberMinimumBatchSize
Determines the smallest number of documents in a single batch.
Public fieldStatic memberName
Represents the name of a batch set as a string.
Public fieldStatic memberPreConvertDocuments
Indicates the Yes/No, field that keeps track of whether a batch set should have its documents converted upon Batching. Note if Batching occurs via RSAPI, this field is not respected.
Public fieldStatic memberReviewedField
Indicates the Yes/No, Single-Choice, or Multi-Choice field that Relativity monitors during a review. A count is incremented for each document in a batch coded with a value for the specified field.
Public fieldStatic memberStatus
/// Represents the status of a batch.
ValueDescription
-1Pending
-2Processing
-3Error
Positive numberThe number of batches which have been processed
Top
See Also

Reference