Class CreateRequestParameters
Request options for Create
https://opensearch.org/docs/latest/automating-configurations/api/create-workflow/
Inheritance
CreateRequestParameters
Assembly: OpenSearch.Net.dll
Syntax
public class CreateRequestParameters : RequestParameters<CreateRequestParameters>, IRequestParameters
Properties
|
Edit this page
View Source
DefaultHttpMethod
Declaration
public override HttpMethod DefaultHttpMethod { get; }
Property Value
Overrides
|
Edit this page
View Source
Provision
Declaration
public bool? Provision { get; set; }
Property Value
|
Edit this page
View Source
Reprovision
Declaration
public bool? Reprovision { get; set; }
Property Value
|
Edit this page
View Source
SupportsBody
Declaration
public override bool SupportsBody { get; }
Property Value
Overrides
|
Edit this page
View Source
UpdateFields
Declaration
public bool? UpdateFields { get; set; }
Property Value
|
Edit this page
View Source
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
|
Edit this page
View Source
Validation
Declaration
public string Validation { get; set; }
Property Value
Implements
Extension Methods