com.apama.md
Event XESD


The Extra Param Schema Delta datastream event is used to delta update the Extra Parameter schema, for adding or removing keys.
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").
 com.apama.md.XEPKeyxEPKey

A dictionary of Extra Parameter names, and their corresponding value (as an EPSI event) passed from the Source/Adapter.
 dictionary<string, com.apama.md.ESI>list
 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").

list

            dictionary<string, com.apama.md.ESIlist
        

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.

xEPKey

            com.apama.md.XEPKey xEPKey
        
A dictionary of Extra Parameter names, and their corresponding value (as an EPSI event) passed from the Source/Adapter.