Constructor AggregateBucketAutoResultId
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
AggregateBucketAutoResultId(TValue, TValue)
Initializes a new instance of the AggregateBucketAutoResultId class.
public AggregateBucketAutoResultId(TValue min, TValue max)
Parameters
min
TValue
The minimum.
max
TValue
The maximum.