Class NodeProcessInfo
Inheritance
NodeProcessInfo
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
|
Edit this page
View Source
MlockAll
Declaration
[DataMember(Name = "mlockall")]
public bool MlockAll { get; }
Property Value
|
Edit this page
View Source
RefreshIntervalInMilliseconds
Declaration
[DataMember(Name = "refresh_interval_in_millis")]
public long RefreshIntervalInMilliseconds { get; }
Property Value
Extension Methods