MapReduceOutputMode Enumeration |
Note: This API is now obsolete.
Namespace: MongoDB.Driver
Member name | Value | Description | |
---|---|---|---|
Inline | 0 | The output of the map-reduce operation is returned inline. | |
Replace | 1 | The output of the map-reduce operation replaces an existing collection. | |
Merge | 2 | The output of the map-reduce operation is merged with an existing collection. | |
Reduce | 3 | The output of the map-reduce operation is merged with an existing collection using the reduce function. |
Copyright © 2010–present MongoDB Inc.