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 SourceAutoCreateRateInMinutes
Gets or sets the interval on which batches are created.
Declaration
public int AutoCreateRateInMinutes { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
MinimumBatchSize
Gets or sets minimum size for batch created by autobatching.
Declaration
public int MinimumBatchSize { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |