Class AggregateBucketAutoResultId

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

Namespace

MongoDB.Driver

Assembly

MongoDB.Driver.dll

Represents the _id value in the result of a $bucketAuto stage.

public class AggregateBucketAutoResultId<TValue>

Type Parameters

TValue

The type of the values.

Inheritance

object

AggregateBucketAutoResultId

Inherited Members

object.Equals(object)

object.Equals(object, object)

object.GetHashCode()

object.GetType()

object.MemberwiseClone()

object.ReferenceEquals(object, object)

object.ToString()

Constructors

AggregateBucketAutoResultId(TValue, TValue)

Initializes a new instance of the AggregateBucketAutoResultId class.

Properties

Max

Gets the max value.

Min

Gets the min value.