Class RemoteInfo
Assembly: OpenSearch.Client.dll
Syntax
Properties
|
Edit this page
View Source
Connected
Declaration
[DataMember(Name = "connected")]
public bool Connected { get; }
Property Value
|
Edit this page
View Source
InitialConnectTimeout
Declaration
[DataMember(Name = "initial_connect_timeout")]
public Time InitialConnectTimeout { get; }
Property Value
|
Edit this page
View Source
MaxConnectionsPerCluster
Declaration
[DataMember(Name = "max_connections_per_cluster")]
public int MaxConnectionsPerCluster { get; }
Property Value
|
Edit this page
View Source
NumNodesConnected
Declaration
[DataMember(Name = "num_nodes_connected")]
public long NumNodesConnected { get; }
Property Value
|
Edit this page
View Source
Seeds
Declaration
[DataMember(Name = "seeds")]
public IReadOnlyCollection<string> Seeds { get; }
Property Value
|
Edit this page
View Source
SkipUnavailable
Declaration
[DataMember(Name = "skip_unavailable")]
public bool SkipUnavailable { get; }
Property Value
Extension Methods