| Package | Description |
|---|---|
| com.microsoft.azure.management.datalake.analytics |
This package contains the classes for DataLakeAnalyticsCatalogManagementClient.
|
| com.microsoft.azure.management.datalake.analytics.models |
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.azure.PagedList<USqlType> |
Catalogs.listTypes(String accountName,
String databaseName,
String schemaName)
Retrieves the list of types within the specified database and schema from the Data Lake Analytics catalog.
|
com.microsoft.azure.PagedList<USqlType> |
Catalogs.listTypes(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of types within the specified database and schema from the Data Lake Analytics catalog.
|
rx.Observable<com.microsoft.azure.Page<USqlType>> |
Catalogs.listTypesAsync(String accountName,
String databaseName,
String schemaName)
Retrieves the list of types within the specified database and schema from the Data Lake Analytics catalog.
|
com.microsoft.rest.ServiceFuture<List<USqlType>> |
Catalogs.listTypesAsync(String accountName,
String databaseName,
String schemaName,
com.microsoft.azure.ListOperationCallback<USqlType> serviceCallback)
Retrieves the list of types within the specified database and schema from the Data Lake Analytics catalog.
|
rx.Observable<com.microsoft.azure.Page<USqlType>> |
Catalogs.listTypesAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of types within the specified database and schema from the Data Lake Analytics catalog.
|
com.microsoft.rest.ServiceFuture<List<USqlType>> |
Catalogs.listTypesAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
com.microsoft.azure.ListOperationCallback<USqlType> serviceCallback)
Retrieves the list of types within the specified database and schema from the Data Lake Analytics catalog.
|
com.microsoft.azure.PagedList<USqlType> |
Catalogs.listTypesNext(String nextPageLink)
Retrieves the list of types within the specified database and schema from the Data Lake Analytics catalog.
|
rx.Observable<com.microsoft.azure.Page<USqlType>> |
Catalogs.listTypesNextAsync(String nextPageLink)
Retrieves the list of types within the specified database and schema from the Data Lake Analytics catalog.
|
com.microsoft.rest.ServiceFuture<List<USqlType>> |
Catalogs.listTypesNextAsync(String nextPageLink,
com.microsoft.rest.ServiceFuture<List<USqlType>> serviceFuture,
com.microsoft.azure.ListOperationCallback<USqlType> serviceCallback)
Retrieves the list of types within the specified database and schema from the Data Lake Analytics catalog.
|
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<USqlType>>> |
Catalogs.listTypesNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of types within the specified database and schema from the Data Lake Analytics catalog.
|
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<USqlType>>> |
Catalogs.listTypesWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName)
Retrieves the list of types within the specified database and schema from the Data Lake Analytics catalog.
|
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<USqlType>>> |
Catalogs.listTypesWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of types within the specified database and schema from the Data Lake Analytics catalog.
|
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.rest.ServiceFuture<List<USqlType>> |
Catalogs.listTypesAsync(String accountName,
String databaseName,
String schemaName,
com.microsoft.azure.ListOperationCallback<USqlType> serviceCallback)
Retrieves the list of types within the specified database and schema from the Data Lake Analytics catalog.
|
com.microsoft.rest.ServiceFuture<List<USqlType>> |
Catalogs.listTypesAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
com.microsoft.azure.ListOperationCallback<USqlType> serviceCallback)
Retrieves the list of types within the specified database and schema from the Data Lake Analytics catalog.
|
com.microsoft.rest.ServiceFuture<List<USqlType>> |
Catalogs.listTypesNextAsync(String nextPageLink,
com.microsoft.rest.ServiceFuture<List<USqlType>> serviceFuture,
com.microsoft.azure.ListOperationCallback<USqlType> serviceCallback)
Retrieves the list of types within the specified database and schema from the Data Lake Analytics catalog.
|
com.microsoft.rest.ServiceFuture<List<USqlType>> |
Catalogs.listTypesNextAsync(String nextPageLink,
com.microsoft.rest.ServiceFuture<List<USqlType>> serviceFuture,
com.microsoft.azure.ListOperationCallback<USqlType> serviceCallback)
Retrieves the list of types within the specified database and schema from the Data Lake Analytics catalog.
|
| Modifier and Type | Class and Description |
|---|---|
class |
USqlTableType
A Data Lake Analytics catalog U-SQL table type item.
|
| Modifier and Type | Method and Description |
|---|---|
USqlType |
USqlType.withCSharpName(String cSharpName)
Set the C# name for this type.
|
USqlType |
USqlType.withDatabaseName(String databaseName)
Set the name of the database.
|
USqlType |
USqlType.withFullCSharpName(String fullCSharpName)
Set the fully qualified C# name for this type.
|
USqlType |
USqlType.withIsAssemblyType(Boolean isAssemblyType)
Set the the switch indicating if this type is an assembly type.
|
USqlType |
USqlType.withIsComplexType(Boolean isComplexType)
Set the the switch indicating if this type is a complex type.
|
USqlType |
USqlType.withIsNullable(Boolean isNullable)
Set the the switch indicating if this type is nullable.
|
USqlType |
USqlType.withIsTableType(Boolean isTableType)
Set the the switch indicating if this type is a table type.
|
USqlType |
USqlType.withIsUserDefined(Boolean isUserDefined)
Set the the switch indicating if this type is user defined.
|
USqlType |
USqlType.withName(String name)
Set the name of type for this type.
|
USqlType |
USqlType.withPrincipalId(Integer principalId)
Set the principal ID for this type.
|
USqlType |
USqlType.withSchemaId(Integer schemaId)
Set the schema ID for this type.
|
USqlType |
USqlType.withSchemaName(String schemaName)
Set the name of the schema associated with this table and database.
|
USqlType |
USqlType.withSystemTypeId(Integer systemTypeId)
Set the system type ID for this type.
|
USqlType |
USqlType.withTypeFamily(String typeFamily)
Set the type family for this type.
|
USqlType |
USqlType.withUserTypeId(Integer userTypeId)
Set the user type ID for this type.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/