Table of Contents

Property Skip

Namespace
MongoDB.Driver.Core.Operations
Assembly
MongoDB.Driver.Core.dll

Skip

Gets or sets the number of documents to skip before counting the remaining matching documents.

public long? Skip { get; set; }

Property Value

long?

The number of documents to skip before counting the remaining matching documents.