com.apama.md
Event ND


News Delete datastream event.
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

Symbol this story relates to if subscribed per symbol, else blank.
 stringnewsId

Unique identifier for this news item.
 floatsourceTimestamp

UTC Epoch timestamp from the news source.
 dictionary<string, string>data

Elementised data structure associated with the news story in key:value pairs.
 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.

data

dictionary<string, string> data
Elementised data structure associated with the news story in key:value pairs.

newsId

string newsId
Unique identifier for this news item.

sessionId

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

sourceTimestamp

float sourceTimestamp
UTC Epoch timestamp from the news source.

symbol

string symbol
Symbol this story relates to if subscribed per symbol, else blank.