Method Skip

| MongoDB CSharp Driver API Reference (original) (raw)

Namespace

MongoDB.Driver

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

IAggregateFluent

The fluent aggregate interface.