Class AggregateBucketAutoResultId<TValue>
Represents the _id value in the result of a $bucketAuto stage.
public class AggregateBucketAutoResultId<TValue>
Type Parameters
TValue
The 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.