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