Click or drag to resize

SessionMetricMeters Class

Inheritance Hierarchy
SystemObject
  Cassandra.MetricsSessionMetricMeters

Namespace:  Cassandra.Metrics
Assembly:  Cassandra (in Cassandra.dll) Version: 3.12.0
Syntax
C#
public static class Meters

The SessionMetricMeters type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberBytesReceived
Tracks the number/rate of bytes received.
Public fieldStatic memberBytesSent
Tracks the number/rate of bytes sent.
Top
See Also