C# Class Jellyfish.Commands.Metrics.HealthCounts

Mostra file Open project: Zenasoft/Jellyfish.Commands Class Usage Examples

Public Properties

Property Type Description
Empty HealthCounts

Public Methods

Method Description
HealthCounts ( bool isEmpty ) : Jellyfish.Commands.Utils
HealthCounts ( long total, long error, int errorPercentage ) : Jellyfish.Commands.Utils

Method Details

HealthCounts() public method

public HealthCounts ( bool isEmpty ) : Jellyfish.Commands.Utils
isEmpty bool
return Jellyfish.Commands.Utils

HealthCounts() public method

public HealthCounts ( long total, long error, int errorPercentage ) : Jellyfish.Commands.Utils
total long
error long
errorPercentage int
return Jellyfish.Commands.Utils

Property Details

Empty public_oe static_oe property

public static HealthCounts,Jellyfish.Commands.Metrics Empty
return HealthCounts