Method Skip
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
Skip(long)
Appends a skip stage to the pipeline.
IAggregateFluent<TResult> Skip(long skip)
Parameters
skip
long
The number of documents to skip.
Returns
The fluent aggregate interface.