Package | Description |
---|---|
com.microsoft.azure.management.datalake.analytics.models |
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
|
Modifier and Type | Method and Description |
---|---|
USqlAssemblyFileInfo |
USqlAssemblyFileInfo.withContentPath(String contentPath)
Set the the content path to the assembly file.
|
USqlAssemblyFileInfo |
USqlAssemblyFileInfo.withOriginalPath(String originalPath)
Set the the original path to the assembly file.
|
USqlAssemblyFileInfo |
USqlAssemblyFileInfo.withType(FileType type)
Set the assembly file type.
|
Modifier and Type | Method and Description |
---|---|
List<USqlAssemblyFileInfo> |
USqlAssembly.files()
Get the list of files associated with the assembly.
|
Modifier and Type | Method and Description |
---|---|
USqlAssembly |
USqlAssembly.withFiles(List<USqlAssemblyFileInfo> files)
Set the list of files associated with the assembly.
|
Copyright © 2019. All rights reserved.