Search Results for

    Show / Hide Table of Contents

    Class ReindexRethrottleDescriptor

    Descriptor for ReindexRethrottle

    https://opensearch.org/docs/latest

    Inheritance
    object
    RequestBase<ReindexRethrottleRequestParameters>
    RequestDescriptorBase<ReindexRethrottleDescriptor, ReindexRethrottleRequestParameters, IReindexRethrottleRequest>
    ReindexRethrottleDescriptor
    Implements
    IDescriptor
    IReindexRethrottleRequest
    IRequest<ReindexRethrottleRequestParameters>
    IRequest
    Inherited Members
    RequestDescriptorBase<ReindexRethrottleDescriptor, ReindexRethrottleRequestParameters, IReindexRethrottleRequest>.Self
    RequestDescriptorBase<ReindexRethrottleDescriptor, ReindexRethrottleRequestParameters, IReindexRethrottleRequest>.Assign<TValue>(TValue, Action<IReindexRethrottleRequest, TValue>)
    RequestDescriptorBase<ReindexRethrottleDescriptor, ReindexRethrottleRequestParameters, IReindexRethrottleRequest>.Qs(string, object)
    RequestDescriptorBase<ReindexRethrottleDescriptor, ReindexRethrottleRequestParameters, IReindexRethrottleRequest>.RequestConfiguration(Func<RequestConfigurationDescriptor, IRequestConfiguration>)
    RequestDescriptorBase<ReindexRethrottleDescriptor, ReindexRethrottleRequestParameters, IReindexRethrottleRequest>.ErrorTrace(bool?)
    RequestDescriptorBase<ReindexRethrottleDescriptor, ReindexRethrottleRequestParameters, IReindexRethrottleRequest>.FilterPath(params string[])
    RequestDescriptorBase<ReindexRethrottleDescriptor, ReindexRethrottleRequestParameters, IReindexRethrottleRequest>.FilterPath(IEnumerable<string>)
    RequestDescriptorBase<ReindexRethrottleDescriptor, ReindexRethrottleRequestParameters, IReindexRethrottleRequest>.Human(bool?)
    RequestDescriptorBase<ReindexRethrottleDescriptor, ReindexRethrottleRequestParameters, IReindexRethrottleRequest>.Pretty(bool?)
    RequestDescriptorBase<ReindexRethrottleDescriptor, ReindexRethrottleRequestParameters, IReindexRethrottleRequest>.SourceQueryString(string)
    RequestBase<ReindexRethrottleRequestParameters>.HttpMethod
    RequestBase<ReindexRethrottleRequestParameters>.RequestState
    RequestBase<ReindexRethrottleRequestParameters>.ContentType
    RequestBase<ReindexRethrottleRequestParameters>.ResolveUrl(RouteValues, IConnectionSettingsValues)
    RequestBase<ReindexRethrottleRequestParameters>.RequestDefaults(ReindexRethrottleRequestParameters)
    RequestBase<ReindexRethrottleRequestParameters>.Q<TOut>(string)
    RequestBase<ReindexRethrottleRequestParameters>.Q(string, object)
    RequestBase<ReindexRethrottleRequestParameters>.SetAcceptHeader(string)
    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 ReindexRethrottleDescriptor : RequestDescriptorBase<ReindexRethrottleDescriptor, ReindexRethrottleRequestParameters, IReindexRethrottleRequest>, IDescriptor, IReindexRethrottleRequest, IRequest<ReindexRethrottleRequestParameters>, IRequest

    Constructors

    | Edit this page View Source

    ReindexRethrottleDescriptor()

    Used for serialization purposes, making sure we have a parameterless constructor

    Declaration
    protected ReindexRethrottleDescriptor()
    | Edit this page View Source

    ReindexRethrottleDescriptor(TaskId)

    /_reindex/{task_id}/_rethrottle

    Declaration
    public ReindexRethrottleDescriptor(TaskId taskId)
    Parameters
    Type Name Description
    TaskId taskId

    this parameter is required

    Methods

    | Edit this page View Source

    RequestsPerSecond(float?)

    The throttle for this request in sub-requests per second.

    Declaration
    public ReindexRethrottleDescriptor RequestsPerSecond(float? requestspersecond)
    Parameters
    Type Name Description
    float? requestspersecond
    Returns
    Type Description
    ReindexRethrottleDescriptor

    Implements

    IDescriptor
    IReindexRethrottleRequest
    IRequest<TParameters>
    IRequest

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • ReindexRethrottleDescriptor()
      • ReindexRethrottleDescriptor(TaskId)
    • Methods
      • RequestsPerSecond(float?)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX