Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EventsPerformanceCounterInfo

Package version

interface

An interface representing EventsPerformanceCounterInfo. The performance counter info

Hierarchy

  • EventsPerformanceCounterInfo

Index

Properties

Optional category

category: undefined | string
member

{string} [category] The category of the performance counter

Optional counter

counter: undefined | string
member

{string} [counter] The counter of the performance counter

Optional instance

instance: undefined | string
member

{string} [instance] The instance of the performance counter

Optional instanceName

instanceName: undefined | string
member

{string} [instanceName] The instance name of the performance counter

Optional name

name: undefined | string
member

{string} [name] The name of the performance counter

Optional value

value: undefined | number
member

{number} [value] The value of the performance counter

Generated using TypeDoc