Search Results for

    Show / Hide Table of Contents

    Class GetStepsRequestParameters

    Request options for GetSteps

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

    Inheritance
    object
    RequestParameters<GetStepsRequestParameters>
    GetStepsRequestParameters
    Implements
    IRequestParameters
    Inherited Members
    RequestParameters<GetStepsRequestParameters>.CustomResponseBuilder
    RequestParameters<GetStepsRequestParameters>.QueryString
    RequestParameters<GetStepsRequestParameters>.RequestConfiguration
    RequestParameters<GetStepsRequestParameters>.ContainsQueryString(string)
    RequestParameters<GetStepsRequestParameters>.GetQueryStringValue<TOut>(string)
    RequestParameters<GetStepsRequestParameters>.GetResolvedQueryStringValue(string, IConnectionConfigurationValues)
    RequestParameters<GetStepsRequestParameters>.SetQueryString(string, object)
    RequestParameters<GetStepsRequestParameters>.Q<TOut>(string)
    RequestParameters<GetStepsRequestParameters>.Q(string, object)
    RequestParameters<GetStepsRequestParameters>.SetAcceptHeader(string)
    RequestParameters<GetStepsRequestParameters>.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 GetStepsRequestParameters : RequestParameters<GetStepsRequestParameters>, IRequestParameters

    Properties

    | Edit this page View Source

    DefaultHttpMethod

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

    SupportsBody

    Declaration
    public override bool SupportsBody { get; }
    Property Value
    Type Description
    bool
    Overrides
    RequestParameters<GetStepsRequestParameters>.SupportsBody
    | Edit this page View Source

    WorkflowStep

    The name of the step to retrieve.

    Declaration
    public string WorkflowStep { get; set; }
    Property Value
    Type Description
    string

    Implements

    IRequestParameters

    Extension Methods

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