Package version:

Interface HDInsightPigActivity

HDInsight Pig activity type.

Hierarchy

Properties

arguments?: any

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

defines?: {
    [propertyName: string]: any;
}

Allows user to specify defines for Pig job request.

Type declaration

  • [propertyName: string]: any
dependsOn?: ActivityDependency[]

Activity depends on condition.

description?: string

Activity description.

getDebugInfo?: string

Debug info option.

linkedServiceName?: LinkedServiceReference

Linked service reference.

name: string

Activity name.

Activity policy.

scriptLinkedService?: LinkedServiceReference

Script linked service reference.

scriptPath?: any

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

storageLinkedServices?: LinkedServiceReference[]

Storage linked service references.

type: "HDInsightPig"

Polymorphic discriminator, which specifies the different types this object can be

userProperties?: UserProperty[]

Activity user properties.

Generated using TypeDoc