Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DataLakeAnalyticsUsqlActivity

Package version

Data Lake Analytics U-SQL activity.

Hierarchy

Indexable

[property: string]: any

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

Index

Properties

Optional compilationMode

compilationMode: any

Compilation mode of U-SQL. Must be one of these values : Semantic, Full and SingleBox. Type: string (or Expression with resultType string).

Optional degreeOfParallelism

degreeOfParallelism: any

The maximum number of nodes simultaneously used to run the job. Default value is 1. Type: integer (or Expression with resultType integer), minimum: 1.

Optional dependsOn

dependsOn: ActivityDependency[]

Activity depends on condition.

Optional description

description: undefined | string

Activity description.

Optional linkedServiceName

linkedServiceName: LinkedServiceReference

Linked service reference.

name

name: string

Activity name.

Optional parameters

parameters: undefined | {}

Parameters for U-SQL job request.

Optional policy

Activity policy.

Optional priority

priority: any

Determines which jobs out of all that are queued should be selected to run first. The lower the number, the higher the priority. Default value is 1000. Type: integer (or Expression with resultType integer), minimum: 1.

Optional runtimeVersion

runtimeVersion: any

Runtime version of the U-SQL engine to use. Type: string (or Expression with resultType string).

scriptLinkedService

scriptLinkedService: LinkedServiceReference

Script linked service reference.

scriptPath

scriptPath: any

Case-sensitive path to folder that contains the U-SQL script. Type: string (or Expression with resultType string).

type

type: "DataLakeAnalyticsU-SQL"

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

Optional userProperties

userProperties: UserProperty[]

Activity user properties.

Generated using TypeDoc