Class NodeInfo
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class NodeInfo
Properties
Declaration
[JsonProperty("hostName", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string HostName { get; set; }
Property Value
Declaration
[JsonProperty("id", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Id { get; set; }
Property Value
Declaration
[JsonProperty("lastResponseTime", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public DateTime LastResponseTime { get; set; }
Property Value
Declaration
[JsonProperty("logLevel", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string LogLevel { get; set; }
Property Value
Declaration
[JsonProperty("release", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Release { get; set; }
Property Value
Declaration
[JsonProperty("serviceName", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string ServiceName { get; set; }
Property Value
Declaration
[JsonProperty("version", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Version { get; set; }
Property Value
Declaration
[JsonProperty("versionInfo", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string VersionInfo { get; set; }
Property Value
Methods
Declaration
public static NodeInfo FromJson(string data)
Parameters
Returns