DataLakeAnalyticsUsqlActivity interface

Data Lake Analytics U-SQL activity.

Extends

Properties

compilationMode

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

degreeOfParallelism

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

parameters

Parameters for U-SQL job request.

priority

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

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

scriptLinkedService

Script linked service reference.

scriptPath

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

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

compilationMode

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

compilationMode?: any

Property Value

any

degreeOfParallelism

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

degreeOfParallelism?: any

Property Value

any

parameters

Parameters for U-SQL job request.

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

Property Value

{[propertyName: string]: any}

priority

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.

priority?: any

Property Value

any

runtimeVersion

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

runtimeVersion?: any

Property Value

any

scriptLinkedService

Script linked service reference.

scriptLinkedService: LinkedServiceReference

Property Value

scriptPath

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

scriptPath: any

Property Value

any

type

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

type: "DataLakeAnalyticsU-SQL"

Property Value

"DataLakeAnalyticsU-SQL"

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