Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MapReducedDocument<Key, Value>

Interface of the document returned as result of a mapReduce operation.

Type parameters

  • Key

    Type of the key

  • Value

    Type of the value

Hierarchy

  • MapReducedDocument

Index

Properties

Properties

_id

_id: Key

value

value: Value

Generated using TypeDoc