com.apama.cumulocity
Event FindMeasurement


Find a Measurement, searching on source, type, fragementType.

By default will return all Measurements which match the criteria. You can set params to select which Measurements to receive.

EPL sends to the SEND_CHANNEL, and transport will respond with 0+ FindMeasurementResponse and then 1 FindMeasurementResponseAck on FindMeasurementResponse.SUBSCRIBE_CHANNEL channel.
Since:
10.1.0.9/10.2.0.3/10.3.0.0
See Also:
com.apama.cumulocity.FindMeasurementResponse - 
com.apama.cumulocity.FindMeasurementResponseAck - 

Constant summary
 stringCHANNEL := "CumulocityIoTGenericChain"

Channel to send these events to.
Deprecated:
[This channel constant has been deprecated. Use SEND_CHANNEL instead.]
 stringSEND_CHANNEL := "CumulocityIoTGenericChain"

Channel to send these events to.
 
Member summary
 integerreqId

Identifier for this request; must be generated using com.apama.cumulocity.Util.generateReqId().
 dictionary<stringstring>params

Additional request params. 'id', 'source', 'type', 'valueFragmentType', 'valueFragmentSeries', 'fromDate', 'toDate', 'pageSize', 'currentPage', 'revert' can be provided.
 
Constant detail

CHANNEL

string CHANNEL := "CumulocityIoTGenericChain"
Deprecated:
[This channel constant has been deprecated. Use SEND_CHANNEL instead.]
Channel to send these events to.

SEND_CHANNEL

string SEND_CHANNEL := "CumulocityIoTGenericChain"
Channel to send these events to.
Since:
10.5.2.0

Member detail

params

dictionary<stringstringparams
Additional request params. 'id', 'source', 'type', 'valueFragmentType', 'valueFragmentSeries', 'fromDate', 'toDate', 'pageSize', 'currentPage', 'revert' can be provided.


reqId

integer reqId
Identifier for this request; must be generated using com.apama.cumulocity.Util.generateReqId().