com.apama.cumulocity
Event ManagedObjectCacheResponseBatch


An event from the cache containing the results of a request or query for a set of ManagedObjects. This contains a dictionary, keyed by id, of the ManagedObjects. and a sequence of ids for which a ManagedObject could not be found.

Under normal circumstances, the latter sequence would be expected to be empty.
Since:
10.15.5.0

Field summary
 integerreqId

The id returned by the original get request.
 dictionary<stringcom.apama.cumulocity.ManagedObject>managedObjects

A dictionary of the managed objects keyed by their ids.
 sequence<string>errorIds

A list of the ids for which a ManagedObject could not be retrieved.
 
Field detail

errorIds

sequence<stringerrorIds
A list of the ids for which a ManagedObject could not be retrieved.

managedObjects

dictionary<stringcom.apama.cumulocity.ManagedObjectmanagedObjects
A dictionary of the managed objects keyed by their ids.

reqId

integer reqId
The id returned by the original get request.