Class ClusterNetworkTypes
Inheritance
ClusterNetworkTypes
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class ClusterNetworkTypes
Properties
|
Edit this page
View Source
HttpTypes
Declaration
[DataMember(Name = "http_types")]
public IReadOnlyDictionary<string, int> HttpTypes { get; }
Property Value
|
Edit this page
View Source
TransportTypes
Declaration
[DataMember(Name = "transport_types")]
public IReadOnlyDictionary<string, int> TransportTypes { get; }
Property Value
Extension Methods