HDInsightPigActivity Class

Definition

HDInsight Pig activity type.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.HDInsightPigActivity+HDInsightPigActivityConverter))]
public class HDInsightPigActivity : Azure.Analytics.Synapse.Artifacts.Models.ExecutionActivity
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.HDInsightPigActivity+HDInsightPigActivityConverter))>]
type HDInsightPigActivity = class
    inherit ExecutionActivity
Public Class HDInsightPigActivity
Inherits ExecutionActivity
Inheritance
HDInsightPigActivity
Attributes

Constructors

HDInsightPigActivity(String)

Initializes a new instance of HDInsightPigActivity.

Properties

AdditionalProperties

Additional Properties.

(Inherited from Activity)
Arguments

User specified arguments to HDInsightActivity. Type: array (or Expression with resultType array).

Defines

Allows user to specify defines for Pig job request.

DependsOn

Activity depends on condition.

(Inherited from Activity)
Description

Activity description.

(Inherited from Activity)
GetDebugInfo

Debug info option.

LinkedServiceName

Linked service reference.

(Inherited from ExecutionActivity)
Name

Activity name.

(Inherited from Activity)
OnInactiveMarkAs

Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.

(Inherited from Activity)
Policy

Activity policy.

(Inherited from ExecutionActivity)
ScriptLinkedService

Script linked service reference.

ScriptPath

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

State

Activity state. This is an optional property and if not provided, the state will be Active by default.

(Inherited from Activity)
StorageLinkedServices

Storage linked service references.

UserProperties

Activity user properties.

(Inherited from Activity)

Applies to