TallySumAverageOptions
Enum describing the different type of operations Tally Sum Average supports.
            
                
Average = 2
The average aggregate function. Only decimal, currency, and whole number fields are supported.
            
Sum = 1
The sum aggregate function. Only decimal, currency, and whole number fields are supported.
            
Tally = 0
The tally aggregate function.
            Only decimal, currency, whole number, fixed length, multiple choice, single choice, and user fields are supported.
            Only the first 100,000 values will be returned.