Table of Contents

Method Skip

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<TResult>

The fluent aggregate interface.