Class HealthCounts
Inheritance
System.Object
HealthCounts
Assembly: Steeltoe.CircuitBreaker.HystrixBase.dll
Syntax
public class HealthCounts : object
Properties
|
Edit this page
View Source
Empty
Declaration
public static HealthCounts Empty { get; }
Property Value
|
Edit this page
View Source
ErrorCount
Declaration
public long ErrorCount { get; }
Property Value
Type |
Description |
System.Int64 |
|
|
Edit this page
View Source
ErrorPercentage
Declaration
public int ErrorPercentage { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
TotalRequests
Declaration
public long TotalRequests { get; }
Property Value
Type |
Description |
System.Int64 |
|
Methods
|
Edit this page
View Source
Plus(Int64[])
Declaration
public HealthCounts Plus(long[] eventTypeCounts)
Parameters
Type |
Name |
Description |
System.Int64[] |
eventTypeCounts |
|
Returns
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|