Nakama .NET Client SDK 3.8.0
Nakama .NET Client SDK
Loading...
Searching...
No Matches
Satori.IApiEvent Interface Reference

A single event. Usually, but not necessarily, part of a batch. More...

Inherited by Satori.ApiEvent.

Properties

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.
 

Detailed Description

A single event. Usually, but not necessarily, part of a batch.

Property Documentation

◆ 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

Event metadata, if any.

◆ Name

string Satori.IApiEvent.Name
get

Event name.

◆ Timestamp

string Satori.IApiEvent.Timestamp
get

The time when the event was triggered on the producer side.

◆ Value

string Satori.IApiEvent.Value
get

Optional value.


The documentation for this interface was generated from the following file: