AggregateOutputMode Enumeration |
Note: This API is now obsolete.
Namespace: MongoDB.Driver
[ObsoleteAttribute("Server versions 3.6 and newer always use a cursor.")] public enum AggregateOutputMode
<ObsoleteAttribute("Server versions 3.6 and newer always use a cursor.")> Public Enumeration AggregateOutputMode
[<ObsoleteAttribute("Server versions 3.6 and newer always use a cursor.")>] type AggregateOutputMode
Member name | Value | Description | |
---|---|---|---|
Inline | 0 | The output of the aggregate operation is returned inline. | |
Cursor | 1 | The output of the aggregate operation is returned using a cursor. |
Copyright © 2010–present MongoDB Inc.