EnterpriseCrmEventbusStats class
Stats for the requested dimensions: QPS, duration, and error/warning rate
Constructors
- EnterpriseCrmEventbusStats({EnterpriseCrmEventbusStatsDimensions? dimensions, double? durationInSeconds, double? errorRate, double? qps, double? warningRate})
- EnterpriseCrmEventbusStats.fromJson(Map json_)
Properties
- dimensions ↔ EnterpriseCrmEventbusStatsDimensions?
-
Dimensions that these stats have been aggregated on.
getter/setter pair
- durationInSeconds ↔ double?
-
Average duration in seconds.
getter/setter pair
- errorRate ↔ double?
-
Average error rate.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- qps ↔ double?
-
Queries per second.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- warningRate ↔ double?
-
Average warning rate.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited