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

Relativity.Services.Result.MassProcessResultSetBase

Represents the output of a move operation, including status information.
public virtual int OperationsCompleted { get; set; }

Gets the number of operations that have been executed.

public virtual string ProcessState { get; set; }

Gets the state of the mass process.

public virtual int TotalOperations { get; set; }

Gets the number of operations needed to be executed to move the object.