<PackageReference Include="Relativity.Server.Review.SDK" Version="5000.0.1" />

Relativity.Review.V1.BatchSets.Models.BatchSet

public class BatchSet
Represents a batch set object
public AutoBatchProgress AutoBatchProgress { get; set; }

Auto Batch progress

public AutoBatchSettings AutoBatchSettings { get; set; }

Batch set Auto Batch settings

public string BatchPrefix { get; set; }

Name prefix given to batches in the batch set

public int BatchSetID { get; set; }

Artifact ID of the batch set

public int BatchSize { get; set; }

Number of documents to be placed in each batch

public Securable<FieldRef> BatchUnitField { get; set; }

Optional Relativity field used as the batch set's Batch Unit Field

public Securable<DisplayableObjectIdentifier> CreatedBy { get; set; }

Name of the Relativity user who created the batch set

public DateTime CreatedOn { get; set; }

When the batch set was created

public Securable<DisplayableObjectIdentifier> DataSource { get; set; }

Batch set data source

public Securable<FieldRef> FamilyField { get; set; }

Optional Relativity field used as the batch set's Family Field

public string Keywords { get; set; }

Batch set keywords

public Securable<DisplayableObjectIdentifier> LastModifiedBy { get; set; }

Name of the Relativity user who last modified the batch set

public DateTime LastModifiedOn { get; set; }

When the batch set was last modified

public string Name { get; set; }

Batch set name

public string Notes { get; set; }

Batch set notes

public Securable<FieldRef> ReviewedField { get; set; }

Optional Relativity field used as the batch set's Reviewed Field

public BatchSet()