Table of Contents

Constructor AggregateBucketAutoResultId

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

AggregateBucketAutoResultId(TValue, TValue)

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

public AggregateBucketAutoResultId(TValue min, TValue max)

Parameters

min TValue

The minimum.

max TValue

The maximum.