Class AggregateBucketResult

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

Namespace

MongoDB.Driver

Assembly

MongoDB.Driver.dll

Represents the result of the $bucket stage.

public class AggregateBucketResult<TValue>

Type Parameters

TValue

The type of the value.

Inheritance

object

AggregateBucketResult

Inherited Members

object.Equals(object)

object.Equals(object, object)

object.GetHashCode()

object.GetType()

object.MemberwiseClone()

object.ReferenceEquals(object, object)

object.ToString()

Constructors

AggregateBucketResult(TValue, long)

Initializes a new instance of the AggregateBucketResult class.

Properties

Count

Gets the count.

Id

Gets the inclusive lower boundary of the bucket.