FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | FIELD | ACTION | DETAIL: IMPORT | CONSTANT | FIELD | ACTION |
Field summary | |
---|---|
integer | messageId Storage message id. The messages next message id must be increasing. |
string | serviceId The service id. |
integer | databaseId Id of database to store into. |
float | timestamp Used as store time (seconds). |
string | eventData Raw event (stringified). |
boolean | acknowledge If true a StoreOperationAck should be sent, therefore any errors will be returned in the errorMessage. |
string | tableName The table to store the event in. |
string | statementName Optional user defined statement to use. |
string | timeColumn Column for event timestamp, not needed if column name is "time". |
dictionary<string, string> | extraParams Any additional settings. |
Field detail |
---|
boolean acknowledgeIf true a StoreOperationAck should be sent, therefore any errors will be returned in the errorMessage.
integer databaseIdId of database to store into.
string eventDataRaw event (stringified).
dictionary<string, string> extraParamsAny additional settings.
integer messageIdStorage message id. The messages next message id must be increasing.
string serviceIdThe service id.
string statementNameOptional user defined statement to use.
string tableNameThe table to store the event in.
string timeColumnColumn for event timestamp, not needed if column name is "time".
float timestampUsed as store time (seconds).
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | FIELD | ACTION | DETAIL: IMPORT | CONSTANT | FIELD | ACTION |