AggregateOutputMode Enumeration |
Namespace: MongoDB.Driver
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-2015 MongoDB Inc.