Class UpdateRequestParameters
Request options for Update
https://opensearch.org/docs/latest/automating-configurations/api/create-workflow/
Implements
Inherited Members
Namespace: OpenSearch .Net.Specification.FlowFrameworkApi
Assembly: OpenSearch.Net.dll
Syntax
public class UpdateRequestParameters : RequestParameters<UpdateRequestParameters>, IRequestParameters
Properties
| Edit this page View SourceDefaultHttpMethod
Declaration
public override HttpMethod DefaultHttpMethod { get; }
Property Value
Type | Description |
---|---|
Http |
Overrides
| Edit this page View SourceProvision
Provision the workflow as part of the request.
Declaration
public bool? Provision { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Reprovision
Declaration
public bool? Reprovision { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Remarks
Supported by OpenSearch servers of version 2.17.0 or greater.
SupportsBody
Declaration
public override bool SupportsBody { get; }
Property Value
Type | Description |
---|---|
bool |
Overrides
| Edit this page View SourceUpdateFields
Update only the fields included in the request body.
Declaration
public bool? UpdateFields { get; set; }
Property Value
Type | Description |
---|---|
bool? |
UseCase
To use a workflow template, specify it in the use_case
query parameter when creating a workflow.
Declaration
public string UseCase { get; set; }
Property Value
Type | Description |
---|---|
string |
Validation
Validate the workflow. Valid values are all (validate the template) and none (do not validate the template). Default is all.
Declaration
public string Validation { get; set; }
Property Value
Type | Description |
---|---|
string |