Class AggregateBucketAutoResultId
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
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
Inherited Members
object.ReferenceEquals(object, object)
Constructors
AggregateBucketAutoResultId(TValue, TValue)
Initializes a new instance of the AggregateBucketAutoResultId class.
Properties
Gets the max value.
Gets the min value.