Class BatchProcessResult
Represents values That are retuurned after creating or purging batches.
Inheritance
System.Object
BatchProcessResult
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 BatchProcessResult
Properties
| Improve this Doc View SourceAction
Gets or sets the action.
Declaration
public string Action { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Count
Gets or sets the count.
Declaration
public int Count { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |