Table of Contents

Constructor AggregateBucketResult

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

AggregateBucketResult(TValue, long)

Initializes a new instance of the AggregateBucketResult<TValue> class.

public AggregateBucketResult(TValue id, long count)

Parameters

id TValue

The inclusive lower boundary of the bucket.

count long

The count.