Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HDInsightPigActivity

Package version

HDInsight Pig activity type.

Hierarchy

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

Optional arguments

arguments: any

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

Optional defines

defines: undefined | {}

Allows user to specify defines for Pig job request.

Optional dependsOn

dependsOn: ActivityDependency[]

Activity depends on condition.

Optional description

description: undefined | string

Activity description.

Optional getDebugInfo

Debug info option.

Optional linkedServiceName

linkedServiceName: LinkedServiceReference

Linked service reference.

name

name: string

Activity name.

Optional policy

Activity policy.

Optional scriptLinkedService

scriptLinkedService: LinkedServiceReference

Script linked service reference.

Optional scriptPath

scriptPath: any

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

Optional storageLinkedServices

storageLinkedServices: LinkedServiceReference[]

Storage linked service references.

type

type: "HDInsightPig"

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

Optional userProperties

userProperties: UserProperty[]

Activity user properties.

Generated using TypeDoc