MapReduceOperationBase Properties |
The MapReduceOperationBase type exposes the following members.
Name | Description | |
---|---|---|
Collation |
Gets or sets the collation.
| |
CollectionNamespace |
Gets the collection namespace.
| |
Filter |
Gets or sets the filter.
| |
FinalizeFunction |
Gets or sets the finalize function.
| |
JavaScriptMode |
Gets or sets a value indicating whether objects emitted by the map function remain as JavaScript objects.
| |
Limit |
Gets or sets the maximum number of documents to pass to the map function.
| |
MapFunction |
Gets the map function.
| |
MaxTime |
Gets or sets the maximum time the server should spend on this operation.
| |
MessageEncoderSettings |
Gets the message encoder settings.
| |
ReduceFunction |
Gets the reduce function.
| |
Scope |
Gets or sets the scope document.
| |
Sort |
Gets or sets the sort specification.
| |
Verbose |
Gets or sets a value indicating whether to include extra information, such as timing, in the result.
|