Search Results for

    Show / Hide Table of Contents

    Class RemoteInfo

    Inheritance
    object
    RemoteInfo
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class RemoteInfo

    Properties

    | Edit this page View Source

    Connected

    Declaration
    [DataMember(Name = "connected")]
    public bool Connected { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    InitialConnectTimeout

    Declaration
    [DataMember(Name = "initial_connect_timeout")]
    public Time InitialConnectTimeout { get; }
    Property Value
    Type Description
    Time
    | Edit this page View Source

    MaxConnectionsPerCluster

    Declaration
    [DataMember(Name = "max_connections_per_cluster")]
    public int MaxConnectionsPerCluster { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    NumNodesConnected

    Declaration
    [DataMember(Name = "num_nodes_connected")]
    public long NumNodesConnected { get; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    Seeds

    Declaration
    [DataMember(Name = "seeds")]
    public IReadOnlyCollection<string> Seeds { get; }
    Property Value
    Type Description
    IReadOnlyCollection<string>
    | Edit this page View Source

    SkipUnavailable

    Declaration
    [DataMember(Name = "skip_unavailable")]
    public bool SkipUnavailable { get; }
    Property Value
    Type Description
    bool

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Connected
      • InitialConnectTimeout
      • MaxConnectionsPerCluster
      • NumNodesConnected
      • Seeds
      • SkipUnavailable
    • Extension Methods
    Back to top Generated by DocFX