com.apama.md
Event EPD


The ExtraParam Delta datastream sequence event is used to update a set of Extra Parameter values that have already been provided by the Extra Param Snapshot event.

NOTE: This event should not be sent for new adding Extra Parameters.
Member Summary
 integersessionId

The Id of the Source where this datastream event was sent from.
 integerconnectionId

The Id of the Connection this datastream event is for.
 stringsymbol

The symbol which is associated with this datastream event.
 stringdestStreamType

Stream Type that this Extra Parameter is for (e.g. "com.apama.md.T").
 dictionary<string, string >epValues

A dictionary of Extra Parameter names, and their corresponding value (as a string) passed from the Source/Adapter.
 dictionary<integer, float >__timestamps

The timestamp when this datastream event was sent from the Source/Adapter.
 
Member Detail

__timestamps

dictionary<integer, float > __timestamps
The timestamp when this datastream event was sent from the Source/Adapter.

connectionId

integer connectionId
The Id of the Connection this datastream event is for.

destStreamType

string destStreamType
Stream Type that this Extra Parameter is for (e.g. "com.apama.md.T").

epValues

dictionary<string, string > epValues
A dictionary of Extra Parameter names, and their corresponding value (as a string) passed from the Source/Adapter.

sessionId

integer sessionId
The Id of the Source where this datastream event was sent from.

symbol

string symbol
The symbol which is associated with this datastream event.