IAggregateFluentExtensions.BucketAuto Method |
Name | Description | |
---|---|---|
![]() ![]() | BucketAuto<TResult, TValue>(IAggregateFluent<TResult>, Expression<Func<TResult, TValue>>, Int32, AggregateBucketAutoOptions) |
Appends a $bucketAuto stage to the pipeline.
|
![]() ![]() | BucketAuto<TResult, TValue, TNewResult>(IAggregateFluent<TResult>, Expression<Func<TResult, TValue>>, Int32, Expression<Func<IGrouping<AggregateBucketAutoResultId<TValue>, TResult>, TNewResult>>, AggregateBucketAutoOptions) |
Appends a $bucketAuto stage to the pipeline (this overload can only be used with LINQ3).
|