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
errorIds
sequence<string> errorIds
A list of the ids for which a ManagedObject could not be retrieved.
managedObjects
dictionary<string, com.apama.cumulocity.ManagedObject> managedObjects
A dictionary of the managed objects keyed by their ids.
reqId
integer reqId
The id returned by the original get request.