summaryContext.yields

Property Description

Total number of yields when running the map/reduce script.

Type

number

Since

2015.2

Syntax

The following code snippet shows the syntax for this member. It is not a functional example. For a complete script example, see Map/Reduce Script Samples.

          ...
log.audit(type + ' Number of Yields', summary.yields);
... 

        

Related Topics

summaryContext
summaryContext.isRestarted
summaryContext.concurrency
summaryContext.dateCreated
summaryContext.seconds
summaryContext.usage
summaryContext.inputSummary
summaryContext.mapSummary
summaryContext.reduceSummary
summaryContext.output

General Notices