<PackageReference Include="Relativity.Server.Services.Interfaces.SDK" Version="13.6.1" />

Relativity.Services.MoveProcessStateProgress

Represents the progress object for mass move 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 MoveProcessStateProgress class.

public MoveProcessStateProgress(int totalOperations, int operationsCompleted)

Initializes a new instance of the MoveProcessStateProgress class.