Class MapReduceOptions<TDocument, TResult>
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
- BypassDocumentValidation
Gets or sets a value indicating whether to bypass document validation.
- Collation
Gets or sets the collation.
- Filter
Gets or sets the filter.
- Finalize
Gets or sets the finalize function.
- JavaScriptMode
Gets or sets the java script mode.
- Limit
Gets or sets the limit.
- MaxTime
Gets or sets the maximum time.
- OutputOptions
Gets or sets the output options.
- ResultSerializer
Gets or sets the result serializer.
- Scope
Gets or sets the scope.
- Sort
Gets or sets the sort.
- Verbose
Gets or sets whether to include timing information.