Package version:

Interface DataLakeAnalyticsUsqlActivity

Data Lake Analytics U-SQL activity.

Hierarchy

Properties

compilationMode?: any

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

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.

dependsOn?: ActivityDependency[]

Activity depends on condition.

description?: string

Activity description.

linkedServiceName?: LinkedServiceReference

Linked service reference.

name: string

Activity name.

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

Parameters for U-SQL job request.

Type declaration

  • [propertyName: string]: any

Activity policy.

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.

runtimeVersion?: any

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

scriptLinkedService: LinkedServiceReference

Script linked service reference.

scriptPath: any

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

type: "DataLakeAnalyticsU-SQL"

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

userProperties?: UserProperty[]

Activity user properties.

Generated using TypeDoc