Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DatabricksSparkJarActivity

Package version

DatabricksSparkJar activity.

Hierarchy

Indexable

[property: string]: any

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

Index

Properties

Optional dependsOn

dependsOn: ActivityDependency[]

Activity depends on condition.

Optional description

description: undefined | string

Activity description.

Optional libraries

libraries: {}[]

A list of libraries to be installed on the cluster that will execute the job.

Optional linkedServiceName

linkedServiceName: LinkedServiceReference

Linked service reference.

mainClassName

mainClassName: any

The full name of the class containing the main method to be executed. This class must be contained in a JAR provided as a library. Type: string (or Expression with resultType string).

name

name: string

Activity name.

Optional parameters

parameters: any[]

Parameters that will be passed to the main method.

Optional policy

Activity policy.

type

type: "DatabricksSparkJar"

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

Optional userProperties

userProperties: UserProperty[]

Activity user properties.

Generated using TypeDoc