mapSummary.seconds

Property Description

Total seconds elapsed when running map(mapContext).

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(' Time Elapsed', summary.mapSummary.seconds);
... 

        

Related Topics

summaryContext.mapSummary
mapSummary.concurrency
mapSummary.dateCreated
mapSummary.keys
mapSummary.usage
mapSummary.yields
mapSummary.errors

General Notices