A single event. Usually, but not necessarily, part of a batch.
More...
Inherited by Satori.ApiEvent.
|
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.
|
|
IDictionary< string, string > | Metadata [get] |
| Event metadata, if any.
|
|
string | Name [get] |
| Event name.
|
|
string | Timestamp [get] |
| The time when the event was triggered on the producer side.
|
|
string | Value [get] |
| Optional value.
|
|
A single event. Usually, but not necessarily, part of a batch.
◆ Id
string Satori.IApiEvent.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.
◆ Metadata
IDictionary<string, string> Satori.IApiEvent.Metadata |
|
get |
◆ Name
string Satori.IApiEvent.Name |
|
get |
◆ Timestamp
string Satori.IApiEvent.Timestamp |
|
get |
The time when the event was triggered on the producer side.
◆ Value
string Satori.IApiEvent.Value |
|
get |
The documentation for this interface was generated from the following file: