App Metrics Fork me on GitHub
Show / Hide Table of Contents

Class MetricValueDataKeys

Inheritance
System.Object
MetricValueDataKeys
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:App.Metrics.Reporting
Assembly:cs.temp.dll.dll
Syntax
public class MetricValueDataKeys

Constructors

MetricValueDataKeys()

Declaration
public MetricValueDataKeys()

MetricValueDataKeys(IDictionary<HistogramValueDataKeys, String>, IDictionary<MeterValueDataKeys, String>, IDictionary<ApdexValueDataKeys, String>, IDictionary<CounterValueDataKeys, String>)

Declaration
public MetricValueDataKeys(IDictionary<HistogramValueDataKeys, string> histogram = null, IDictionary<MeterValueDataKeys, string> meter = null, IDictionary<ApdexValueDataKeys, string> apdex = null, IDictionary<CounterValueDataKeys, string> counter = null)
Parameters
Type Name Description
IDictionary<HistogramValueDataKeys, System.String> histogram
IDictionary<MeterValueDataKeys, System.String> meter
IDictionary<ApdexValueDataKeys, System.String> apdex
IDictionary<CounterValueDataKeys, System.String> counter

Properties

Apdex

Declaration
public IDictionary<ApdexValueDataKeys, string> Apdex { get; }
Property Value
Type Description
IDictionary<ApdexValueDataKeys, System.String>

Counter

Declaration
public IDictionary<CounterValueDataKeys, string> Counter { get; }
Property Value
Type Description
IDictionary<CounterValueDataKeys, System.String>

Histogram

Declaration
public IDictionary<HistogramValueDataKeys, string> Histogram { get; }
Property Value
Type Description
IDictionary<HistogramValueDataKeys, System.String>

Meter

Declaration
public IDictionary<MeterValueDataKeys, string> Meter { get; }
Property Value
Type Description
IDictionary<MeterValueDataKeys, System.String>
Back to top Copyright © 2017 Allan Hardy
Generated by DocFX