Search
Preparing search index...
The search index is not available
sealious
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
MapReduce
Class MapReduce<ReturnType, IntermediateValue>
Type parameters
ReturnType
IntermediateValue
Hierarchy
CalculatedField
<
ReturnType
>
MapReduce
Index
Constructors
constructor
Properties
app
collection
name
params
Methods
calculate
Constructors
constructor
new
Map
Reduce
(
app
:
App
, collection
:
Collection
, params
:
MapReduceParams
<
ReturnType
,
IntermediateValue
>
)
:
MapReduce
Parameters
app:
App
collection:
Collection
params:
MapReduceParams
<
ReturnType
,
IntermediateValue
>
Returns
MapReduce
Properties
app
app
:
App
collection
collection
:
Collection
name
name
:
string
= "map-reduce"
params
params
:
MapReduceParams
<
ReturnType
,
IntermediateValue
>
Methods
calculate
calculate
(
context
:
Context
, item
:
Item
)
:
Promise
<
any
>
Parameters
context:
Context
item:
Item
Returns
Promise
<
any
>
Globals
Map
Reduce
constructor
app
collection
name
params
calculate
Generated using
TypeDoc