Table of Contents

Struct AggregateBucketAutoGranularity

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Represents the granularity value for a $bucketAuto stage.

public struct AggregateBucketAutoGranularity
Inherited Members

Constructors

AggregateBucketAutoGranularity(string)

Initializes a new instance of the AggregateBucketAutoGranularity struct.

public AggregateBucketAutoGranularity(string value)

Parameters

value string

The value.

Properties

E12

Gets the E12 granularity.

public static AggregateBucketAutoGranularity E12 { get; }

Property Value

AggregateBucketAutoGranularity

E192

Gets the E192 granularity.

public static AggregateBucketAutoGranularity E192 { get; }

Property Value

AggregateBucketAutoGranularity

E24

Gets the E24 granularity.

public static AggregateBucketAutoGranularity E24 { get; }

Property Value

AggregateBucketAutoGranularity

E48

Gets the E48 granularity.

public static AggregateBucketAutoGranularity E48 { get; }

Property Value

AggregateBucketAutoGranularity

E6

Gets the E6 granularity.

public static AggregateBucketAutoGranularity E6 { get; }

Property Value

AggregateBucketAutoGranularity

E96

Gets the E96 granularity.

public static AggregateBucketAutoGranularity E96 { get; }

Property Value

AggregateBucketAutoGranularity

PowersOf2

Gets the POWERSOF2 granularity.

public static AggregateBucketAutoGranularity PowersOf2 { get; }

Property Value

AggregateBucketAutoGranularity

R10

Gets the R10 granularity.

public static AggregateBucketAutoGranularity R10 { get; }

Property Value

AggregateBucketAutoGranularity

R20

Gets the R20 granularity.

public static AggregateBucketAutoGranularity R20 { get; }

Property Value

AggregateBucketAutoGranularity

R40

Gets the R40 granularity.

public static AggregateBucketAutoGranularity R40 { get; }

Property Value

AggregateBucketAutoGranularity

R5

Gets the R5 granularity.

public static AggregateBucketAutoGranularity R5 { get; }

Property Value

AggregateBucketAutoGranularity

R80

Gets the R80 granularity.

public static AggregateBucketAutoGranularity R80 { get; }

Property Value

AggregateBucketAutoGranularity

S1_2_5

Gets the 1-2-5 granularity.

public static AggregateBucketAutoGranularity S1_2_5 { get; }

Property Value

AggregateBucketAutoGranularity

Value

Gets the value.

public string Value { get; }

Property Value

string