Method Match
Match(FilterDefinition<TResult>)
Appends a match stage to the pipeline.
public abstract IAggregateFluent<TResult> Match(FilterDefinition<TResult> filter)
Parameters
filter
FilterDefinition<TResult>The filter.
Returns
- IAggregateFluent<TResult>
The fluent aggregate interface.