Class ReloadSecureSettingsRequestParameters
Request options for ReloadSecureSettings
https://opensearch.org/docs/latest/api-reference/nodes-apis/nodes-reload-secure/
Inheritance
ReloadSecureSettingsRequestParameters
Implements
Inherited Members
Namespace: OpenSearch.Net.Specification.NodesApi
Assembly: OpenSearch.Net.dll
Syntax
public class ReloadSecureSettingsRequestParameters : RequestParameters<ReloadSecureSettingsRequestParameters>, IRequestParameters
Properties
| Edit this page View SourceDefaultHttpMethod
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 |
Overrides
| Edit this page View SourceTimeout
Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.
Declaration
public TimeSpan Timeout { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |