Class CloseRequestParameters
Request options for Close
https://opensearch.org/docs/latest/search-plugins/sql/sql-ppl-api/
Implements
Inherited Members
Namespace: OpenSearch.Net.Specification.SqlApi
Assembly: OpenSearch.Net.dll
Syntax
public class CloseRequestParameters : RequestParameters<CloseRequestParameters>, IRequestParameters
Properties
| Edit this page View SourceDefaultHttpMethod
Declaration
public override HttpMethod DefaultHttpMethod { get; }
Property Value
Type | Description |
---|---|
HttpMethod |
Overrides
| Edit this page View SourceFormat
A short version of the Accept header, e.g. json, yaml.
Declaration
public string Format { get; set; }
Property Value
Type | Description |
---|---|
string |
Sanitize
Specifies whether to escape special characters in the results.
Declaration
public bool? Sanitize { get; set; }
Property Value
Type | Description |
---|---|
bool? |
SupportsBody
Declaration
public override bool SupportsBody { get; }
Property Value
Type | Description |
---|---|
bool |