Constructor AggregateBucketAutoResult
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
AggregateBucketAutoResult(AggregateBucketAutoResultId, long)
public AggregateBucketAutoResult(AggregateBucketAutoResultId<TValue> id, long count)
Parameters
id
AggregateBucketAutoResultId
The inclusive lower boundary of the bucket.
count
long
The count.
AggregateBucketAutoResult(TValue, TValue, long)
public AggregateBucketAutoResult(TValue min, TValue max, long count)
Parameters
min
TValue
The minimum.
max
TValue
The maximum.
count
long
The count.