Method Skip

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

Namespace

MongoDB.Driver

Assembly

MongoDB.Driver.dll

Skip(long)

Creates a $skip stage.

public static PipelineStageDefinition<TInput, TInput> Skip<TInput>(long skip)

Parameters

skip long

The skip.

Returns

PipelineStageDefinition<TInput, TInput>

The stage.

Type Parameters

TInput

The type of the input documents.