| Package | Description |
|---|---|
| com.microsoft.azure.management.datalake.analytics.models |
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static FileType |
FileType.ASSEMBLY
Static value Assembly for FileType.
|
static FileType |
FileType.NODEPLOY
Static value Nodeploy for FileType.
|
static FileType |
FileType.RESOURCE
Static value Resource for FileType.
|
| Modifier and Type | Method and Description |
|---|---|
static FileType |
FileType.fromString(String name)
Creates or finds a FileType from its string representation.
|
FileType |
USqlAssemblyFileInfo.type()
Get the assembly file type.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<FileType> |
FileType.values() |
| Modifier and Type | Method and Description |
|---|---|
USqlAssemblyFileInfo |
USqlAssemblyFileInfo.withType(FileType type)
Set the assembly file type.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/