Name | Description | |
---|---|---|
![]() | BoundType | When bound, indicates the exact interface or object type that was bound. |
![]() | 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. |
![]() | CounterName | The display name of this metric (unique within the category name). |
![]() | DefaultValue | The default value column to display for this event metric. Typically this should be a numeric value column. |
![]() | Description | A description of what is tracked by this metric, suitable for end-user display. |
![]() | Id | The unique Id of this event metric definition. This can reliably be used as a key to refer to this item, within the same session which created it. |
![]() | Interval | The recommended default display interval for graphing. |
![]() | IsBound | Indicates if this definition is configured to retrieve its information directly from an object. |
![]() | IsReadOnly | Indicates whether this event metric definition is now read-only because it has been officially registered and can be used to create event metric instances. |
![]() | Key | The three-part key of the metric definition being captured, as a single string. |
![]() | MetricsSystem | The metric capture system label under which this metric definition was created. |
![]() | ValueDefinitions | The set of values defined for this metric definition. (A snapshot array copy. AddValue() through this definition object.) |