Show / Hide Table of Contents

Class AutoBatchSettings

Represents values for batch set autobatching.

Inheritance
System.Object
AutoBatchSettings
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 AutoBatchSettings

Properties

| Improve this Doc View Source

AutoCreateRateInMinutes

Gets or sets the interval on which batches are created.

Declaration
public int AutoCreateRateInMinutes { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

MinimumBatchSize

Gets or sets minimum size for batch created by autobatching.

Declaration
public int MinimumBatchSize { get; set; }
Property Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX