Class MapReduceOutputOptions
- Namespace
- MongoDB.Driver
- Assembly
- MongoDB.Driver.dll
public abstract class MapReduceOutputOptions
- Inheritance
-
MapReduceOutputOptions
- Inherited Members
-
Properties
Inline
public static MapReduceOutputOptions Inline { get; }
Property Value
- MapReduceOutputOptions
Methods
Merge(string, string, bool?, bool?)
public static MapReduceOutputOptions Merge(string collectionName, string databaseName = null, bool? sharded = null, bool? nonAtomic = null)
Parameters
collectionName string
databaseName string
sharded bool?
nonAtomic bool?
Returns
- MapReduceOutputOptions
Reduce(string, string, bool?, bool?)
public static MapReduceOutputOptions Reduce(string collectionName, string databaseName = null, bool? sharded = null, bool? nonAtomic = null)
Parameters
collectionName string
databaseName string
sharded bool?
nonAtomic bool?
Returns
- MapReduceOutputOptions
Replace(string, string, bool?)
public static MapReduceOutputOptions Replace(string collectionName, string databaseName = null, bool? sharded = null)
Parameters
collectionName string
databaseName string
sharded bool?
Returns
- MapReduceOutputOptions