HDInsightStreamingActivity コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
HDInsightStreamingActivity() |
HDInsightStreamingActivity クラスの新しいインスタンスを初期化します。 |
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>) |
HDInsightStreamingActivity クラスの新しいインスタンスを初期化します。 |
HDInsightStreamingActivity()
HDInsightStreamingActivity クラスの新しいインスタンスを初期化します。
public HDInsightStreamingActivity ();
Public Sub New ()
適用対象
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>)
HDInsightStreamingActivity クラスの新しいインスタンスを初期化します。
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)
パラメーター
- name
- String
アクティビティ名。
- mapper
- Object
マッパー実行可能ファイル名。 型: string (または resultType 文字列を含む式)。
- reducer
- Object
Reducer 実行可能ファイル名。 型: string (または resultType 文字列を含む式)。
- input
- Object
入力 BLOB パス。 型: string (または resultType 文字列を含む式)。
- output
- Object
出力 BLOB パス。 型: string (または resultType 文字列を含む式)。
- additionalProperties
- IDictionary<String,Object>
メッセージの一致しないプロパティは、このコレクションを逆シリアル化します
- description
- String
アクティビティの説明。
- dependsOn
- IList<ActivityDependency>
アクティビティは条件によって異なります。
- userProperties
- IList<UserProperty>
アクティビティ ユーザーのプロパティ。
- linkedServiceName
- LinkedServiceReference
リンクされたサービス参照。
- policy
- ActivityPolicy
アクティビティ ポリシー。
- storageLinkedServices
- IList<LinkedServiceReference>
ストレージのリンクされたサービス参照。
- getDebugInfo
- String
デバッグ情報オプション。 使用可能な値は、'None'、'Always'、'Failure' です。
- fileLinkedService
- LinkedServiceReference
ファイルが配置されているリンクされたサービス参照。
- combiner
- Object
コンバイナーの実行可能ファイル名。 型: string (または resultType 文字列を含む式)。
- defines
- IDictionary<String,Object>
ストリーミング ジョブ要求の定義をユーザーが指定できるようにします。
適用対象
Azure SDK for .NET