C# Class FoundationDB.Client.Status.MetricsBase

Base class for all metrics containers
Datei anzeigen Open project: BedeGaming/foundationdb-dotnet-client

Protected Properties

Property Type Description
m_data object>.Dictionary

Protected Methods

Method Description
GetArray ( string field ) : List
GetBoolean ( string field ) : bool?
GetBoolean ( string field1, string field2 ) : bool?
GetDouble ( string field ) : double?
GetDouble ( string field1, string field2 ) : double?
GetInt64 ( string field ) : long?
GetInt64 ( string field1, string field2 ) : long?
GetMap ( string field ) : object>.Dictionary
GetString ( string field ) : string
GetString ( string field1, string field2 ) : string
MetricsBase ( object>.Dictionary data ) : FoundationDB.Client.Utils

Method Details

GetArray() protected method

protected GetArray ( string field ) : List
field string
return List

GetBoolean() protected method

protected GetBoolean ( string field ) : bool?
field string
return bool?

GetBoolean() protected method

protected GetBoolean ( string field1, string field2 ) : bool?
field1 string
field2 string
return bool?

GetDouble() protected method

protected GetDouble ( string field ) : double?
field string
return double?

GetDouble() protected method

protected GetDouble ( string field1, string field2 ) : double?
field1 string
field2 string
return double?

GetInt64() protected method

protected GetInt64 ( string field ) : long?
field string
return long?

GetInt64() protected method

protected GetInt64 ( string field1, string field2 ) : long?
field1 string
field2 string
return long?

GetMap() protected method

protected GetMap ( string field ) : object>.Dictionary
field string
return object>.Dictionary

GetString() protected method

protected GetString ( string field ) : string
field string
return string

GetString() protected method

protected GetString ( string field1, string field2 ) : string
field1 string
field2 string
return string

MetricsBase() protected method

protected MetricsBase ( object>.Dictionary data ) : FoundationDB.Client.Utils
data object>.Dictionary
return FoundationDB.Client.Utils

Property Details

m_data protected_oe property

protected Dictionary m_data
return object>.Dictionary