Show / Hide Table of Contents

Class PeerSessionDiagnostics

This is a JSON template for peer session diagnostics.

Inheritance
System.Object
PeerSessionDiagnostics
Implements
IDirectResponseSchema
Namespace: Google.Apis.Games.v1.Data
Assembly: Google.Apis.Games.v1.dll
Syntax
public class PeerSessionDiagnostics : object, IDirectResponseSchema

Properties

ConnectedTimestampMillis

Connected time in milliseconds.

Declaration
public virtual Nullable<long> ConnectedTimestampMillis { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Kind

Uniquely identifies the type of this resource. Value is always the fixed string games#peerSessionDiagnostics.

Declaration
public virtual string Kind { get; set; }
Property Value
Type Description
System.String

ParticipantId

The participant ID of the peer.

Declaration
public virtual string ParticipantId { get; set; }
Property Value
Type Description
System.String

ReliableChannel

Reliable channel diagnostics.

Declaration
public virtual PeerChannelDiagnostics ReliableChannel { get; set; }
Property Value
Type Description
PeerChannelDiagnostics

UnreliableChannel

Unreliable channel diagnostics.

Declaration
public virtual PeerChannelDiagnostics UnreliableChannel { get; set; }
Property Value
Type Description
PeerChannelDiagnostics

Implements

IDirectResponseSchema
Back to top