Quantum 3 3.0.13

Properties | List of all members
Photon.Deterministic.Webhooks.ReplayChunkRequest Class Reference

The json webrequest is send if using ReplayStream.WebhookRequestType.Json. Binary web request holds all meta information in according headers. More...

Inherits IWebRequest.

Properties

string AppId [get, set]
 Photon AppId. More...
 
int ChunkNumber [get, set]
 Incremental chunk number. More...
 
Dictionary< string, object > CustomProperties [get, set]
 Add custom data to base JSON object using the JsonExtensionData attribute. More...
 
string GameId [get, set]
 Session Unique Game Id. More...
 
byte[] Input [get, set]
 The compressed input. More...
 
bool IsCompressed [get, set]
 Input array is Zip compressed. More...
 
bool IsLast [get, set]
 The last chunk for the replay stream. More...
 
int LastTick [get, set]
 The oldest tick in this chunk More...
 
int TickCount [get, set]
 The number of ticks serialized in this chunk. More...
 
int TickCountTotal [get, set]
 The number of ticks serialized in total. More...
 

Detailed Description

The json webrequest is send if using ReplayStream.WebhookRequestType.Json. Binary web request holds all meta information in according headers.

Property Documentation

◆ AppId

string Photon.Deterministic.Webhooks.ReplayChunkRequest.AppId
getset

Photon AppId.

◆ GameId

string Photon.Deterministic.Webhooks.ReplayChunkRequest.GameId
getset

Session Unique Game Id.

◆ ChunkNumber

int Photon.Deterministic.Webhooks.ReplayChunkRequest.ChunkNumber
getset

Incremental chunk number.

◆ IsLast

bool Photon.Deterministic.Webhooks.ReplayChunkRequest.IsLast
getset

The last chunk for the replay stream.

◆ LastTick

int Photon.Deterministic.Webhooks.ReplayChunkRequest.LastTick
getset

The oldest tick in this chunk

◆ TickCount

int Photon.Deterministic.Webhooks.ReplayChunkRequest.TickCount
getset

The number of ticks serialized in this chunk.

◆ TickCountTotal

int Photon.Deterministic.Webhooks.ReplayChunkRequest.TickCountTotal
getset

The number of ticks serialized in total.

◆ Input

byte [] Photon.Deterministic.Webhooks.ReplayChunkRequest.Input
getset

The compressed input.

◆ IsCompressed

bool Photon.Deterministic.Webhooks.ReplayChunkRequest.IsCompressed
getset

Input array is Zip compressed.

◆ CustomProperties

Dictionary<string, object> Photon.Deterministic.Webhooks.ReplayChunkRequest.CustomProperties
getset

Add custom data to base JSON object using the JsonExtensionData attribute.