Show / Hide Table of Contents

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 Source

Action

Gets or sets the action.

Declaration
public string Action { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Count

Gets or sets the count.

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