

| AggregateOutputMode Enumeration | 
Namespace: MongoDB.Driver
 Syntax
Syntax Members
Members| 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. | 
 See Also
See AlsoCopyright © 2010-2015 MongoDB Inc.