Search Results for

    Show / Hide Table of Contents

    Class Indices

    Inheritance
    object
    Union<Indices.AllIndicesMarker, Indices.ManyIndices>
    Indices
    Implements
    IUrlParameter
    Inherited Members
    Union<Indices.AllIndicesMarker, Indices.ManyIndices>.Match(Action<Indices.AllIndicesMarker>, Action<Indices.ManyIndices>)
    Union<Indices.AllIndicesMarker, Indices.ManyIndices>.Match<T>(Func<Indices.AllIndicesMarker, T>, Func<Indices.ManyIndices, T>)
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class Indices : Union<Indices.AllIndicesMarker, Indices.ManyIndices>, IUrlParameter

    Properties

    | Edit this page View Source

    All

    All indices. Represents _all

    Declaration
    public static Indices All { get; }
    Property Value
    Type Description
    Indices
    | Edit this page View Source

    AllIndices

    All indices. Represents _all

    Declaration
    public static Indices AllIndices { get; }
    Property Value
    Type Description
    Indices

    Methods

    | 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

    Index(IndexName)

    Declaration
    public static IndexName Index(IndexName index)
    Parameters
    Type Name Description
    IndexName index
    Returns
    Type Description
    IndexName
    | Edit this page View Source

    Index(params IndexName[])

    Declaration
    public static Indices.ManyIndices Index(params IndexName[] indices)
    Parameters
    Type Name Description
    IndexName[] indices
    Returns
    Type Description
    Indices.ManyIndices
    | Edit this page View Source

    Index(IEnumerable<IndexName>)

    Declaration
    public static Indices.ManyIndices Index(IEnumerable<IndexName> indices)
    Parameters
    Type Name Description
    IEnumerable<IndexName> indices
    Returns
    Type Description
    Indices.ManyIndices
    | Edit this page View Source

    Index(IEnumerable<string>)

    Declaration
    public static Indices.ManyIndices Index(IEnumerable<string> indices)
    Parameters
    Type Name Description
    IEnumerable<string> indices
    Returns
    Type Description
    Indices.ManyIndices
    | Edit this page View Source

    Index(string)

    Declaration
    public static IndexName Index(string index)
    Parameters
    Type Name Description
    string index
    Returns
    Type Description
    IndexName
    | Edit this page View Source

    Index(params string[])

    Declaration
    public static Indices.ManyIndices Index(params string[] indices)
    Parameters
    Type Name Description
    string[] indices
    Returns
    Type Description
    Indices.ManyIndices
    | Edit this page View Source

    Index<T>()

    Declaration
    public static IndexName Index<T>()
    Returns
    Type Description
    IndexName
    Type Parameters
    Name Description
    T
    | Edit this page View Source

    Parse(string)

    Declaration
    public static Indices Parse(string indicesString)
    Parameters
    Type Name Description
    string indicesString
    Returns
    Type Description
    Indices
    | Edit this page View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()

    Operators

    | Edit this page View Source

    operator ==(Indices, Indices)

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

    implicit operator Indices(IndexName)

    Declaration
    public static implicit operator Indices(IndexName index)
    Parameters
    Type Name Description
    IndexName index
    Returns
    Type Description
    Indices
    | Edit this page View Source

    implicit operator Indices(IndexName[])

    Declaration
    public static implicit operator Indices(IndexName[] many)
    Parameters
    Type Name Description
    IndexName[] many
    Returns
    Type Description
    Indices
    | Edit this page View Source

    implicit operator Indices(ManyIndices)

    Declaration
    public static implicit operator Indices(Indices.ManyIndices many)
    Parameters
    Type Name Description
    Indices.ManyIndices many
    Returns
    Type Description
    Indices
    | Edit this page View Source

    implicit operator Indices(string)

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

    implicit operator Indices(string[])

    Declaration
    public static implicit operator Indices(string[] many)
    Parameters
    Type Name Description
    string[] many
    Returns
    Type Description
    Indices
    | Edit this page View Source

    implicit operator Indices(Type)

    Declaration
    public static implicit operator Indices(Type type)
    Parameters
    Type Name Description
    Type type
    Returns
    Type Description
    Indices
    | Edit this page View Source

    operator !=(Indices, Indices)

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

    Implements

    IUrlParameter

    Extension Methods

    IndicesExtensions.Resolve(Indices, IConnectionSettingsValues)
    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • All
      • AllIndices
    • Methods
      • Equals(object)
      • GetHashCode()
      • Index(IndexName)
      • Index(params IndexName[])
      • Index(IEnumerable<IndexName>)
      • Index(IEnumerable<string>)
      • Index(string)
      • Index(params string[])
      • Index<T>()
      • Parse(string)
      • ToString()
    • Operators
      • operator ==(Indices, Indices)
      • implicit operator Indices(IndexName)
      • implicit operator Indices(IndexName[])
      • implicit operator Indices(ManyIndices)
      • implicit operator Indices(string)
      • implicit operator Indices(string[])
      • implicit operator Indices(Type)
      • operator !=(Indices, Indices)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX