PipelineDefinitionBuilder.SortByCount Method |
Name | Description | |
---|---|---|
![]() ![]() | SortByCount<TInput, TIntermediate, TValue>(PipelineDefinition<TInput, TIntermediate>, AggregateExpressionDefinition<TIntermediate, TValue>) |
Appends a $sortByCount stage to the pipeline.
|
![]() ![]() | SortByCount<TInput, TIntermediate, TValue>(PipelineDefinition<TInput, TIntermediate>, Expression<Func<TIntermediate, TValue>>, ExpressionTranslationOptions) |
Appends a sortByCount stage to the pipeline.
|