Search Results for

    Show / Hide Table of Contents

    Class NodeInfo

    Inheritance
    object
    NodeInfo
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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

    HostName

    Declaration
    [JsonProperty("hostName", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string HostName { get; set; }
    Property Value
    string

    Id

    Declaration
    [JsonProperty("id", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string Id { get; set; }
    Property Value
    string

    LastResponseTime

    Declaration
    [JsonProperty("lastResponseTime", Required = Required.Always)]
    [Required(AllowEmptyStrings = true)]
    public DateTime LastResponseTime { get; set; }
    Property Value
    DateTime

    LogLevel

    Declaration
    [JsonProperty("logLevel", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string LogLevel { get; set; }
    Property Value
    string

    Release

    Declaration
    [JsonProperty("release", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string Release { get; set; }
    Property Value
    string

    ServiceName

    Declaration
    [JsonProperty("serviceName", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string ServiceName { get; set; }
    Property Value
    string

    Version

    Declaration
    [JsonProperty("version", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string Version { get; set; }
    Property Value
    string

    VersionInfo

    Declaration
    [JsonProperty("versionInfo", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string VersionInfo { get; set; }
    Property Value
    string

    Methods

    FromJson(string)

    Declaration
    public static NodeInfo FromJson(string data)
    Parameters
    string data

    Returns
    NodeInfo

    ToJson()

    Declaration
    public string ToJson()
    Returns
    string

    Back to top Generated by DocFX