HDInsightStreamingActivity interface

HDInsight streaming activity type.

Extends

Properties

arguments

User specified arguments to HDInsightActivity.

combiner

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

commandEnvironment

Command line environment values.

defines

Allows user to specify defines for streaming job request.

fileLinkedService

Linked service reference where the files are located.

filePaths

Paths to streaming job files. Can be directories.

getDebugInfo

Debug info option.

input

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

mapper

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

output

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

reducer

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

storageLinkedServices

Storage linked service references.

type

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

Inherited Properties

dependsOn

Activity depends on condition.

description

Activity description.

linkedServiceName

Linked service reference.

name

Activity name.

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.

policy

Activity policy.

state

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

userProperties

Activity user properties.

Property Details

arguments

User specified arguments to HDInsightActivity.

arguments?: any[]

Property Value

any[]

combiner

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

combiner?: any

Property Value

any

commandEnvironment

Command line environment values.

commandEnvironment?: any[]

Property Value

any[]

defines

Allows user to specify defines for streaming job request.

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

Property Value

{[propertyName: string]: any}

fileLinkedService

Linked service reference where the files are located.

fileLinkedService?: LinkedServiceReference

Property Value

filePaths

Paths to streaming job files. Can be directories.

filePaths: any[]

Property Value

any[]

getDebugInfo

Debug info option.

getDebugInfo?: string

Property Value

string

input

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

input: any

Property Value

any

mapper

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

mapper: any

Property Value

any

output

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

output: any

Property Value

any

reducer

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

reducer: any

Property Value

any

storageLinkedServices

Storage linked service references.

storageLinkedServices?: LinkedServiceReference[]

Property Value

type

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

type: "HDInsightStreaming"

Property Value

"HDInsightStreaming"

Inherited Property Details

dependsOn

Activity depends on condition.

dependsOn?: ActivityDependency[]

Property Value

Inherited From ExecutionActivity.dependsOn

description

Activity description.

description?: string

Property Value

string

Inherited From ExecutionActivity.description

linkedServiceName

Linked service reference.

linkedServiceName?: LinkedServiceReference

Property Value

Inherited From ExecutionActivity.linkedServiceName

name

Activity name.

name: string

Property Value

string

Inherited From ExecutionActivity.name

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.

onInactiveMarkAs?: string

Property Value

string

Inherited From ExecutionActivity.onInactiveMarkAs

policy

Activity policy.

policy?: ActivityPolicy

Property Value

Inherited From ExecutionActivity.policy

state

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

state?: string

Property Value

string

Inherited From ExecutionActivity.state

userProperties

Activity user properties.

userProperties?: UserProperty[]

Property Value

Inherited From ExecutionActivity.userProperties