JAMS Developer Guide
LiveNodes Property


MVPSI.JAMS.Activities.HDInsight Namespace > HDInsightSessionHBaseGetStorageStatus Class : LiveNodes Property
The number of live nodes in the HBase cluster.
Syntax
'Declaration
 
<System.ComponentModel.DescriptionAttribute("The number of live nodes in the HBase cluster")>
<System.ComponentModel.CategoryAttribute("Results")>
Public Property LiveNodes As System.Activities.OutArgument(Of Integer)
'Usage
 
Dim instance As HDInsightSessionHBaseGetStorageStatus
Dim value As System.Activities.OutArgument(Of Integer)
 
instance.LiveNodes = value
 
value = instance.LiveNodes
[System.ComponentModel.Description("The number of live nodes in the HBase cluster")]
[System.ComponentModel.Category("Results")]
public System.Activities.OutArgument<int> LiveNodes {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

HDInsightSessionHBaseGetStorageStatus Class
HDInsightSessionHBaseGetStorageStatus Members