Search Results for

    Show / Hide Table of Contents

    Class NodesHotThreadsRequestParameters

    Request options for HotThreads

    https://opensearch.org/docs/latest/api-reference/nodes-apis/nodes-hot-threads/

    Inheritance
    object
    RequestParameters<NodesHotThreadsRequestParameters>
    NodesHotThreadsRequestParameters
    Implements
    IRequestParameters
    Inherited Members
    RequestParameters<NodesHotThreadsRequestParameters>.CustomResponseBuilder
    RequestParameters<NodesHotThreadsRequestParameters>.QueryString
    RequestParameters<NodesHotThreadsRequestParameters>.RequestConfiguration
    RequestParameters<NodesHotThreadsRequestParameters>.ContainsQueryString(string)
    RequestParameters<NodesHotThreadsRequestParameters>.GetQueryStringValue<TOut>(string)
    RequestParameters<NodesHotThreadsRequestParameters>.GetResolvedQueryStringValue(string, IConnectionConfigurationValues)
    RequestParameters<NodesHotThreadsRequestParameters>.SetQueryString(string, object)
    RequestParameters<NodesHotThreadsRequestParameters>.Q<TOut>(string)
    RequestParameters<NodesHotThreadsRequestParameters>.Q(string, object)
    RequestParameters<NodesHotThreadsRequestParameters>.SetAcceptHeader(string)
    RequestParameters<NodesHotThreadsRequestParameters>.AcceptHeaderFromFormat(string)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Net.Specification.NodesApi
    Assembly: OpenSearch.Net.dll
    Syntax
    public class NodesHotThreadsRequestParameters : RequestParameters<NodesHotThreadsRequestParameters>, IRequestParameters

    Properties

    | Edit this page View Source

    DefaultHttpMethod

    Declaration
    public override HttpMethod DefaultHttpMethod { get; }
    Property Value
    Type Description
    HttpMethod
    Overrides
    RequestParameters<NodesHotThreadsRequestParameters>.DefaultHttpMethod
    | Edit this page View Source

    IgnoreIdleThreads

    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?
    | Edit this page View Source

    Interval

    The interval for the second sampling of threads.

    Declaration
    public TimeSpan Interval { get; set; }
    Property Value
    Type Description
    TimeSpan
    | Edit this page View Source

    Snapshots

    Number of samples of thread stack trace.

    Declaration
    public int? Snapshots { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    SupportsBody

    Declaration
    public override bool SupportsBody { get; }
    Property Value
    Type Description
    bool
    Overrides
    RequestParameters<NodesHotThreadsRequestParameters>.SupportsBody
    | Edit this page View Source

    Threads

    Specify the number of threads to provide information for.

    Declaration
    public int? Threads { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    Timeout

    Operation timeout.

    Declaration
    public TimeSpan Timeout { get; set; }
    Property Value
    Type Description
    TimeSpan
    | Edit this page View Source

    Type

    The type to sample.

    Declaration
    public NodesSampleType? Type { get; set; }
    Property Value
    Type Description
    NodesSampleType?

    Implements

    IRequestParameters

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • DefaultHttpMethod
      • IgnoreIdleThreads
      • Interval
      • Snapshots
      • SupportsBody
      • Threads
      • Timeout
      • Type
    • Implements
    • Extension Methods
    Back to top Generated by DocFX