HDInsightHiveActivity Class

Definition

HDInsight Hive activity type.

[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("HDInsightHive")]
public class HDInsightHiveActivity : Microsoft.Azure.Management.DataFactory.Models.ExecutionActivity
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("HDInsightHive")>]
type HDInsightHiveActivity = class
    inherit ExecutionActivity
Public Class HDInsightHiveActivity
Inherits ExecutionActivity
Inheritance
HDInsightHiveActivity
Attributes
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

Constructors

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.

Properties

AdditionalProperties

Gets or sets unmatched properties from the message are deserialized this collection

(Inherited from Activity)
Arguments

Gets or sets user specified arguments to HDInsightActivity.

Defines

Gets or sets allows user to specify defines for Hive job request.

DependsOn

Gets or sets activity depends on condition.

(Inherited from Activity)
Description

Gets or sets activity description.

(Inherited from Activity)
GetDebugInfo

Gets or sets debug info option. Possible values include: 'None', 'Always', 'Failure'

LinkedServiceName

Gets or sets linked service reference.

(Inherited from ExecutionActivity)
Name

Gets or sets activity name.

(Inherited from Activity)
Policy

Gets or sets activity policy.

(Inherited from ExecutionActivity)
QueryTimeout

Gets or sets query timeout value (in minutes). Effective when the HDInsight cluster is with ESP (Enterprise Security Package)

ScriptLinkedService

Gets or sets script linked service reference.

ScriptPath

Gets or sets script path. Type: string (or Expression with resultType string).

StorageLinkedServices

Gets or sets storage linked service references.

UserProperties

Gets or sets activity user properties.

(Inherited from Activity)
Variables

Gets or sets user specified arguments under hivevar namespace.

Methods

Validate()

Validate the object.

Applies to