Share via


HDInsightStreamingActivity Constructor

Definition

Initializes a new instance of HDInsightStreamingActivity.

public HDInsightStreamingActivity (string name, object mapper, object reducer, object input, object output, System.Collections.Generic.IEnumerable<object> filePaths);
new Azure.Analytics.Synapse.Artifacts.Models.HDInsightStreamingActivity : string * obj * obj * obj * obj * seq<obj> -> Azure.Analytics.Synapse.Artifacts.Models.HDInsightStreamingActivity
Public Sub New (name As String, mapper As Object, reducer As Object, input As Object, output As Object, filePaths As IEnumerable(Of Object))

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
IEnumerable<Object>

Paths to streaming job files. Can be directories.

Exceptions

name, mapper, reducer, input, output or filePaths is null.

Applies to