Package | Description |
---|---|
com.microsoft.azure.management.datalake.analytics.models |
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
|
Modifier and Type | Method and Description |
---|---|
CompileMode |
USqlJobProperties.compileMode()
Get the specific compilation mode for the job used during execution.
|
CompileMode |
CreateUSqlJobProperties.compileMode()
Get the specific compilation mode for the job used during execution.
|
static CompileMode |
CompileMode.fromString(String value)
Parses a serialized value to a CompileMode instance.
|
static CompileMode |
CompileMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompileMode[] |
CompileMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CreateUSqlJobProperties |
CreateUSqlJobProperties.withCompileMode(CompileMode compileMode)
Set the specific compilation mode for the job used during execution.
|
Copyright © 2019. All rights reserved.