My Project
Loading...
Searching...
No Matches
Public Attributes | List of all members
PlayFab.EventsModels.EventContents Class Reference
Inheritance diagram for PlayFab.EventsModels.EventContents:
PlayFab.SharedModels.PlayFabBaseModel

Public Attributes

Dictionary< string, string > CustomTags
 The optional custom tags associated with the event (e.g. build number, external trace identifiers, etc.). Before an event is written, this collection and the base request custom tags will be merged, but not overriden. This enables the caller to specify static tags and per event tags.
 
EntityKey Entity
 Entity associated with the event. If null, the event will apply to the calling entity.
 
string EventNamespace
 The namespace in which the event is defined. Allowed namespaces can vary by API.
 
string Name
 The name of this event.
 
string OriginalId
 The original unique identifier associated with this event before it was posted to PlayFab. The value might differ from the EventId value, which is assigned when the event is received by the server.
 
DateTime? OriginalTimestamp
 The time (in UTC) associated with this event when it occurred. If specified, this value is stored in the OriginalTimestamp property of the PlayStream event.
 
object Payload
 Arbitrary data associated with the event. Only one of Payload or PayloadJSON is allowed.
 
string PayloadJSON
 Arbitrary data associated with the event, represented as a JSON serialized string. Only one of Payload or PayloadJSON is allowed.
 

Additional Inherited Members

- Public Member Functions inherited from PlayFab.SharedModels.PlayFabBaseModel
string ToJson ()
 

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