<PackageReference Include="Relativity.Server.ObjectManager.SDK" Version="1.1.2" />

DeleteProcessStateProgress

Represents the progress object for mass delete processes.
public int OperationsCompleted { get; set; }

Gets or sets the operations completed count.

public int TotalOperations { get; set; }

Gets or sets the total operations count.

Initializes a new instance of the DeleteProcessStateProgress class.

public DeleteProcessStateProgress(int totalOperations, int operationsCompleted)

Initializes a new instance of the DeleteProcessStateProgress class with the total operations and operations completed counts.