Name | Description | |
---|---|---|
MetricDefinition Constructor | Create a new metric definition. |
The following tables list the members exposed by MetricDefinition.
Name | Description | |
---|---|---|
MetricDefinition Constructor | Create a new metric definition. |
Name | Description | |
---|---|---|
Caption | A short display string for this metric definition, suitable for end-user display. | |
CategoryName | The category of this metric for display purposes. This can be a period delimited string to represent a variable height hierarchy | |
CategoryNames | An array of the individual category names within the specified category name which is period delimited. | |
CounterName | The display name of this metric (unique within the category name). | |
Definitions | The definitions collection that contains this definition. | |
Description | A description of what is tracked by this metric, suitable for end-user display. | |
Id | The unique Id of this metric definition packet. This can reliably be used as a key to refer to this item. | |
Interval | The recommended default display interval for graphing. | |
IsLive | Indicates if the definition is part of the current live metric definition collection | |
IsReadOnly | Indicates if the definition can be changed. | |
Lock | Object Change Locking object. | |
Metrics | The set of metrics that use this definition. | |
MetricTypeName | The internal metric type of this metric definition | |
Name | The name of the metric definition being captured. | |
Packet | The underlying packet | |
SampleType | The sample type of the metric. Indicates whether the metric represents discrete events or a continuous value. |
Name | Description | |
---|---|---|
CompareTo | Compares this MetricDefinition to another MetricDefinition to determine sort order | |
Equals | Overloaded. Determines if the provided MetricDefinition object is identical to this object. | |
GetHashCode | Provides a representative hash code for objects of this type to spread out distribution in hash tables. | |
GetKey | Overloaded. Calculate the string key for a metric definition. | |
SetReadOnly | Set this metric definition to be read-only and lock out further changes, allowing it to be instantiated and sampled. |
Name | Description | |
---|---|---|
OnMetricDictionaryCreate | Invoked by the base class to allow inheritors to provide derived implementations |
Equality | Compares two MetricDefinition instances for equality. |
Greater Than | Compares if one MetricDefinition instance should sort greater than another. |
Inequality | Compares two MetricDefinition instances for inequality. |
Less Than | Compares if one MetricDefinition instance should sort less than another. |