Class IndexMetrics
Assembly: OpenSearch.Client.dll
Syntax
public class IndexMetrics : IEquatable<IndexMetrics>, IUrlParameter
Methods
|
Edit this page
View Source
Equals(IndexMetrics)
Declaration
public bool Equals(IndexMetrics other)
Parameters
Returns
|
Edit this page
View Source
Equals(Enum)
Declaration
public bool Equals(Enum other)
Parameters
Type |
Name |
Description |
Enum |
other |
|
Returns
|
Edit this page
View Source
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
|
Edit this page
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
|
Edit this page
View Source
GetString(IConnectionConfigurationValues)
Declaration
public string GetString(IConnectionConfigurationValues settings)
Parameters
Returns
Operators
|
Edit this page
View Source
operator ==(IndexMetrics, IndexMetrics)
Declaration
public static bool operator ==(IndexMetrics left, IndexMetrics right)
Parameters
Returns
|
Edit this page
View Source
implicit operator IndexMetrics(NodesStatsIndexMetric)
Declaration
public static implicit operator IndexMetrics(NodesStatsIndexMetric metric)
Parameters
Returns
|
Edit this page
View Source
operator !=(IndexMetrics, IndexMetrics)
Declaration
public static bool operator !=(IndexMetrics left, IndexMetrics right)
Parameters
Returns
Implements
Extension Methods