JAMS Developer Guide
DeadNodes Property


MVPSI.JAMS.Activities.HDInsight Namespace > HDInsightSessionHBaseGetStorageStatus Class : DeadNodes Property
The number of dead nodes in the HBase cluster.
Syntax
'Declaration
 
<System.ComponentModel.DescriptionAttribute("The number of dead nodes in the HBase cluster")>
<System.ComponentModel.CategoryAttribute("Results")>
Public Property DeadNodes As System.Activities.OutArgument(Of Integer)
'Usage
 
Dim instance As HDInsightSessionHBaseGetStorageStatus
Dim value As System.Activities.OutArgument(Of Integer)
 
instance.DeadNodes = value
 
value = instance.DeadNodes
[System.ComponentModel.Description("The number of dead nodes in the HBase cluster")]
[System.ComponentModel.Category("Results")]
public System.Activities.OutArgument<int> DeadNodes {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