<PackageReference Include="Relativity.MassOperations.SDK" Version="2.0.0" />

Relativity.MassOperations.V2.DTOs.TallySumAverageResult

public class TallySumAverageResult
Class describing the return value of one field value under the Tally Sum Average operation.
public double Count { get; set; }

The result of the Tally Sum Average operation for the given value.

public string Value { get; set; }

The value in the Field under Tally Sum Average.