Bagikan melalui


HDInsightHiveActivity Constructors

Definition

Overloads

HDInsightHiveActivity()

Initializes a new instance of the HDInsightHiveActivity class.

HDInsightHiveActivity(String, IDictionary<String,Object>, String, IList<ActivityDependency>, IList<UserProperty>, LinkedServiceReference, ActivityPolicy, IList<LinkedServiceReference>, IList<Object>, String, Object, LinkedServiceReference, IDictionary<String,Object>, IList<Object>, Nullable<Int32>)

Initializes a new instance of the HDInsightHiveActivity class.

HDInsightHiveActivity()

Initializes a new instance of the HDInsightHiveActivity class.

public HDInsightHiveActivity ();
Public Sub New ()

Applies to

HDInsightHiveActivity(String, IDictionary<String,Object>, String, IList<ActivityDependency>, IList<UserProperty>, LinkedServiceReference, ActivityPolicy, IList<LinkedServiceReference>, IList<Object>, String, Object, LinkedServiceReference, IDictionary<String,Object>, IList<Object>, Nullable<Int32>)

Initializes a new instance of the HDInsightHiveActivity class.

public HDInsightHiveActivity (string name, 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, object scriptPath = default, Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference scriptLinkedService = default, System.Collections.Generic.IDictionary<string,object> defines = default, System.Collections.Generic.IList<object> variables = default, int? queryTimeout = default);
new Microsoft.Azure.Management.DataFactory.Models.HDInsightHiveActivity : string * 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 * obj * Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference * System.Collections.Generic.IDictionary<string, obj> * System.Collections.Generic.IList<obj> * Nullable<int> -> Microsoft.Azure.Management.DataFactory.Models.HDInsightHiveActivity
Public Sub New (name As String, 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 scriptPath As Object = Nothing, Optional scriptLinkedService As LinkedServiceReference = Nothing, Optional defines As IDictionary(Of String, Object) = Nothing, Optional variables As IList(Of Object) = Nothing, Optional queryTimeout As Nullable(Of Integer) = Nothing)

Parameters

name
String

Activity name.

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'

scriptPath
Object

Script path. Type: string (or Expression with resultType string).

scriptLinkedService
LinkedServiceReference

Script linked service reference.

defines
IDictionary<String,Object>

Allows user to specify defines for Hive job request.

variables
IList<Object>

User specified arguments under hivevar namespace.

queryTimeout
Nullable<Int32>

Query timeout value (in minutes). Effective when the HDInsight cluster is with ESP (Enterprise Security Package)

Applies to