<PackageReference Include="Relativity.Server.Services.Interfaces.SDK" Version="5000.0.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.