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

Relativity.MassOperations.V2.Enums.TallySumAverageOptions

Enum describing the different types of aggregate operations supported by the Tally Sum Average mass operation.
Average = 2

Calculates the average of each unique field value.

Sum = 1

Calculates the total sum of each unique field value.

Tally = 0

Tallies up the total count of each unique field value.