Search Results for

    Show / Hide Table of Contents

    Class AliasRemoveOperation

    Inheritance
    object
    AliasRemoveOperation
    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 AliasRemoveOperation

    Properties

    | Edit this page View Source

    Alias

    An alias to remove. Multiple aliases can be specified with Aliases

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

    Aliases

    A collection of aliases to remove

    Declaration
    [DataMember(Name = "aliases")]
    public IEnumerable<string> Aliases { get; set; }
    Property Value
    Type Description
    IEnumerable<string>
    | Edit this page View Source

    Index

    The index to which to remove the alias. Multiple indices can be specified with Indices

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

    Indices

    The indices to which to remove the alias

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

    MustExist

    If true, the alias to remove must exist. Defaults to false.

    Declaration
    [DataMember(Name = "must_exist")]
    public bool? MustExist { get; set; }
    Property Value
    Type Description
    bool?

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Alias
      • Aliases
      • Index
      • Indices
      • MustExist
    • Extension Methods
    Back to top Generated by DocFX