Search Results for

    Show / Hide Table of Contents

    Class CatAliasesRecord

    Inheritance
    object
    CatAliasesRecord
    Implements
    ICatRecord
    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
    [DataContract]
    public class CatAliasesRecord : ICatRecord

    Properties

    | Edit this page View Source

    Alias

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

    Filter

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

    Index

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

    IndexRouting

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

    SearchRouting

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

    Implements

    ICatRecord

    Extension Methods

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