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

BatchSet

public class BatchSet : NamedArtifact
Represents a Relativity BatchSet used to organize batches.
public AutoBatchSettings AutoBatchSettings { get; set; }

Gets or sets settings for auto batching.

public string BatchPrefix { get; set; }

Gets or sets batch prefix.

Gets or sets the result for the Batch Process.

public int BatchSize { get; set; }

Gets or sets batch size.

public NamedArtifact BatchUnitField { get; set; }

Gets or sets batch unit field.

public NamedArtifact DataSource { get; set; }

Gets or sets data source for a batch set.

public NamedArtifact FamilyField { get; set; }

Gets or sets batch family field.

public string Keywords { get; set; }

Gets or sets Keywords.

public string Notes { get; set; }

Gets or sets Notes.

public NamedArtifact ReviewedField { get; set; }

Gets or sets reviewed field.

public BatchSet()