Class AggregateBucketAutoResult

| MongoDB CSharp Driver API Reference (original) (raw)

Namespace

MongoDB.Driver

Assembly

MongoDB.Driver.dll

Represents the result of the $bucketAuto stage.

public class AggregateBucketAutoResult<TValue>

Type Parameters

TValue

The type of the value.

Inheritance

AggregateBucketAutoResult

Inherited Members

Constructors

AggregateBucketAutoResult(AggregateBucketAutoResultId, long)

Initializes a new instance of the AggregateBucketResult class.

AggregateBucketAutoResult(TValue, TValue, long)

Initializes a new instance of the AggregateBucketResult class.

Properties

Count

Gets the count.

Id

Gets the inclusive lower boundary of the bucket.

Max

Gets the maximum.

Min

Gets the minimum.