Method Limit
Limit(long)
Appends a limit stage to the pipeline.
public abstract IAggregateFluent<TResult> Limit(long limit)
Parameters
limit
longThe limit.
Returns
- IAggregateFluent<TResult>
The fluent aggregate interface.
Appends a limit stage to the pipeline.
public abstract IAggregateFluent<TResult> Limit(long limit)
limit
longThe limit.
The fluent aggregate interface.