Search Results for

    Show / Hide Table of Contents

    Class UpdateRequestParameters

    Request options for Update

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

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

    Properties

    | Edit this page View Source

    DefaultHttpMethod

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

    Provision

    Whether to provision the workflow as part of the request.

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

    Reprovision

    Whether to reprovision an existing workflow.

    Declaration
    public bool? Reprovision { get; set; }
    Property Value
    Type Description
    bool?
    Remarks

    Supported by OpenSearch servers of version 2.17.0 or greater.

    | Edit this page View Source

    SupportsBody

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

    UpdateFields

    Whether to update only the fields included in the request body..

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

    UseCase

    Specifies the workflow template to use.

    Declaration
    public string UseCase { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Validation

    Specifies the validation type. Valid values are all (validate the template) and none (do not validate the template).

    Declaration
    public string Validation { 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
      • Provision
      • Reprovision
      • SupportsBody
      • UpdateFields
      • UseCase
      • Validation
    • Implements
    • Extension Methods
    Back to top Generated by DocFX