JAMS Developer Guide
configuration Class
Members 


MVPSI.JAMS.Activities.HDInsight Namespace : configuration Class
A list of properties that is used to pass in job properties to Oozie. All the properties passed into Oozie must be inside of an element named configuration
Object Model
configuration Class
Syntax
'Declaration
 
<System.Xml.Serialization.XmlRootAttribute("configuration")>
Public Class configuration 
   Inherits System.Collections.Generic.List(Of property)
'Usage
 
Dim instance As configuration
[System.Xml.Serialization.XmlRoot("configuration")]
public class configuration : System.Collections.Generic.List<property> 
Inheritance Hierarchy

System.Object
   System.Collections.Generic.List<T>
      MVPSI.JAMS.Activities.HDInsight.configuration

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

configuration Members
MVPSI.JAMS.Activities.HDInsight Namespace