Search Results for

    Show / Hide Table of Contents

    Class IndexUuid

    Inheritance
    object
    IndexUuid
    Implements
    IUrlParameter
    IEquatable<IndexUuid>
    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 IndexUuid : IUrlParameter, IEquatable<IndexUuid>

    Constructors

    | Edit this page View Source

    IndexUuid(string)

    Declaration
    public IndexUuid(string value)
    Parameters
    Type Name Description
    string value

    Properties

    | Edit this page View Source

    Value

    Declaration
    public string Value { get; }
    Property Value
    Type Description
    string

    Methods

    | Edit this page View Source

    Equals(IndexUuid)

    Declaration
    public bool Equals(IndexUuid other)
    Parameters
    Type Name Description
    IndexUuid 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 ==(IndexUuid, IndexUuid)

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

    implicit operator IndexUuid(string)

    Declaration
    public static implicit operator IndexUuid(string value)
    Parameters
    Type Name Description
    string value
    Returns
    Type Description
    IndexUuid
    | Edit this page View Source

    operator !=(IndexUuid, IndexUuid)

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

    Implements

    IUrlParameter
    IEquatable<T>

    Extension Methods

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