Search Results for

    Show / Hide Table of Contents

    Class GetStatusRequestParameters

    Request options for GetStatus

    https://opensearch.org/docs/latest/automating-configurations/api/get-workflow-status/

    Inheritance
    object
    RequestParameters<GetStatusRequestParameters>
    GetStatusRequestParameters
    Implements
    IRequestParameters
    Inherited Members
    RequestParameters<GetStatusRequestParameters>.CustomResponseBuilder
    RequestParameters<GetStatusRequestParameters>.QueryString
    RequestParameters<GetStatusRequestParameters>.RequestConfiguration
    RequestParameters<GetStatusRequestParameters>.ContainsQueryString(string)
    RequestParameters<GetStatusRequestParameters>.GetQueryStringValue<TOut>(string)
    RequestParameters<GetStatusRequestParameters>.GetResolvedQueryStringValue(string, IConnectionConfigurationValues)
    RequestParameters<GetStatusRequestParameters>.SetQueryString(string, object)
    RequestParameters<GetStatusRequestParameters>.Q<TOut>(string)
    RequestParameters<GetStatusRequestParameters>.Q(string, object)
    RequestParameters<GetStatusRequestParameters>.SetAcceptHeader(string)
    RequestParameters<GetStatusRequestParameters>.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.FlowFrameworkApi
    Assembly: OpenSearch.Net.dll
    Syntax
    public class GetStatusRequestParameters : RequestParameters<GetStatusRequestParameters>, IRequestParameters

    Properties

    | Edit this page View Source

    All

    Whether to return all fields in the response.

    Declaration
    public bool? All { 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<GetStatusRequestParameters>.DefaultHttpMethod
    | Edit this page View Source

    SupportsBody

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

    Implements

    IRequestParameters

    Extension Methods

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