ServerInfoData Class

Base data contract object for returning an ServerInfo through REST API.
Inheritance Hierarchy

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.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 propertyAppVersion
Gets 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 propertyFingerprint
Gets a string of characters which identifies the server based on the hardware.
Public propertyLastSeenTime
Gets the UTC time at which the server last reported itself as active.
Public propertyName
Gets the name of the server.
Public propertyServerGroupId
Gets 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 memberToDataContractMappings
The mapping between ServerInfo and ServerInfoData.
Top
See Also