Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HDInsightStreamingActivity

Package version

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

Optional combiner

combiner: any

Combiner executable name. Type: string (or Expression with resultType string).

Optional commandEnvironment

commandEnvironment: any[]

Command line environment values.

Optional defines

defines: undefined | {}

Allows user to specify defines for streaming job request.

Optional dependsOn

dependsOn: ActivityDependency[]

Activity depends on condition.

Optional description

description: undefined | string

Activity description.

Optional fileLinkedService

fileLinkedService: LinkedServiceReference

Linked service reference where the files are located.

filePaths

filePaths: any[]

Paths to streaming job files. Can be directories.

Optional getDebugInfo

Debug info option.

input

input: any

Input blob path. Type: string (or Expression with resultType string).

Optional linkedServiceName

linkedServiceName: LinkedServiceReference

Linked service reference.

mapper

mapper: any

Mapper executable name. Type: string (or Expression with resultType string).

name

name: string

Activity name.

output

output: any

Output blob path. Type: string (or Expression with resultType string).

Optional policy

Activity policy.

reducer

reducer: any

Reducer executable name. Type: string (or Expression with resultType string).

Optional storageLinkedServices

storageLinkedServices: LinkedServiceReference[]

Storage linked service references.

type

type: "HDInsightStreaming"

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

Optional userProperties

userProperties: UserProperty[]

Activity user properties.

Generated using TypeDoc