SwiftlyS2

CGCMsgMemCachedStatsResponse

Interface CGCMsgMemCachedStatsResponse

Namespace: SwiftlyS2.Shared.ProtobufDefinitions

Assembly: SwiftlyS2.CS2.dll

public interface CGCMsgMemCachedStatsResponse : ITypedProtobuf<CGCMsgMemCachedStatsResponse>, INativeHandle

Implements

Properties

Bytes

ulong Bytes { get; set; }
Property Value

BytesRead

ulong BytesRead { get; set; }
Property Value

BytesWritten

ulong BytesWritten { get; set; }
Property Value

CmdFlush

ulong CmdFlush { get; set; }
Property Value

CmdGet

ulong CmdGet { get; set; }
Property Value

CmdSet

ulong CmdSet { get; set; }
Property Value

CurrConnections

ulong CurrConnections { get; set; }
Property Value

CurrItems

ulong CurrItems { get; set; }
Property Value

DeleteHits

ulong DeleteHits { get; set; }
Property Value

DeleteMisses

ulong DeleteMisses { get; set; }
Property Value

Evictions

ulong Evictions { get; set; }
Property Value

GetHits

ulong GetHits { get; set; }
Property Value

GetMisses

ulong GetMisses { get; set; }
Property Value

LimitMaxbytes

ulong LimitMaxbytes { get; set; }
Property Value

On this page