AggregateFluentBase<TResult>.BucketAuto Method |
Name | Description | |
---|---|---|
![]() | BucketAuto<TValue>(AggregateExpressionDefinition<TResult, TValue>, Int32, AggregateBucketAutoOptions) |
Appends a $bucketAuto stage to the pipeline.
|
![]() | BucketAuto<TValue, TNewResult>(AggregateExpressionDefinition<TResult, TValue>, Int32, ProjectionDefinition<TResult, TNewResult>, AggregateBucketAutoOptions) |
Appends a $bucketAuto stage to the pipeline with a custom projection.
|