Search Results for

    Show / Hide Table of Contents

    Class AliasDefinition

    Inheritance
    object
    AliasDefinition
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class AliasDefinition

    Properties

    | Edit this page View Source

    Filter

    Declaration
    [DataMember(Name = "filter")]
    public IQueryContainer Filter { get; }
    Property Value
    Type Description
    IQueryContainer
    | Edit this page View Source

    IndexRouting

    Declaration
    [DataMember(Name = "index_routing")]
    public string IndexRouting { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    IsWriteIndex

    Declaration
    [DataMember(Name = "is_write_index")]
    public bool? IsWriteIndex { get; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Routing

    Declaration
    [DataMember(Name = "routing")]
    public string Routing { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    SearchRouting

    Declaration
    [DataMember(Name = "search_routing")]
    public string SearchRouting { get; }
    Property Value
    Type Description
    string

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Filter
      • IndexRouting
      • IsWriteIndex
      • Routing
      • SearchRouting
    • Extension Methods
    Back to top Generated by DocFX