Search Results for

    Show / Hide Table of Contents

    Class NodeProcessInfo

    Inheritance
    object
    NodeProcessInfo
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    [DataContract]
    public class NodeProcessInfo

    Properties

    | Edit this page View Source

    Id

    Declaration
    [DataMember(Name = "id")]
    public long Id { get; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    MlockAll

    Declaration
    [DataMember(Name = "mlockall")]
    public bool MlockAll { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    RefreshIntervalInMilliseconds

    Declaration
    [DataMember(Name = "refresh_interval_in_millis")]
    public long RefreshIntervalInMilliseconds { get; }
    Property Value
    Type Description
    long

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Id
      • MlockAll
      • RefreshIntervalInMilliseconds
    • Extension Methods
    Back to top Generated by DocFX