Table of Contents

Class AggregateBucketAutoResult<TValue>

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll
public class AggregateBucketAutoResult<TValue>

Type Parameters

TValue
Inheritance
AggregateBucketAutoResult<TValue>
Inherited Members

Constructors

AggregateBucketAutoResult(AggregateBucketAutoResultId<TValue>, long)

public AggregateBucketAutoResult(AggregateBucketAutoResultId<TValue> id, long count)

Parameters

id AggregateBucketAutoResultId<TValue>
count long

AggregateBucketAutoResult(TValue, TValue, long)

public AggregateBucketAutoResult(TValue min, TValue max, long count)

Parameters

min TValue
max TValue
count long

Properties

Count

public long Count { get; }

Property Value

long

Id

public AggregateBucketAutoResultId<TValue> Id { get; }

Property Value

AggregateBucketAutoResultId<TValue>

Max

public TValue Max { get; }

Property Value

TValue

Min

public TValue Min { get; }

Property Value

TValue