Constructor AggregateBucketResult
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
AggregateBucketResult(TValue, long)
Initializes a new instance of the AggregateBucketResult class.
public AggregateBucketResult(TValue id, long count)
Parameters
id
TValue
The inclusive lower boundary of the bucket.
count
long
The count.