You are looking at documentation for an older release.
Not what you want? See the
current release documentation.
Nodes Statsedit
var r = this._client.NodeInfo(NodesInfo.All); var node = r.Nodes.First();
You can than traverse the node info objects i.e:
node.Value.OS.Cpu.CacheSizeInBytes;