Class AggregateBucketAutoResult<TValue>
Represents the result of the $bucketAuto stage.
public class AggregateBucketAutoResult<TValue>
  Type Parameters
TValueThe type of the value.
- Inheritance
 - 
      
      AggregateBucketAutoResult<TValue>
 
- Inherited Members
 
Constructors
- AggregateBucketAutoResult(AggregateBucketAutoResultId<TValue>, long)
 Initializes a new instance of the AggregateBucketResult<TValue> class.
- AggregateBucketAutoResult(TValue, TValue, long)
 Initializes a new instance of the AggregateBucketResult<TValue> class.
Properties
- Count
 Gets the count.
- Id
 Gets the inclusive lower boundary of the bucket.
- Max
 Gets the maximum.
- Min
 Gets the minimum.