Table of Contents

Property Limit

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

Limit

Gets or sets a limit on the number of matching documents to count.

public long? Limit { get; set; }

Property Value

long?

A limit on the number of matching documents to count.