Share via


HDInsightStreamingActivity Constructors

Definition

Overloads

HDInsightStreamingActivity()

Initializes a new instance of the HDInsightStreamingActivity class.

HDInsightStreamingActivity(String, Object, Object, Object, Object, IList<Object>, IDictionary<String,Object>, String, IList<ActivityDependency>, IList<UserProperty>, LinkedServiceReference, ActivityPolicy, IList<LinkedServiceReference>, IList<Object>, String, LinkedServiceReference, Object, IList<Object>, IDictionary<String,Object>)

Initializes a new instance of the HDInsightStreamingActivity class.

HDInsightStreamingActivity()

Initializes a new instance of the HDInsightStreamingActivity class.

public HDInsightStreamingActivity ();
Public Sub New ()

Applies to

HDInsightStreamingActivity(String, Object, Object, Object, Object, IList<Object>, IDictionary<String,Object>, String, IList<ActivityDependency>, IList<UserProperty>, LinkedServiceReference, ActivityPolicy, IList<LinkedServiceReference>, IList<Object>, String, LinkedServiceReference, Object, IList<Object>, IDictionary<String,Object>)

Initializes a new instance of the HDInsightStreamingActivity class.

public HDInsightStreamingActivity (string name, object mapper, object reducer, object input, object output, System.Collections.Generic.IList<object> filePaths, System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string description = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.ActivityDependency> dependsOn = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.UserProperty> userProperties = default, Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference linkedServiceName = default, Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy policy = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference> storageLinkedServices = default, System.Collections.Generic.IList<object> arguments = default, string getDebugInfo = default, Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference fileLinkedService = default, object combiner = default, System.Collections.Generic.IList<object> commandEnvironment = default, System.Collections.Generic.IDictionary<string,object> defines = default);
new Microsoft.Azure.Management.DataFactory.Models.HDInsightStreamingActivity : string * obj * obj * obj * obj * System.Collections.Generic.IList<obj> * System.Collections.Generic.IDictionary<string, obj> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.ActivityDependency> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.UserProperty> * Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference * Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference> * System.Collections.Generic.IList<obj> * string * Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference * obj * System.Collections.Generic.IList<obj> * System.Collections.Generic.IDictionary<string, obj> -> Microsoft.Azure.Management.DataFactory.Models.HDInsightStreamingActivity
Public Sub New (name As String, mapper As Object, reducer As Object, input As Object, output As Object, filePaths As IList(Of Object), Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional description As String = Nothing, Optional dependsOn As IList(Of ActivityDependency) = Nothing, Optional userProperties As IList(Of UserProperty) = Nothing, Optional linkedServiceName As LinkedServiceReference = Nothing, Optional policy As ActivityPolicy = Nothing, Optional storageLinkedServices As IList(Of LinkedServiceReference) = Nothing, Optional arguments As IList(Of Object) = Nothing, Optional getDebugInfo As String = Nothing, Optional fileLinkedService As LinkedServiceReference = Nothing, Optional combiner As Object = Nothing, Optional commandEnvironment As IList(Of Object) = Nothing, Optional defines As IDictionary(Of String, Object) = Nothing)

Parameters

name
String

Activity name.

mapper
Object

Mapper executable name. Type: string (or Expression with resultType string).

reducer
Object

Reducer executable name. Type: string (or Expression with resultType string).

input
Object

Input blob path. Type: string (or Expression with resultType string).

output
Object

Output blob path. Type: string (or Expression with resultType string).

filePaths
IList<Object>

Paths to streaming job files. Can be directories.

additionalProperties
IDictionary<String,Object>

Unmatched properties from the message are deserialized this collection

description
String

Activity description.

dependsOn
IList<ActivityDependency>

Activity depends on condition.

userProperties
IList<UserProperty>

Activity user properties.

linkedServiceName
LinkedServiceReference

Linked service reference.

policy
ActivityPolicy

Activity policy.

storageLinkedServices
IList<LinkedServiceReference>

Storage linked service references.

arguments
IList<Object>

User specified arguments to HDInsightActivity.

getDebugInfo
String

Debug info option. Possible values include: 'None', 'Always', 'Failure'

fileLinkedService
LinkedServiceReference

Linked service reference where the files are located.

combiner
Object

Combiner executable name. Type: string (or Expression with resultType string).

commandEnvironment
IList<Object>

Command line environment values.

defines
IDictionary<String,Object>

Allows user to specify defines for streaming job request.

Applies to