Search Results for

    Show / Hide Table of Contents

    Class RolloverIndexResponse

    Inheritance
    object
    ResponseBase
    AcknowledgedResponseBase
    RolloverIndexResponse
    Implements
    IResponse
    IOpenSearchResponse
    Inherited Members
    AcknowledgedResponseBase.Acknowledged
    AcknowledgedResponseBase.IsValid
    ResponseBase.ApiCall
    ResponseBase.DebugInformation
    ResponseBase.OriginalException
    ResponseBase.ServerError
    ResponseBase.DebugIsValid(StringBuilder)
    ResponseBase.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class RolloverIndexResponse : AcknowledgedResponseBase, IResponse, IOpenSearchResponse

    Properties

    | Edit this page View Source

    Conditions

    Declaration
    [DataMember(Name = "conditions")]
    public IReadOnlyDictionary<string, bool> Conditions { get; }
    Property Value
    Type Description
    IReadOnlyDictionary<string, bool>
    | Edit this page View Source

    DryRun

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

    NewIndex

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

    OldIndex

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

    RolledOver

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

    ShardsAcknowledged

    Declaration
    [DataMember(Name = "shards_acknowledged")]
    public bool ShardsAcknowledged { get; }
    Property Value
    Type Description
    bool

    Implements

    IResponse
    IOpenSearchResponse

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Conditions
      • DryRun
      • NewIndex
      • OldIndex
      • RolledOver
      • ShardsAcknowledged
    • Implements
    • Extension Methods
    Back to top Generated by DocFX