Skip to content
This repository has been archived by the owner on Jul 27, 2021. It is now read-only.

Properties_T_Iota_Lib_CSharp_Api_Core_GetNodeInfoResponse

saniro edited this page Feb 16, 2017 · 1 revision

GetNodeInfoResponse Properties

The GetNodeInfoResponse type exposes the following members.

Properties

 

Name Description
Public property AppName Name of the IOTA software you're currently using (IRI stands for Initial Reference Implementation).
Public property AppVersion The version of the IOTA software you're currently running.
Public property Duration Gets or sets the duration. (Inherited from IotaResponse.)
Public property JreAvailableProcessors Available cores on your machine for JRE.
Public property JreFreeMemory The amount of free memory in the Java Virtual Machine.
Public property JreMaxMemory The maximum amount of memory that the Java virtual machine will attempt to use.
Public property JreTotalMemory The total amount of memory in the Java virtual machine.
Public property JreVersion java runtime environment version.
Public property LatestMilestone Latest milestone that was signed off by the coordinator.
Public property LatestMilestoneIndex Index of the latest milestone.
Public property LatestSolidSubtangleMilestone The latest milestone which is solid and is used for sending transactions. For a milestone to become solid your local node must basically approve the subtangle of coordinator-approved transactions, and have a consistent view of all referenced transactions.
Public property LatestSolidSubtangleMilestoneIndex Index of the latest solid subtangle.
Public property Neighbors Number of neighbors you are directly connected with.
Public property PacketsQueueSize Packets which are currently queued up
Public property Time Current UNIX timestamp.
Public property Tips Number of tips in the network.
Public property TransactionsToRequest Transactions to request during syncing process.
  Back to Top

See Also

Reference

GetNodeInfoResponse Class
Iota.Lib.CSharp.Api.Core Namespace

Clone this wiki locally