Method Skip
Skip(long)
Appends a skip stage to the pipeline.
IAggregateFluent<TResult> Skip(long skip)Parameters
- skiplong
- The number of documents to skip. 
Returns
- IAggregateFluent<TResult>
- The fluent aggregate interface. 
Appends a skip stage to the pipeline.
IAggregateFluent<TResult> Skip(long skip)skip longThe number of documents to skip.
The fluent aggregate interface.