Intel.Hardware.ModularServer.NumericSensor数値センサー

Intel.Hardware.ModularServer.NumericSensor (ClassType)

Element properties:

Base ClassIntel.Hardware.ModularServer.Sensor
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdfa87c45e-1c5f-082f-07c9-3e8a66859671

Class Hierarchy:

Class Properties:

Property Name Type Display Name (JPN) Description (JPN) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  表示名 監視オブジェクトの表示名。 false 256  False 
Intel.Hardware.ModularServer.Sensor:
SensorID  string  ID true 256  False 
SensorType  string  センサーのタイプ true 256  False 
LastUpdated  string  前回の更新時間 false 255  False 
Intel.Hardware.ModularServer.NumericSensor:
CurrentReading  double  センサー読み値 false 256   
Unit  string  ユニット false 256  False 
Description  string  センサー読み値の説明 false 255  False 

Health Model:

Source Code:

<ClassType ID="Intel.Hardware.ModularServer.NumericSensor" Accessibility="Public" Abstract="true" Base="Intel.Hardware.ModularServer.Sensor" Hosted="false" Singleton="false">
<Property ID="CurrentReading" Type="double" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Unit" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Description" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
</ClassType>