Class NodesHotThreadsRequestParameters
Request options for HotThreads
https://opensearch.org/docs/latest/api-reference/nodes-apis/nodes-hot-threads/
Inheritance
NodesHotThreadsRequestParameters
Implements
Inherited Members
Namespace: OpenSearch.Net.Specification.NodesApi
Assembly: OpenSearch.Net.dll
Syntax
public class NodesHotThreadsRequestParameters : RequestParameters<NodesHotThreadsRequestParameters>, IRequestParameters
Properties
| Edit this page View SourceDefaultHttpMethod
Declaration
public override HttpMethod DefaultHttpMethod { get; }
Property Value
Type | Description |
---|---|
HttpMethod |
Overrides
| Edit this page View SourceIgnoreIdleThreads
Don't show threads that are in known-idle places, such as waiting on a socket select or pulling from an empty task queue.
Declaration
public bool? IgnoreIdleThreads { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Interval
The interval for the second sampling of threads.
Declaration
public TimeSpan Interval { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |
Snapshots
Number of samples of thread stacktrace.
Declaration
public long? Snapshots { get; set; }
Property Value
Type | Description |
---|---|
long? |
SupportsBody
Declaration
public override bool SupportsBody { get; }
Property Value
Type | Description |
---|---|
bool |
Overrides
| Edit this page View SourceThreads
Specify the number of threads to provide information for.
Declaration
public long? Threads { get; set; }
Property Value
Type | Description |
---|---|
long? |
Timeout
Operation timeout.
Declaration
public TimeSpan Timeout { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |
Type
The type to sample.
Declaration
public NodesSampleType? Type { get; set; }
Property Value
Type | Description |
---|---|
NodesSampleType? |