JAMS Developer Guide
Files Property (HDInsightSessionPig)


MVPSI.JAMS.Activities.HDInsight Namespace > HDInsightSessionPig Class : Files Property
Specifies the files to be copied to the cluster (optional)
Syntax
'Declaration
 
<System.ComponentModel.DescriptionAttribute("Specifies the files to be copied to the cluster (optional)")>
<System.ComponentModel.CategoryAttribute("Configuration")>
Public Property Files As System.Activities.InArgument(Of String())
'Usage
 
Dim instance As HDInsightSessionPig
Dim value As System.Activities.InArgument(Of String())
 
instance.Files = value
 
value = instance.Files
[System.ComponentModel.Description("Specifies the files to be copied to the cluster (optional)")]
[System.ComponentModel.Category("Configuration")]
public System.Activities.InArgument<string[]> Files {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

HDInsightSessionPig Class
HDInsightSessionPig Members