HDInsightPigActivity Class
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.
HDInsight Pig activity type.
[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("HDInsightPig")]
public class HDInsightPigActivity : Microsoft.Azure.Management.DataFactory.Models.ExecutionActivity
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("HDInsightPig")>]
type HDInsightPigActivity = class
inherit ExecutionActivity
Public Class HDInsightPigActivity
Inherits ExecutionActivity
- Inheritance
- Attributes
-
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute
Constructors
HDInsightPigActivity() |
Initializes a new instance of the HDInsightPigActivity class. |
HDInsightPigActivity(String, IDictionary<String,Object>, String, IList<ActivityDependency>, IList<UserProperty>, LinkedServiceReference, ActivityPolicy, IList<LinkedServiceReference>, Object, String, Object, LinkedServiceReference, IDictionary<String,Object>) |
Initializes a new instance of the HDInsightPigActivity 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. Type: array (or Expression with resultType array). |
Defines |
Gets or sets allows user to specify defines for Pig 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) |
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) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET