HDInsightStreamingActivity Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
HDInsightStreamingActivity() |
Initialise une nouvelle instance de la classe 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>) |
Initialise une nouvelle instance de la classe HDInsightStreamingActivity. |
HDInsightStreamingActivity()
Initialise une nouvelle instance de la classe HDInsightStreamingActivity.
public HDInsightStreamingActivity ();
Public Sub New ()
S’applique à
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>)
Initialise une nouvelle instance de la classe 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)
Paramètres
- name
- String
Nom de l’activité.
- mapper
- Object
Nom de l’exécutable du mappeur. Type : chaîne (ou Expression avec chaîne resultType).
- reducer
- Object
Nom de l’exécutable du réducteur. Type : chaîne (ou Expression avec chaîne resultType).
- input
- Object
Chemin d’accès de l’objet blob d’entrée. Type : chaîne (ou Expression avec chaîne resultType).
- output
- Object
Chemin d’accès de l’objet blob de sortie. Type : chaîne (ou Expression avec chaîne resultType).
Chemins d’accès aux fichiers de travail de streaming. Il peut s’agir de répertoires.
- additionalProperties
- IDictionary<String,Object>
Les propriétés sans correspondance du message sont désérialisées dans cette collection
- description
- String
Description de l’activité.
- dependsOn
- IList<ActivityDependency>
L’activité dépend de la condition.
- userProperties
- IList<UserProperty>
Propriétés utilisateur de l’activité.
- linkedServiceName
- LinkedServiceReference
Informations de référence sur les services liés.
- policy
- ActivityPolicy
Stratégie d’activité.
- storageLinkedServices
- IList<LinkedServiceReference>
Références de service lié de stockage.
- getDebugInfo
- String
Option d’informations de débogage. Les valeurs possibles sont les suivantes : « None », « Always », « Failure »
- fileLinkedService
- LinkedServiceReference
Référence du service lié où se trouvent les fichiers.
- combiner
- Object
Nom exécutable du combinateur. Type : chaîne (ou Expression avec chaîne resultType).
- defines
- IDictionary<String,Object>
Permet à l’utilisateur de spécifier des définitions pour la demande de travail de streaming.
S’applique à
Azure SDK for .NET