ServerInfoData Class

Base data contract object for returning an ServerInfo through REST API.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsServerInfoData

Namespace: Dundas.BI.WebApi.Models
Assembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
[DataContractAttribute]
public class ServerInfoData : BaseDataContract

The ServerInfoData type exposes the following members.

Constructors
 NameDescription
Public methodServerInfoData Initializes a new instance of the ServerInfoData class.
Top
Properties
 NameDescription
Public propertyAppVersionGets the version of Dundas BI being used on the server.
Public propertyCpuCoreUsage Gets the number of CPU cores the server is using, if CPU core usage is being counted on an instance-wide basis.
Public propertyFingerprintGets a string of characters which identifies the server based on the hardware.
Public propertyLastSeenTimeGets the UTC time at which the server last reported itself as active.
Public propertyNameGets the name of the server.
Public propertyServerGroupIdGets the ID of the server group to which the server belongs.
Public propertyUIClassName Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract)
Top
Methods
 NameDescription
Public methodStatic memberToDataContractMappingsThe mapping between ServerInfo and ServerInfoData.
Top
See Also