Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MapReduceFunctions<TDocument, Key, Value>

MapReduce Options.

Type parameters

  • TDocument

    Interface of the document it works on.

  • Key

    Type of the key to reduce

  • Value

    Type of the values to reduce

    Extends MongoDB.MapReduceOptions with additional map and reduce field.

Hierarchy

  • MapReduceFunctions

Index

Properties

Properties

map

map: MapFunction<TDocument>

reduce

reduce: ReduceFunction<Key, Value>

Generated using TypeDoc