Table of Contents

Property Limit

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

Limit

Gets or sets the maximum number of documents to pass to the map function.

public long? Limit { get; set; }

Property Value

long?

The maximum number of documents to pass to the map function.