PipelineStageDefinitionBuilder
BucketAuto Method
Overload List
Name
Description
BucketAuto
TInput, TValue
(AggregateExpressionDefinition
TInput, TValue
, Int32, AggregateBucketAutoOptions)
Creates a $bucketAuto stage.
BucketAuto
TInput, TValue
(Expression
Func
TInput, TValue
, Int32, AggregateBucketAutoOptions, ExpressionTranslationOptions)
Creates a $bucketAuto stage.
BucketAuto
TInput, TValue, TOutput
(AggregateExpressionDefinition
TInput, TValue
, Int32, ProjectionDefinition
TInput, TOutput
, AggregateBucketAutoOptions)
Creates a $bucketAuto stage.
BucketAuto
TInput, TValue, TOutput
(Expression
Func
TInput, TValue
, Int32, Expression
Func
IGrouping
TValue, TInput
, TOutput
, AggregateBucketAutoOptions, ExpressionTranslationOptions)
Creates a $bucketAuto stage.
Top
See Also
Reference
PipelineStageDefinitionBuilder Class
MongoDB.Driver Namespace