Show / Hide Table of Contents

Class PeerChannelDiagnostics

This is a JSON template for peer channel diagnostics.

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

Properties

BytesReceived

Number of bytes received.

Declaration
public virtual AggregateStats BytesReceived { get; set; }
Property Value
Type Description
AggregateStats

BytesSent

Number of bytes sent.

Declaration
public virtual AggregateStats BytesSent { get; set; }
Property Value
Type Description
AggregateStats

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#peerChannelDiagnostics.

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

NumMessagesLost

Number of messages lost.

Declaration
public virtual Nullable<int> NumMessagesLost { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

NumMessagesReceived

Number of messages received.

Declaration
public virtual Nullable<int> NumMessagesReceived { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

NumMessagesSent

Number of messages sent.

Declaration
public virtual Nullable<int> NumMessagesSent { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

NumSendFailures

Number of send failures.

Declaration
public virtual Nullable<int> NumSendFailures { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

RoundtripLatencyMillis

Roundtrip latency stats in milliseconds.

Declaration
public virtual AggregateStats RoundtripLatencyMillis { get; set; }
Property Value
Type Description
AggregateStats

Implements

IDirectResponseSchema
Back to top