JAMS Developer Guide
Limit Property (HDInsightSessionOozieSubmitJob)


MVPSI.JAMS.Activities.HDInsight Namespace > HDInsightSessionOozieSubmitJob Class : Limit Property
Specifies the number of lines to get from the logs starting from the most recent log.
Syntax
'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 HDInsightSessionOozieSubmitJob
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;}
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

HDInsightSessionOozieSubmitJob Class
HDInsightSessionOozieSubmitJob Members