MapReduceOutputMode Enumeration |
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-2015 MongoDB Inc.