DeleteProcessStateProgress Class

Relativity Services API
Represents the progress object for mass delete processes.
Inheritance Hierarchy

System.Object
  Relativity.Services.Objects.DataContracts.DeleteProcessStateProgress

Namespace:  Relativity.Services.Objects.DataContracts
Assembly:  Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 13.3.1.1 045207d562027f7bb0eaa843477ebb7cba5b9f0a
Syntax

public class DeleteProcessStateProgress

The DeleteProcessStateProgress type exposes the following members.

Constructors

  NameDescription
Public methodDeleteProcessStateProgress()
Initializes a new instance of the DeleteProcessStateProgress class.
Public methodDeleteProcessStateProgress(Int32, Int32)
Initializes a new instance of the DeleteProcessStateProgress class with the total operations and operations completed counts.
Top
Properties

  NameDescription
Public propertyOperationsCompleted
Gets or sets the operations completed count.
Public propertyTotalOperations
Gets or sets the total operations count.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference