summaryContext.inputSummary

Object Description

Holds statistics regarding the input stage.

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.

          ...
logMetrics(summary.inputSummary);
log.error('Input Error', summary.inputSummary.error);

... 

        

Related Topics

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

General Notices