MVPSI.JAMS.Activities.HDInsight Namespace > HDInsightSessionOozieGetJobLog Class : Limit Property |
'Declaration
<System.ComponentModel.DescriptionAttribute("Specifies the number of lines to get from the logs starting from the most recent log.")> <System.ComponentModel.CategoryAttribute("Log Options")> Public Property Limit As System.Activities.InArgument(Of Integer)
'Usage
Dim instance As HDInsightSessionOozieGetJobLog Dim value As System.Activities.InArgument(Of Integer) instance.Limit = value value = instance.Limit
[System.ComponentModel.Description("Specifies the number of lines to get from the logs starting from the most recent log.")] [System.ComponentModel.Category("Log Options")] public System.Activities.InArgument<int> Limit {get; set;}
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