LicenseDataInstanceWideCpuCoreCount Property |
Gets the number of CPU cores which the license will support across all servers in the instance.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax[DataMemberAttribute(Name = "instanceWideCpuCoreCount", EmitDefaultValue = false)]
public int InstanceWideCpuCoreCount { get; set; }<DataMemberAttribute(Name := "instanceWideCpuCoreCount", EmitDefaultValue := false)>
Public Property InstanceWideCpuCoreCount As Integer
Get
Set
public:
[DataMemberAttribute(Name = L"instanceWideCpuCoreCount", EmitDefaultValue = false)]
property int InstanceWideCpuCoreCount {
int get ();
void set (int value);
}[<DataMemberAttribute(Name = "instanceWideCpuCoreCount", EmitDefaultValue = false)>]
member InstanceWideCpuCoreCount : int with get, set
Property Value
Type:
Int32
Remarks
The sum of the instance-wide CPU core count from all valid installed licenses is the maximum total
number of CPU cores which can be used by all servers in the instance.
Note |
|---|
|
When running on a physical machine, the software counts physical CPU cores; when running
on a virtual machine, logical CPU cores (AKA virtual CPU cores) are counted.
|
See Also