Search Results for

    Show / Hide Table of Contents

    Interface ISplitIndexRequest

    A request to split an existing index into a new index, where each original primary shard is split into two or more primary shards in the new index.

    Inherited Members
    IRequest<SplitIndexRequestParameters>.RequestParameters
    IRequest.ContentType
    IRequest.HttpMethod
    IRequest.RouteValues
    IRequest.GetUrl(IConnectionSettingsValues)
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface ISplitIndexRequest : IRequest<SplitIndexRequestParameters>, IRequest

    Properties

    | Edit this page View Source

    Aliases

    The aliases for the target index

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

    Index

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

    Settings

    The settings for the target index

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

    Target

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

    Extension Methods

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