Show / Hide Table of Contents

Class AggregateStats

This is a JSON template for aggregate stats.

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

Properties

Count

The number of messages sent between a pair of peers.

Declaration
public virtual Nullable<long> Count { 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#aggregateStats.

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

Max

The maximum amount.

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

Min

The minimum amount.

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

Sum

The total number of bytes sent for messages between a pair of peers.

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

Implements

IDirectResponseSchema
Back to top