Table of Contents

Method Limit

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Limit(long)

Appends a limit stage to the pipeline.

IAggregateFluent<TResult> Limit(long limit)

Parameters

limit long

The limit.

Returns

IAggregateFluent<TResult>

The fluent aggregate interface.