Class AggregateBucketAutoResultId<TValue>
Represents the _id value in the result of a $bucketAuto stage.
public class AggregateBucketAutoResultId<TValue>
  Type Parameters
TValueThe type of the values.
- Inheritance
 - 
      
      AggregateBucketAutoResultId<TValue>
 
- Inherited Members
 
Constructors
- AggregateBucketAutoResultId(TValue, TValue)
 Initializes a new instance of the AggregateBucketAutoResultId<TValue> class.
Properties
- Max
 Gets the max value.
- Min
 Gets the min value.