Search Results for

    Show / Hide Table of Contents

    Interface IRolloverIndexRequest

    Inherited Members
    IIndexState.Aliases
    IIndexState.Mappings
    IIndexState.Settings
    IRequest<RolloverIndexRequestParameters>.RequestParameters
    IRequest.ContentType
    IRequest.HttpMethod
    IRequest.RouteValues
    IRequest.GetUrl(IConnectionSettingsValues)
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IRolloverIndexRequest : IIndexState, IRequest<RolloverIndexRequestParameters>, IRequest

    Properties

    | Edit this page View Source

    Alias

    Declaration
    [IgnoreDataMember]
    Name Alias { get; }
    Property Value
    Type Description
    Name
    | Edit this page View Source

    Conditions

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

    NewIndex

    Declaration
    [IgnoreDataMember]
    IndexName NewIndex { get; }
    Property Value
    Type Description
    IndexName

    Extension Methods

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