HDInsightStreamingActivity Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET