Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HDInsightMapReduceActivity

Package version

HDInsight MapReduce 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.

className

className: any

Class name. Type: string (or Expression with resultType string).

Optional defines

defines: undefined | {}

Allows user to specify defines for the MapReduce job request.

Optional dependsOn

dependsOn: ActivityDependency[]

Activity depends on condition.

Optional description

description: undefined | string

Activity description.

Optional getDebugInfo

Debug info option.

jarFilePath

jarFilePath: any

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

Optional jarLibs

jarLibs: any[]

Jar libs.

Optional jarLinkedService

jarLinkedService: LinkedServiceReference

Jar linked service reference.

Optional linkedServiceName

linkedServiceName: LinkedServiceReference

Linked service reference.

name

name: string

Activity name.

Optional policy

Activity policy.

Optional storageLinkedServices

storageLinkedServices: LinkedServiceReference[]

Storage linked service references.

type

type: "HDInsightMapReduce"

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

Optional userProperties

userProperties: UserProperty[]

Activity user properties.

Generated using TypeDoc