Class GetStatusRequestParameters
Request options for GetStatus
https://opensearch.org/docs/latest/automating-configurations/api/get-workflow-status/
Implements
Inherited Members
Namespace: OpenSearch.Net.Specification.FlowFrameworkApi
Assembly: OpenSearch.Net.dll
Syntax
public class GetStatusRequestParameters : RequestParameters<GetStatusRequestParameters>, IRequestParameters
Properties
| Edit this page View SourceAll
The all parameter specifies whether the response should return all fields.
Declaration
public bool? All { get; set; }
Property Value
Type | Description |
---|---|
bool? |
DefaultHttpMethod
Declaration
public override HttpMethod DefaultHttpMethod { get; }
Property Value
Type | Description |
---|---|
HttpMethod |
Overrides
| Edit this page View SourceSupportsBody
Declaration
public override bool SupportsBody { get; }
Property Value
Type | Description |
---|---|
bool |