Struct AggregateBucketAutoGranularity
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
stringThe value.
Properties
E12
Gets the E12 granularity.
public static AggregateBucketAutoGranularity E12 { get; }
Property Value
E192
Gets the E192 granularity.
public static AggregateBucketAutoGranularity E192 { get; }
Property Value
E24
Gets the E24 granularity.
public static AggregateBucketAutoGranularity E24 { get; }
Property Value
E48
Gets the E48 granularity.
public static AggregateBucketAutoGranularity E48 { get; }
Property Value
E6
Gets the E6 granularity.
public static AggregateBucketAutoGranularity E6 { get; }
Property Value
E96
Gets the E96 granularity.
public static AggregateBucketAutoGranularity E96 { get; }
Property Value
PowersOf2
Gets the POWERSOF2 granularity.
public static AggregateBucketAutoGranularity PowersOf2 { get; }
Property Value
R10
Gets the R10 granularity.
public static AggregateBucketAutoGranularity R10 { get; }
Property Value
R20
Gets the R20 granularity.
public static AggregateBucketAutoGranularity R20 { get; }
Property Value
R40
Gets the R40 granularity.
public static AggregateBucketAutoGranularity R40 { get; }
Property Value
R5
Gets the R5 granularity.
public static AggregateBucketAutoGranularity R5 { get; }
Property Value
R80
Gets the R80 granularity.
public static AggregateBucketAutoGranularity R80 { get; }
Property Value
S1_2_5
Gets the 1-2-5 granularity.
public static AggregateBucketAutoGranularity S1_2_5 { get; }
Property Value
Value
Gets the value.
public string Value { get; }