Search Results for

    Show / Hide Table of Contents

    Class IndexMetrics

    Inheritance
    object
    IndexMetrics
    Implements
    IEquatable<IndexMetrics>
    IUrlParameter
    Inherited Members
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    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
    Type Name Description
    IndexMetrics other
    Returns
    Type Description
    bool
    | Edit this page View Source

    Equals(Enum)

    Declaration
    public bool Equals(Enum other)
    Parameters
    Type Name Description
    Enum other
    Returns
    Type Description
    bool
    | Edit this page View Source

    Equals(object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    object obj
    Returns
    Type Description
    bool
    Overrides
    object.Equals(object)
    | Edit this page View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    object.GetHashCode()
    | Edit this page View Source

    GetString(IConnectionConfigurationValues)

    Declaration
    public string GetString(IConnectionConfigurationValues settings)
    Parameters
    Type Name Description
    IConnectionConfigurationValues settings
    Returns
    Type Description
    string

    Operators

    | Edit this page View Source

    operator ==(IndexMetrics, IndexMetrics)

    Declaration
    public static bool operator ==(IndexMetrics left, IndexMetrics right)
    Parameters
    Type Name Description
    IndexMetrics left
    IndexMetrics right
    Returns
    Type Description
    bool
    | Edit this page View Source

    implicit operator IndexMetrics(NodesStatsIndexMetric)

    Declaration
    public static implicit operator IndexMetrics(NodesStatsIndexMetric metric)
    Parameters
    Type Name Description
    NodesStatsIndexMetric metric
    Returns
    Type Description
    IndexMetrics
    | Edit this page View Source

    operator !=(IndexMetrics, IndexMetrics)

    Declaration
    public static bool operator !=(IndexMetrics left, IndexMetrics right)
    Parameters
    Type Name Description
    IndexMetrics left
    IndexMetrics right
    Returns
    Type Description
    bool

    Implements

    IEquatable<T>
    IUrlParameter

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Methods
      • Equals(IndexMetrics)
      • Equals(Enum)
      • Equals(object)
      • GetHashCode()
      • GetString(IConnectionConfigurationValues)
    • Operators
      • operator ==(IndexMetrics, IndexMetrics)
      • implicit operator IndexMetrics(NodesStatsIndexMetric)
      • operator !=(IndexMetrics, IndexMetrics)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX