Class MapReduceOptions<TDocument, TResult>
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
Represents the options for a map-reduce operation.
[Obsolete("Use Aggregation pipeline instead.")]
public sealed class MapReduceOptions<TDocument, TResult>Type Parameters
TDocument
The type of the document.
TResult
The type of the result.
Inheritance
MapReduceOptions<TDocument, TResult>
Inherited Members
Properties
Gets or sets a value indicating whether to bypass document validation.
Gets or sets the collation.
Gets or sets the filter.
Gets or sets the finalize function.
Gets or sets the java script mode.
Gets or sets the limit.
Gets or sets the maximum time.
Gets or sets the output options.
Gets or sets the result serializer.
Gets or sets the scope.
Gets or sets the sort.
Gets or sets whether to include timing information.