Microsoft.IntelligencePacks.DynamicPerformanceCollectionMicrosoft.IntelligencePacks.DynamicPerformanceCollection (ClassType)

Element properties:

Base ClassMicrosoft.IntelligencePacks.DynamicCollectionBase
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityInternal
ElementId6d087650-3716-20b1-ec56-73f87774fa6e

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
Microsoft.IntelligencePacks.DynamicCollectionBase:
ComputerName  string      true 2147483647  False     
Microsoft.IntelligencePacks.DynamicPerformanceCollection:
Id  string      true 2147483647  False     
CounterName  string      false 2147483647  False     
ObjectName  string      false 2147483647  False     
InstanceName  string      false 2147483647  False     
AllInstances  bool      false 256       
IntervalSeconds  int      false 256       

Health Model:

Source Code:

<ClassType ID="Microsoft.IntelligencePacks.DynamicPerformanceCollection" Accessibility="Internal" Abstract="false" Base="Microsoft.IntelligencePacks.DynamicCollectionBase" Hosted="false" Singleton="false" Extension="false">
<Property ID="Id" Type="string" AutoIncrement="false" Key="true" CaseSensitive="false" MaxLength="2147483647" MinLength="0" Required="false" Scale="0"/>
<Property ID="CounterName" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="2147483647" MinLength="0" Required="false" Scale="0"/>
<Property ID="ObjectName" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="2147483647" MinLength="0" Required="false" Scale="0"/>
<Property ID="InstanceName" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="2147483647" MinLength="0" Required="false" Scale="0"/>
<Property ID="AllInstances" Type="bool" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="IntervalSeconds" Type="int" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
</ClassType>