Class: MeasureOptions

tibco.objectapi.ec.base.MeasureOptions

new MeasureOptions()

Options to apply to this measure request. Constructs a new MeasureOptions.

The following features are supported:

Members

advancedOption :Array.<tibco.objectapi.ec.base.AdvancedMeasureOption>

This property holds the value of the 'Advanced Option' containment reference list.
Type:

consolidation :tibco.objectapi.ec.base.ConsolidationType

Enumerated value defining the consolidation mode to use for this measure request. Either: - NO_CONSOLIDATION: One measure is returned for each id passed in by the request. Each measure returned will specify the id to which it refers (see the non-abstract extensions of Measure for details). - CONSOLIDATE: A single measure is returned, containing the consolidated data for all the ids passed in by the request. - BOTH: One measure is returned for each id passed in by the request. An additional measure is also returned, containing the consolidated data for all the ids passed in by the request. (The isConsolidation attribute can be used to recognize which entry contains the consolidated data.) This property holds the value of the 'Consolidation' attribute.
Type: