Search Results for

    Show / Hide Table of Contents

    Class RecoveryStatusRequestParameters

    Request options for RecoveryStatus

    https://opensearch.org/docs/latest

    Inheritance
    object
    RequestParameters<RecoveryStatusRequestParameters>
    RecoveryStatusRequestParameters
    Implements
    IRequestParameters
    Inherited Members
    RequestParameters<RecoveryStatusRequestParameters>.CustomResponseBuilder
    RequestParameters<RecoveryStatusRequestParameters>.QueryString
    RequestParameters<RecoveryStatusRequestParameters>.RequestConfiguration
    RequestParameters<RecoveryStatusRequestParameters>.ContainsQueryString(string)
    RequestParameters<RecoveryStatusRequestParameters>.GetQueryStringValue<TOut>(string)
    RequestParameters<RecoveryStatusRequestParameters>.GetResolvedQueryStringValue(string, IConnectionConfigurationValues)
    RequestParameters<RecoveryStatusRequestParameters>.SetQueryString(string, object)
    RequestParameters<RecoveryStatusRequestParameters>.Q<TOut>(string)
    RequestParameters<RecoveryStatusRequestParameters>.Q(string, object)
    RequestParameters<RecoveryStatusRequestParameters>.SetAcceptHeader(string)
    RequestParameters<RecoveryStatusRequestParameters>.AcceptHeaderFromFormat(string)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Net.Specification.IndicesApi
    Assembly: OpenSearch.Net.dll
    Syntax
    public class RecoveryStatusRequestParameters : RequestParameters<RecoveryStatusRequestParameters>, IRequestParameters

    Properties

    | Edit this page View Source

    ActiveOnly

    If true, the response only includes ongoing shard recoveries.

    Declaration
    public bool? ActiveOnly { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    DefaultHttpMethod

    Declaration
    public override HttpMethod DefaultHttpMethod { get; }
    Property Value
    Type Description
    HttpMethod
    Overrides
    RequestParameters<RecoveryStatusRequestParameters>.DefaultHttpMethod
    | Edit this page View Source

    Detailed

    If true, the response includes detailed information about shard recoveries.

    Declaration
    public bool? Detailed { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    SupportsBody

    Declaration
    public override bool SupportsBody { get; }
    Property Value
    Type Description
    bool
    Overrides
    RequestParameters<RecoveryStatusRequestParameters>.SupportsBody

    Implements

    IRequestParameters

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • ActiveOnly
      • DefaultHttpMethod
      • Detailed
      • SupportsBody
    • Implements
    • Extension Methods
    Back to top Generated by DocFX