Table of Contents

Enum AggregateOutputMode

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.Legacy.dll

Represents the output mode for an aggregate operation.

[Obsolete("Server versions 3.6 and newer always use a cursor.")]
public enum AggregateOutputMode
Extension Methods

Fields

Inline = 0

The output of the aggregate operation is returned inline.

Cursor = 1

The output of the aggregate operation is returned using a cursor.