<PackageReference Include="Relativity.Server.Testing.Framework.SDK" Version="10.3.0" />

Batch

public class Batch : Artifact
Represents a Relativity Batch.
public Artifact AssignedTo { get; set; }

Gets or sets user id that current batch is assigned to.

public string BatchName { get; }

Gets the batch name.

public int BatchNumber { get; }

Gets a number assigned to batch.

public string BatchSet { get; }

Gets the batch set that the batch belongs to.

public int BatchSize { get; }

Gets the batch size.

public string BatchStatus { get; set; }

Gets or sets the batch status.

public string BatchUnit { get; set; }

Gets or sets the batch unit assigned to the batch.

public int Reviewed { get; }

Gets the number of documents in the batch that have been reviewed.

public Batch()