Class Batch
Represents a Relativity Batch.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public class Batch : Artifact
Properties
| Improve this Doc View SourceAssignedTo
Gets or sets user id that current batch is assigned to.
Declaration
public Artifact AssignedTo { get; set; }
Property Value
Type | Description |
---|---|
Artifact |
BatchName
Gets the batch name.
Declaration
[FieldName("Batch")]
public string BatchName { get; }
Property Value
Type | Description |
---|---|
System.String |
BatchNumber
Gets a number assigned to batch.
Declaration
public int BatchNumber { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
BatchSet
Gets the batch set that the batch belongs to.
Declaration
public string BatchSet { get; }
Property Value
Type | Description |
---|---|
System.String |
BatchSize
Gets the batch size.
Declaration
public int BatchSize { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
BatchStatus
Gets or sets the batch status.
Declaration
public string BatchStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BatchUnit
Gets or sets the batch unit assigned to the batch.
Declaration
public string BatchUnit { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Reviewed
Gets the number of documents in the batch that have been reviewed.
Declaration
public int Reviewed { get; }
Property Value
Type | Description |
---|---|
System.Int32 |