Class BatchSet
Represents a Relativity BatchSet used to organize batches.
Implements
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 BatchSet : NamedArtifact, IHasNameProperties
| Improve this Doc View SourceAutoBatchSettings
Gets or sets settings for auto batching.
Declaration
public AutoBatchSettings AutoBatchSettings { get; set; }Property Value
| Type | Description | 
|---|---|
| AutoBatchSettings | 
BatchPrefix
Gets or sets batch prefix.
Declaration
public string BatchPrefix { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
BatchProcessResult
Gets or sets the result for the Batch Process.
Declaration
public BatchProcessResult BatchProcessResult { get; set; }Property Value
| Type | Description | 
|---|---|
| BatchProcessResult | 
BatchSize
Gets or sets batch size.
Declaration
public int BatchSize { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
BatchUnitField
Gets or sets batch unit field.
Declaration
public NamedArtifact BatchUnitField { get; set; }Property Value
| Type | Description | 
|---|---|
| NamedArtifact | 
DataSource
Gets or sets data source for a batch set.
Declaration
public NamedArtifact DataSource { get; set; }Property Value
| Type | Description | 
|---|---|
| NamedArtifact | 
FamilyField
Gets or sets batch family field.
Declaration
public NamedArtifact FamilyField { get; set; }Property Value
| Type | Description | 
|---|---|
| NamedArtifact | 
Keywords
Gets or sets Keywords.
Declaration
public string Keywords { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Notes
Gets or sets Notes.
Declaration
public string Notes { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
ReviewedField
Gets or sets reviewed field.
Declaration
public NamedArtifact ReviewedField { get; set; }Property Value
| Type | Description | 
|---|---|
| NamedArtifact |