An event to be published to the server.
More...
|
| | Event (string name, DateTime timestamp, string value=null, Dictionary< string, string > metadata=null, string id=null) |
| | The event constructor.
|
|
| string | Name [get] |
| | The name of the event.
|
| DateTime | Timestamp [get] |
| | The time when the event was triggered.
|
| string | Value [get] |
| | Optional value.
|
| Dictionary< string, string > | Metadata [get] |
| | Event metadata, if any.
|
| string | Id [get] |
| | Optional event ID assigned by the client, used to de-duplicate in retransmission scenarios. If not supplied the server will assign a randomly generated unique event identifier.
|
An event to be published to the server.
◆ Event()
| Satori.Event.Event |
( |
string | name, |
|
|
DateTime | timestamp, |
|
|
string | value = null, |
|
|
Dictionary< string, string > | metadata = null, |
|
|
string | id = null ) |
|
inline |
The event constructor.
- Parameters
-
◆ Id
Optional event ID assigned by the client, used to de-duplicate in retransmission scenarios. If not supplied the server will assign a randomly generated unique event identifier.
◆ Metadata
| Dictionary<string, string> Satori.Event.Metadata |
|
get |
◆ Name
◆ Timestamp
| DateTime Satori.Event.Timestamp |
|
get |
The time when the event was triggered.
◆ Value
| string Satori.Event.Value |
|
get |
The documentation for this class was generated from the following file: