ComputerResourceProcessorSCD Table

ComputerResourceProcessorSCD is a table listing processor specifications for a particular computer resource.

Note: To cater for multi-tenant mode, this table may contain data for multiple tenants. Access requires that the database TenantID has been set in the SQL Server connection context information. That setting filters an underlying table to produce this view of data for the single, selected tenant.
Table 1. Database columns for ComputerResourceProcessorSCD table

Database Column

Details

ComputerResourceID

Type: integer. Key

The resource to which the processor specification applies. Foreign key to the ComputerResourceData table.

NumberOfProcessors

Type: decimal. Nullable

The number of processors in the resource.

NumberOfCores

Type: decimal. Nullable

The number of cores in the resource.

NumberOfLogicalProcessors

Type: integer. Nullable

The number of logical processors in the resource. A logical processor is a processor thread.

PartialNumberOfProcessors

Type: decimal. Nullable

The fractional processor count available to this computer.

ProcessorType

Type: text (max 256 characters). Nullable

The type of processor in the resource.

MaxClockSpeed

Type: integer. Nullable

The maximum clock speed (in megahertz) of the fastest processor in the resource.

ValidFrom

Type: datetime. Key

Date from which these properties became valid.

ValidTo

Type: datetime. Key

Date these properties were valid to, or 9999-12-31T23:59:59.997 if they are currently valid.