JAMS Developer Guide
Recent Property (HDInsightSessionOozieSubmitJob)


MVPSI.JAMS.Activities.HDInsight Namespace > HDInsightSessionOozieSubmitJob Class : Recent Property
Specifies the length of time prior to completion to retrieve the logs using the format 00m or 00h. For example 2h retrieves the final 2 hours of logs and 30m retrieves the final 30 minutes of logs.
Syntax
'Declaration
 
<System.ComponentModel.DescriptionAttribute("Specifies the length of time prior to completion to retrieve the logs using the format 00m or 00h. For example 2h retrieves the final 2 hours of logs and 30m retrieves the final 30 minutes of logs.")>
<System.ComponentModel.CategoryAttribute("Log Options")>
Public Property Recent As System.Activities.InArgument(Of String)
'Usage
 
Dim instance As HDInsightSessionOozieSubmitJob
Dim value As System.Activities.InArgument(Of String)
 
instance.Recent = value
 
value = instance.Recent
[System.ComponentModel.Description("Specifies the length of time prior to completion to retrieve the logs using the format 00m or 00h. For example 2h retrieves the final 2 hours of logs and 30m retrieves the final 30 minutes of logs.")]
[System.ComponentModel.Category("Log Options")]
public System.Activities.InArgument<string> Recent {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