Skip to content

WmiClass

Holds a row for each unique WMI class scanned (for systems that do not support WMI/CIM, OctoSAM defines a set of own classes such as Linux_ Aix_ or Mac_ classes).

erDiagram
    WmiClass ||--o{ WmiClassProperty : "WmiClassID"
    WmiClass ||--o{ WmiInstance : "WmiClassID"
    WmiClass ||--o{ WmiInstanceHistory : "WmiClassID"

Fields

Field Type Description
Enabled boolean If this flag is set to false, the Import Service does no longer import information for this wmi class into the database. Can be used to conserve database space if certain WMI data is not essential.
ID numeric Internal ID for the WmiClass entity (Primary Key)
Name string Name of the class. For Win32_ classes, see Microsoft WMI documentation. Names beginning with X_ are Octopus extension classes. For systems that do not support WMI/CIM, OctoSAM defines a set of own classes such as Linux_ Aix_ or Mac_ classes

Referenced by

Table Column Name Description
WmiClassProperty WmiClassID Holds a row for each unique property per class scanned
WmiInstance WmiClassID Each entity is an instance of a class scanned on a particular machine
WmiInstanceHistory WmiClassID Each entity is an instance of a class scanned in a particular MachineUserHistory context. This table together with WmiInstanceHistoryProperty holds historized WMI data for each scan. See WmiInstance for description of the columns.