Package version:

Interface HDInsightStreamingActivity

HDInsight streaming activity type.

Hierarchy

Properties

arguments?: any[]

User specified arguments to HDInsightActivity.

combiner?: any

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

commandEnvironment?: any[]

Command line environment values.

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

Allows user to specify defines for streaming job request.

Type declaration

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

Activity depends on condition.

description?: string

Activity description.

fileLinkedService?: LinkedServiceReference

Linked service reference where the files are located.

filePaths: any[]

Paths to streaming job files. Can be directories.

getDebugInfo?: string

Debug info option.

input: any

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

linkedServiceName?: LinkedServiceReference

Linked service reference.

mapper: any

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

name: string

Activity name.

output: any

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

Activity policy.

reducer: any

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

storageLinkedServices?: LinkedServiceReference[]

Storage linked service references.

type: "HDInsightStreaming"

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

userProperties?: UserProperty[]

Activity user properties.

Generated using TypeDoc