MongoDB .NET Driver API Documentation
MongoDB .NET Driver API Documentation
Namespaces
MongoDB.Driver
PipelineStageDefinitionBuilder Class
PipelineStageDefinitionBuilder Methods
BucketAuto Method
BucketAuto(TInput, TValue) Method (AggregateExpressionDefinition(TInput, TValue), Int32, AggregateBucketAutoOptions)
BucketAuto(TInput, TValue, TOutput) Method (AggregateExpressionDefinition(TInput, TValue), Int32, ProjectionDefinition(TInput, TOutput), AggregateBucketAutoOptions)
BucketAuto(TInput, TValue) Method (Expression(Func(TInput, TValue)), Int32, AggregateBucketAutoOptions, ExpressionTranslationOptions)
BucketAuto(TInput, TValue, TOutput) Method (Expression(Func(TInput, TValue)), Int32, Expression(Func(IGrouping(TValue, TInput), TOutput)), AggregateBucketAutoOptions, ExpressionTranslationOptions)
PipelineStageDefinitionBuilder
BucketAuto Method
Overload List
Name
Description
BucketAuto
TInput, TValue
(AggregateExpressionDefinition
TInput, TValue
, Int32, AggregateBucketAutoOptions)
Creates a $bucketAuto stage.
BucketAuto
TInput, TValue, TOutput
(AggregateExpressionDefinition
TInput, TValue
, Int32, ProjectionDefinition
TInput, TOutput
, AggregateBucketAutoOptions)
Creates a $bucketAuto stage.
BucketAuto
TInput, TValue
(Expression
Func
TInput, TValue
, Int32, AggregateBucketAutoOptions, ExpressionTranslationOptions)
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
Copyright © 2010–present MongoDB Inc.
Send comments on this topic to
MongoDB