Class SettingsRequestParameters
Request options for Settings
https://opensearch.org/docs/latest/search-plugins/sql/settings/
Implements
Inherited Members
Namespace: OpenSearch.Net.Specification.SqlApi
Assembly: OpenSearch.Net.dll
Syntax
public class SettingsRequestParameters : RequestParameters<SettingsRequestParameters>, 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 |
SupportsBody
Declaration
public override bool SupportsBody { get; }
Property Value
Type | Description |
---|---|
bool |