public interface Catalogs
Modifier and Type | Method and Description |
---|---|
void |
createCredential(String accountName,
String databaseName,
String credentialName,
DataLakeAnalyticsCatalogCredentialCreateParameters parameters)
Creates the specified credential for use with external data sources in the specified database.
|
rx.Observable<Void> |
createCredentialAsync(String accountName,
String databaseName,
String credentialName,
DataLakeAnalyticsCatalogCredentialCreateParameters parameters)
Creates the specified credential for use with external data sources in the specified database.
|
ServiceFuture<Void> |
createCredentialAsync(String accountName,
String databaseName,
String credentialName,
DataLakeAnalyticsCatalogCredentialCreateParameters parameters,
ServiceCallback<Void> serviceCallback)
Creates the specified credential for use with external data sources in the specified database.
|
rx.Observable<ServiceResponse<Void>> |
createCredentialWithServiceResponseAsync(String accountName,
String databaseName,
String credentialName,
DataLakeAnalyticsCatalogCredentialCreateParameters parameters)
Creates the specified credential for use with external data sources in the specified database.
|
void |
createSecret(String accountName,
String databaseName,
String secretName,
DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters)
Creates the specified secret for use with external data sources in the specified database.
|
rx.Observable<Void> |
createSecretAsync(String accountName,
String databaseName,
String secretName,
DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters)
Creates the specified secret for use with external data sources in the specified database.
|
ServiceFuture<Void> |
createSecretAsync(String accountName,
String databaseName,
String secretName,
DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters,
ServiceCallback<Void> serviceCallback)
Creates the specified secret for use with external data sources in the specified database.
|
rx.Observable<ServiceResponse<Void>> |
createSecretWithServiceResponseAsync(String accountName,
String databaseName,
String secretName,
DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters)
Creates the specified secret for use with external data sources in the specified database.
|
void |
deleteAllSecrets(String accountName,
String databaseName)
Deletes all secrets in the specified database.
|
rx.Observable<Void> |
deleteAllSecretsAsync(String accountName,
String databaseName)
Deletes all secrets in the specified database.
|
ServiceFuture<Void> |
deleteAllSecretsAsync(String accountName,
String databaseName,
ServiceCallback<Void> serviceCallback)
Deletes all secrets in the specified database.
|
rx.Observable<ServiceResponse<Void>> |
deleteAllSecretsWithServiceResponseAsync(String accountName,
String databaseName)
Deletes all secrets in the specified database.
|
void |
deleteCredential(String accountName,
String databaseName,
String credentialName)
Deletes the specified credential in the specified database.
|
void |
deleteCredential(String accountName,
String databaseName,
String credentialName,
Boolean cascade,
String password)
Deletes the specified credential in the specified database.
|
rx.Observable<Void> |
deleteCredentialAsync(String accountName,
String databaseName,
String credentialName)
Deletes the specified credential in the specified database.
|
rx.Observable<Void> |
deleteCredentialAsync(String accountName,
String databaseName,
String credentialName,
Boolean cascade,
String password)
Deletes the specified credential in the specified database.
|
ServiceFuture<Void> |
deleteCredentialAsync(String accountName,
String databaseName,
String credentialName,
Boolean cascade,
String password,
ServiceCallback<Void> serviceCallback)
Deletes the specified credential in the specified database.
|
ServiceFuture<Void> |
deleteCredentialAsync(String accountName,
String databaseName,
String credentialName,
ServiceCallback<Void> serviceCallback)
Deletes the specified credential in the specified database.
|
rx.Observable<ServiceResponse<Void>> |
deleteCredentialWithServiceResponseAsync(String accountName,
String databaseName,
String credentialName)
Deletes the specified credential in the specified database.
|
rx.Observable<ServiceResponse<Void>> |
deleteCredentialWithServiceResponseAsync(String accountName,
String databaseName,
String credentialName,
Boolean cascade,
String password)
Deletes the specified credential in the specified database.
|
void |
deleteSecret(String accountName,
String databaseName,
String secretName)
Deletes the specified secret in the specified database.
|
rx.Observable<Void> |
deleteSecretAsync(String accountName,
String databaseName,
String secretName)
Deletes the specified secret in the specified database.
|
ServiceFuture<Void> |
deleteSecretAsync(String accountName,
String databaseName,
String secretName,
ServiceCallback<Void> serviceCallback)
Deletes the specified secret in the specified database.
|
rx.Observable<ServiceResponse<Void>> |
deleteSecretWithServiceResponseAsync(String accountName,
String databaseName,
String secretName)
Deletes the specified secret in the specified database.
|
USqlAssembly |
getAssembly(String accountName,
String databaseName,
String assemblyName)
Retrieves the specified assembly from the Data Lake Analytics catalog.
|
rx.Observable<USqlAssembly> |
getAssemblyAsync(String accountName,
String databaseName,
String assemblyName)
Retrieves the specified assembly from the Data Lake Analytics catalog.
|
ServiceFuture<USqlAssembly> |
getAssemblyAsync(String accountName,
String databaseName,
String assemblyName,
ServiceCallback<USqlAssembly> serviceCallback)
Retrieves the specified assembly from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<USqlAssembly>> |
getAssemblyWithServiceResponseAsync(String accountName,
String databaseName,
String assemblyName)
Retrieves the specified assembly from the Data Lake Analytics catalog.
|
USqlCredential |
getCredential(String accountName,
String databaseName,
String credentialName)
Retrieves the specified credential from the Data Lake Analytics catalog.
|
rx.Observable<USqlCredential> |
getCredentialAsync(String accountName,
String databaseName,
String credentialName)
Retrieves the specified credential from the Data Lake Analytics catalog.
|
ServiceFuture<USqlCredential> |
getCredentialAsync(String accountName,
String databaseName,
String credentialName,
ServiceCallback<USqlCredential> serviceCallback)
Retrieves the specified credential from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<USqlCredential>> |
getCredentialWithServiceResponseAsync(String accountName,
String databaseName,
String credentialName)
Retrieves the specified credential from the Data Lake Analytics catalog.
|
USqlDatabase |
getDatabase(String accountName,
String databaseName)
Retrieves the specified database from the Data Lake Analytics catalog.
|
rx.Observable<USqlDatabase> |
getDatabaseAsync(String accountName,
String databaseName)
Retrieves the specified database from the Data Lake Analytics catalog.
|
ServiceFuture<USqlDatabase> |
getDatabaseAsync(String accountName,
String databaseName,
ServiceCallback<USqlDatabase> serviceCallback)
Retrieves the specified database from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<USqlDatabase>> |
getDatabaseWithServiceResponseAsync(String accountName,
String databaseName)
Retrieves the specified database from the Data Lake Analytics catalog.
|
USqlExternalDataSource |
getExternalDataSource(String accountName,
String databaseName,
String externalDataSourceName)
Retrieves the specified external data source from the Data Lake Analytics catalog.
|
rx.Observable<USqlExternalDataSource> |
getExternalDataSourceAsync(String accountName,
String databaseName,
String externalDataSourceName)
Retrieves the specified external data source from the Data Lake Analytics catalog.
|
ServiceFuture<USqlExternalDataSource> |
getExternalDataSourceAsync(String accountName,
String databaseName,
String externalDataSourceName,
ServiceCallback<USqlExternalDataSource> serviceCallback)
Retrieves the specified external data source from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<USqlExternalDataSource>> |
getExternalDataSourceWithServiceResponseAsync(String accountName,
String databaseName,
String externalDataSourceName)
Retrieves the specified external data source from the Data Lake Analytics catalog.
|
USqlPackage |
getPackage(String accountName,
String databaseName,
String schemaName,
String packageName)
Retrieves the specified package from the Data Lake Analytics catalog.
|
rx.Observable<USqlPackage> |
getPackageAsync(String accountName,
String databaseName,
String schemaName,
String packageName)
Retrieves the specified package from the Data Lake Analytics catalog.
|
ServiceFuture<USqlPackage> |
getPackageAsync(String accountName,
String databaseName,
String schemaName,
String packageName,
ServiceCallback<USqlPackage> serviceCallback)
Retrieves the specified package from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<USqlPackage>> |
getPackageWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName,
String packageName)
Retrieves the specified package from the Data Lake Analytics catalog.
|
USqlProcedure |
getProcedure(String accountName,
String databaseName,
String schemaName,
String procedureName)
Retrieves the specified procedure from the Data Lake Analytics catalog.
|
rx.Observable<USqlProcedure> |
getProcedureAsync(String accountName,
String databaseName,
String schemaName,
String procedureName)
Retrieves the specified procedure from the Data Lake Analytics catalog.
|
ServiceFuture<USqlProcedure> |
getProcedureAsync(String accountName,
String databaseName,
String schemaName,
String procedureName,
ServiceCallback<USqlProcedure> serviceCallback)
Retrieves the specified procedure from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<USqlProcedure>> |
getProcedureWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName,
String procedureName)
Retrieves the specified procedure from the Data Lake Analytics catalog.
|
USqlSchema |
getSchema(String accountName,
String databaseName,
String schemaName)
Retrieves the specified schema from the Data Lake Analytics catalog.
|
rx.Observable<USqlSchema> |
getSchemaAsync(String accountName,
String databaseName,
String schemaName)
Retrieves the specified schema from the Data Lake Analytics catalog.
|
ServiceFuture<USqlSchema> |
getSchemaAsync(String accountName,
String databaseName,
String schemaName,
ServiceCallback<USqlSchema> serviceCallback)
Retrieves the specified schema from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<USqlSchema>> |
getSchemaWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName)
Retrieves the specified schema from the Data Lake Analytics catalog.
|
USqlSecret |
getSecret(String accountName,
String databaseName,
String secretName)
Gets the specified secret in the specified database.
|
rx.Observable<USqlSecret> |
getSecretAsync(String accountName,
String databaseName,
String secretName)
Gets the specified secret in the specified database.
|
ServiceFuture<USqlSecret> |
getSecretAsync(String accountName,
String databaseName,
String secretName,
ServiceCallback<USqlSecret> serviceCallback)
Gets the specified secret in the specified database.
|
rx.Observable<ServiceResponse<USqlSecret>> |
getSecretWithServiceResponseAsync(String accountName,
String databaseName,
String secretName)
Gets the specified secret in the specified database.
|
USqlTable |
getTable(String accountName,
String databaseName,
String schemaName,
String tableName)
Retrieves the specified table from the Data Lake Analytics catalog.
|
rx.Observable<USqlTable> |
getTableAsync(String accountName,
String databaseName,
String schemaName,
String tableName)
Retrieves the specified table from the Data Lake Analytics catalog.
|
ServiceFuture<USqlTable> |
getTableAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
ServiceCallback<USqlTable> serviceCallback)
Retrieves the specified table from the Data Lake Analytics catalog.
|
USqlTablePartition |
getTablePartition(String accountName,
String databaseName,
String schemaName,
String tableName,
String partitionName)
Retrieves the specified table partition from the Data Lake Analytics catalog.
|
rx.Observable<USqlTablePartition> |
getTablePartitionAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
String partitionName)
Retrieves the specified table partition from the Data Lake Analytics catalog.
|
ServiceFuture<USqlTablePartition> |
getTablePartitionAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
String partitionName,
ServiceCallback<USqlTablePartition> serviceCallback)
Retrieves the specified table partition from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<USqlTablePartition>> |
getTablePartitionWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
String partitionName)
Retrieves the specified table partition from the Data Lake Analytics catalog.
|
USqlTableStatistics |
getTableStatistic(String accountName,
String databaseName,
String schemaName,
String tableName,
String statisticsName)
Retrieves the specified table statistics from the Data Lake Analytics catalog.
|
rx.Observable<USqlTableStatistics> |
getTableStatisticAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
String statisticsName)
Retrieves the specified table statistics from the Data Lake Analytics catalog.
|
ServiceFuture<USqlTableStatistics> |
getTableStatisticAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
String statisticsName,
ServiceCallback<USqlTableStatistics> serviceCallback)
Retrieves the specified table statistics from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<USqlTableStatistics>> |
getTableStatisticWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
String statisticsName)
Retrieves the specified table statistics from the Data Lake Analytics catalog.
|
USqlTableType |
getTableType(String accountName,
String databaseName,
String schemaName,
String tableTypeName)
Retrieves the specified table type from the Data Lake Analytics catalog.
|
rx.Observable<USqlTableType> |
getTableTypeAsync(String accountName,
String databaseName,
String schemaName,
String tableTypeName)
Retrieves the specified table type from the Data Lake Analytics catalog.
|
ServiceFuture<USqlTableType> |
getTableTypeAsync(String accountName,
String databaseName,
String schemaName,
String tableTypeName,
ServiceCallback<USqlTableType> serviceCallback)
Retrieves the specified table type from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<USqlTableType>> |
getTableTypeWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName,
String tableTypeName)
Retrieves the specified table type from the Data Lake Analytics catalog.
|
USqlTableValuedFunction |
getTableValuedFunction(String accountName,
String databaseName,
String schemaName,
String tableValuedFunctionName)
Retrieves the specified table valued function from the Data Lake Analytics catalog.
|
rx.Observable<USqlTableValuedFunction> |
getTableValuedFunctionAsync(String accountName,
String databaseName,
String schemaName,
String tableValuedFunctionName)
Retrieves the specified table valued function from the Data Lake Analytics catalog.
|
ServiceFuture<USqlTableValuedFunction> |
getTableValuedFunctionAsync(String accountName,
String databaseName,
String schemaName,
String tableValuedFunctionName,
ServiceCallback<USqlTableValuedFunction> serviceCallback)
Retrieves the specified table valued function from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<USqlTableValuedFunction>> |
getTableValuedFunctionWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName,
String tableValuedFunctionName)
Retrieves the specified table valued function from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<USqlTable>> |
getTableWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName,
String tableName)
Retrieves the specified table from the Data Lake Analytics catalog.
|
USqlView |
getView(String accountName,
String databaseName,
String schemaName,
String viewName)
Retrieves the specified view from the Data Lake Analytics catalog.
|
rx.Observable<USqlView> |
getViewAsync(String accountName,
String databaseName,
String schemaName,
String viewName)
Retrieves the specified view from the Data Lake Analytics catalog.
|
ServiceFuture<USqlView> |
getViewAsync(String accountName,
String databaseName,
String schemaName,
String viewName,
ServiceCallback<USqlView> serviceCallback)
Retrieves the specified view from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<USqlView>> |
getViewWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName,
String viewName)
Retrieves the specified view from the Data Lake Analytics catalog.
|
void |
grantAcl(String accountName,
AclCreateOrUpdateParameters parameters)
Grants an access control list (ACL) entry to the Data Lake Analytics catalog.
|
rx.Observable<Void> |
grantAclAsync(String accountName,
AclCreateOrUpdateParameters parameters)
Grants an access control list (ACL) entry to the Data Lake Analytics catalog.
|
ServiceFuture<Void> |
grantAclAsync(String accountName,
AclCreateOrUpdateParameters parameters,
ServiceCallback<Void> serviceCallback)
Grants an access control list (ACL) entry to the Data Lake Analytics catalog.
|
void |
grantAclToDatabase(String accountName,
String databaseName,
AclCreateOrUpdateParameters parameters)
Grants an access control list (ACL) entry to the database from the Data Lake Analytics catalog.
|
rx.Observable<Void> |
grantAclToDatabaseAsync(String accountName,
String databaseName,
AclCreateOrUpdateParameters parameters)
Grants an access control list (ACL) entry to the database from the Data Lake Analytics catalog.
|
ServiceFuture<Void> |
grantAclToDatabaseAsync(String accountName,
String databaseName,
AclCreateOrUpdateParameters parameters,
ServiceCallback<Void> serviceCallback)
Grants an access control list (ACL) entry to the database from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Void>> |
grantAclToDatabaseWithServiceResponseAsync(String accountName,
String databaseName,
AclCreateOrUpdateParameters parameters)
Grants an access control list (ACL) entry to the database from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Void>> |
grantAclWithServiceResponseAsync(String accountName,
AclCreateOrUpdateParameters parameters)
Grants an access control list (ACL) entry to the Data Lake Analytics catalog.
|
PagedList<Acl> |
listAcls(String accountName)
Retrieves the list of access control list (ACL) entries for the Data Lake Analytics catalog.
|
PagedList<Acl> |
listAcls(String accountName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of access control list (ACL) entries for the Data Lake Analytics catalog.
|
rx.Observable<Page<Acl>> |
listAclsAsync(String accountName)
Retrieves the list of access control list (ACL) entries for the Data Lake Analytics catalog.
|
ServiceFuture<List<Acl>> |
listAclsAsync(String accountName,
ListOperationCallback<Acl> serviceCallback)
Retrieves the list of access control list (ACL) entries for the Data Lake Analytics catalog.
|
rx.Observable<Page<Acl>> |
listAclsAsync(String accountName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of access control list (ACL) entries for the Data Lake Analytics catalog.
|
ServiceFuture<List<Acl>> |
listAclsAsync(String accountName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<Acl> serviceCallback)
Retrieves the list of access control list (ACL) entries for the Data Lake Analytics catalog.
|
PagedList<Acl> |
listAclsByDatabase(String accountName,
String databaseName)
Retrieves the list of access control list (ACL) entries for the database from the Data Lake Analytics catalog.
|
PagedList<Acl> |
listAclsByDatabase(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of access control list (ACL) entries for the database from the Data Lake Analytics catalog.
|
rx.Observable<Page<Acl>> |
listAclsByDatabaseAsync(String accountName,
String databaseName)
Retrieves the list of access control list (ACL) entries for the database from the Data Lake Analytics catalog.
|
ServiceFuture<List<Acl>> |
listAclsByDatabaseAsync(String accountName,
String databaseName,
ListOperationCallback<Acl> serviceCallback)
Retrieves the list of access control list (ACL) entries for the database from the Data Lake Analytics catalog.
|
rx.Observable<Page<Acl>> |
listAclsByDatabaseAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of access control list (ACL) entries for the database from the Data Lake Analytics catalog.
|
ServiceFuture<List<Acl>> |
listAclsByDatabaseAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<Acl> serviceCallback)
Retrieves the list of access control list (ACL) entries for the database from the Data Lake Analytics catalog.
|
PagedList<Acl> |
listAclsByDatabaseNext(String nextPageLink)
Retrieves the list of access control list (ACL) entries for the database from the Data Lake Analytics catalog.
|
rx.Observable<Page<Acl>> |
listAclsByDatabaseNextAsync(String nextPageLink)
Retrieves the list of access control list (ACL) entries for the database from the Data Lake Analytics catalog.
|
ServiceFuture<List<Acl>> |
listAclsByDatabaseNextAsync(String nextPageLink,
ServiceFuture<List<Acl>> serviceFuture,
ListOperationCallback<Acl> serviceCallback)
Retrieves the list of access control list (ACL) entries for the database from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<Acl>>> |
listAclsByDatabaseNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of access control list (ACL) entries for the database from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<Acl>>> |
listAclsByDatabaseWithServiceResponseAsync(String accountName,
String databaseName)
Retrieves the list of access control list (ACL) entries for the database from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<Acl>>> |
listAclsByDatabaseWithServiceResponseAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of access control list (ACL) entries for the database from the Data Lake Analytics catalog.
|
PagedList<Acl> |
listAclsNext(String nextPageLink)
Retrieves the list of access control list (ACL) entries for the Data Lake Analytics catalog.
|
rx.Observable<Page<Acl>> |
listAclsNextAsync(String nextPageLink)
Retrieves the list of access control list (ACL) entries for the Data Lake Analytics catalog.
|
ServiceFuture<List<Acl>> |
listAclsNextAsync(String nextPageLink,
ServiceFuture<List<Acl>> serviceFuture,
ListOperationCallback<Acl> serviceCallback)
Retrieves the list of access control list (ACL) entries for the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<Acl>>> |
listAclsNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of access control list (ACL) entries for the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<Acl>>> |
listAclsWithServiceResponseAsync(String accountName)
Retrieves the list of access control list (ACL) entries for the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<Acl>>> |
listAclsWithServiceResponseAsync(String accountName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of access control list (ACL) entries for the Data Lake Analytics catalog.
|
PagedList<USqlAssemblyClr> |
listAssemblies(String accountName,
String databaseName)
Retrieves the list of assemblies from the Data Lake Analytics catalog.
|
PagedList<USqlAssemblyClr> |
listAssemblies(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of assemblies from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlAssemblyClr>> |
listAssembliesAsync(String accountName,
String databaseName)
Retrieves the list of assemblies from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlAssemblyClr>> |
listAssembliesAsync(String accountName,
String databaseName,
ListOperationCallback<USqlAssemblyClr> serviceCallback)
Retrieves the list of assemblies from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlAssemblyClr>> |
listAssembliesAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of assemblies from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlAssemblyClr>> |
listAssembliesAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<USqlAssemblyClr> serviceCallback)
Retrieves the list of assemblies from the Data Lake Analytics catalog.
|
PagedList<USqlAssemblyClr> |
listAssembliesNext(String nextPageLink)
Retrieves the list of assemblies from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlAssemblyClr>> |
listAssembliesNextAsync(String nextPageLink)
Retrieves the list of assemblies from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlAssemblyClr>> |
listAssembliesNextAsync(String nextPageLink,
ServiceFuture<List<USqlAssemblyClr>> serviceFuture,
ListOperationCallback<USqlAssemblyClr> serviceCallback)
Retrieves the list of assemblies from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlAssemblyClr>>> |
listAssembliesNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of assemblies from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlAssemblyClr>>> |
listAssembliesWithServiceResponseAsync(String accountName,
String databaseName)
Retrieves the list of assemblies from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlAssemblyClr>>> |
listAssembliesWithServiceResponseAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of assemblies from the Data Lake Analytics catalog.
|
PagedList<USqlCredential> |
listCredentials(String accountName,
String databaseName)
Retrieves the list of credentials from the Data Lake Analytics catalog.
|
PagedList<USqlCredential> |
listCredentials(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of credentials from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlCredential>> |
listCredentialsAsync(String accountName,
String databaseName)
Retrieves the list of credentials from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlCredential>> |
listCredentialsAsync(String accountName,
String databaseName,
ListOperationCallback<USqlCredential> serviceCallback)
Retrieves the list of credentials from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlCredential>> |
listCredentialsAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of credentials from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlCredential>> |
listCredentialsAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<USqlCredential> serviceCallback)
Retrieves the list of credentials from the Data Lake Analytics catalog.
|
PagedList<USqlCredential> |
listCredentialsNext(String nextPageLink)
Retrieves the list of credentials from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlCredential>> |
listCredentialsNextAsync(String nextPageLink)
Retrieves the list of credentials from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlCredential>> |
listCredentialsNextAsync(String nextPageLink,
ServiceFuture<List<USqlCredential>> serviceFuture,
ListOperationCallback<USqlCredential> serviceCallback)
Retrieves the list of credentials from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlCredential>>> |
listCredentialsNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of credentials from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlCredential>>> |
listCredentialsWithServiceResponseAsync(String accountName,
String databaseName)
Retrieves the list of credentials from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlCredential>>> |
listCredentialsWithServiceResponseAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of credentials from the Data Lake Analytics catalog.
|
PagedList<USqlDatabase> |
listDatabases(String accountName)
Retrieves the list of databases from the Data Lake Analytics catalog.
|
PagedList<USqlDatabase> |
listDatabases(String accountName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of databases from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlDatabase>> |
listDatabasesAsync(String accountName)
Retrieves the list of databases from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlDatabase>> |
listDatabasesAsync(String accountName,
ListOperationCallback<USqlDatabase> serviceCallback)
Retrieves the list of databases from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlDatabase>> |
listDatabasesAsync(String accountName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of databases from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlDatabase>> |
listDatabasesAsync(String accountName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<USqlDatabase> serviceCallback)
Retrieves the list of databases from the Data Lake Analytics catalog.
|
PagedList<USqlDatabase> |
listDatabasesNext(String nextPageLink)
Retrieves the list of databases from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlDatabase>> |
listDatabasesNextAsync(String nextPageLink)
Retrieves the list of databases from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlDatabase>> |
listDatabasesNextAsync(String nextPageLink,
ServiceFuture<List<USqlDatabase>> serviceFuture,
ListOperationCallback<USqlDatabase> serviceCallback)
Retrieves the list of databases from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlDatabase>>> |
listDatabasesNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of databases from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlDatabase>>> |
listDatabasesWithServiceResponseAsync(String accountName)
Retrieves the list of databases from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlDatabase>>> |
listDatabasesWithServiceResponseAsync(String accountName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of databases from the Data Lake Analytics catalog.
|
PagedList<USqlExternalDataSource> |
listExternalDataSources(String accountName,
String databaseName)
Retrieves the list of external data sources from the Data Lake Analytics catalog.
|
PagedList<USqlExternalDataSource> |
listExternalDataSources(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of external data sources from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlExternalDataSource>> |
listExternalDataSourcesAsync(String accountName,
String databaseName)
Retrieves the list of external data sources from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlExternalDataSource>> |
listExternalDataSourcesAsync(String accountName,
String databaseName,
ListOperationCallback<USqlExternalDataSource> serviceCallback)
Retrieves the list of external data sources from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlExternalDataSource>> |
listExternalDataSourcesAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of external data sources from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlExternalDataSource>> |
listExternalDataSourcesAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<USqlExternalDataSource> serviceCallback)
Retrieves the list of external data sources from the Data Lake Analytics catalog.
|
PagedList<USqlExternalDataSource> |
listExternalDataSourcesNext(String nextPageLink)
Retrieves the list of external data sources from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlExternalDataSource>> |
listExternalDataSourcesNextAsync(String nextPageLink)
Retrieves the list of external data sources from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlExternalDataSource>> |
listExternalDataSourcesNextAsync(String nextPageLink,
ServiceFuture<List<USqlExternalDataSource>> serviceFuture,
ListOperationCallback<USqlExternalDataSource> serviceCallback)
Retrieves the list of external data sources from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlExternalDataSource>>> |
listExternalDataSourcesNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of external data sources from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlExternalDataSource>>> |
listExternalDataSourcesWithServiceResponseAsync(String accountName,
String databaseName)
Retrieves the list of external data sources from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlExternalDataSource>>> |
listExternalDataSourcesWithServiceResponseAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of external data sources from the Data Lake Analytics catalog.
|
PagedList<USqlPackage> |
listPackages(String accountName,
String databaseName,
String schemaName)
Retrieves the list of packages from the Data Lake Analytics catalog.
|
PagedList<USqlPackage> |
listPackages(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of packages from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlPackage>> |
listPackagesAsync(String accountName,
String databaseName,
String schemaName)
Retrieves the list of packages from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlPackage>> |
listPackagesAsync(String accountName,
String databaseName,
String schemaName,
ListOperationCallback<USqlPackage> serviceCallback)
Retrieves the list of packages from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlPackage>> |
listPackagesAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of packages from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlPackage>> |
listPackagesAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<USqlPackage> serviceCallback)
Retrieves the list of packages from the Data Lake Analytics catalog.
|
PagedList<USqlPackage> |
listPackagesNext(String nextPageLink)
Retrieves the list of packages from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlPackage>> |
listPackagesNextAsync(String nextPageLink)
Retrieves the list of packages from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlPackage>> |
listPackagesNextAsync(String nextPageLink,
ServiceFuture<List<USqlPackage>> serviceFuture,
ListOperationCallback<USqlPackage> serviceCallback)
Retrieves the list of packages from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlPackage>>> |
listPackagesNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of packages from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlPackage>>> |
listPackagesWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName)
Retrieves the list of packages from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlPackage>>> |
listPackagesWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of packages from the Data Lake Analytics catalog.
|
PagedList<USqlProcedure> |
listProcedures(String accountName,
String databaseName,
String schemaName)
Retrieves the list of procedures from the Data Lake Analytics catalog.
|
PagedList<USqlProcedure> |
listProcedures(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of procedures from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlProcedure>> |
listProceduresAsync(String accountName,
String databaseName,
String schemaName)
Retrieves the list of procedures from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlProcedure>> |
listProceduresAsync(String accountName,
String databaseName,
String schemaName,
ListOperationCallback<USqlProcedure> serviceCallback)
Retrieves the list of procedures from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlProcedure>> |
listProceduresAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of procedures from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlProcedure>> |
listProceduresAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<USqlProcedure> serviceCallback)
Retrieves the list of procedures from the Data Lake Analytics catalog.
|
PagedList<USqlProcedure> |
listProceduresNext(String nextPageLink)
Retrieves the list of procedures from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlProcedure>> |
listProceduresNextAsync(String nextPageLink)
Retrieves the list of procedures from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlProcedure>> |
listProceduresNextAsync(String nextPageLink,
ServiceFuture<List<USqlProcedure>> serviceFuture,
ListOperationCallback<USqlProcedure> serviceCallback)
Retrieves the list of procedures from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlProcedure>>> |
listProceduresNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of procedures from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlProcedure>>> |
listProceduresWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName)
Retrieves the list of procedures from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlProcedure>>> |
listProceduresWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of procedures from the Data Lake Analytics catalog.
|
PagedList<USqlSchema> |
listSchemas(String accountName,
String databaseName)
Retrieves the list of schemas from the Data Lake Analytics catalog.
|
PagedList<USqlSchema> |
listSchemas(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of schemas from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlSchema>> |
listSchemasAsync(String accountName,
String databaseName)
Retrieves the list of schemas from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlSchema>> |
listSchemasAsync(String accountName,
String databaseName,
ListOperationCallback<USqlSchema> serviceCallback)
Retrieves the list of schemas from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlSchema>> |
listSchemasAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of schemas from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlSchema>> |
listSchemasAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<USqlSchema> serviceCallback)
Retrieves the list of schemas from the Data Lake Analytics catalog.
|
PagedList<USqlSchema> |
listSchemasNext(String nextPageLink)
Retrieves the list of schemas from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlSchema>> |
listSchemasNextAsync(String nextPageLink)
Retrieves the list of schemas from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlSchema>> |
listSchemasNextAsync(String nextPageLink,
ServiceFuture<List<USqlSchema>> serviceFuture,
ListOperationCallback<USqlSchema> serviceCallback)
Retrieves the list of schemas from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlSchema>>> |
listSchemasNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of schemas from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlSchema>>> |
listSchemasWithServiceResponseAsync(String accountName,
String databaseName)
Retrieves the list of schemas from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlSchema>>> |
listSchemasWithServiceResponseAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of schemas from the Data Lake Analytics catalog.
|
PagedList<USqlTableFragment> |
listTableFragments(String accountName,
String databaseName,
String schemaName,
String tableName)
Retrieves the list of table fragments from the Data Lake Analytics catalog.
|
PagedList<USqlTableFragment> |
listTableFragments(String accountName,
String databaseName,
String schemaName,
String tableName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of table fragments from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTableFragment>> |
listTableFragmentsAsync(String accountName,
String databaseName,
String schemaName,
String tableName)
Retrieves the list of table fragments from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableFragment>> |
listTableFragmentsAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
ListOperationCallback<USqlTableFragment> serviceCallback)
Retrieves the list of table fragments from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTableFragment>> |
listTableFragmentsAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of table fragments from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableFragment>> |
listTableFragmentsAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<USqlTableFragment> serviceCallback)
Retrieves the list of table fragments from the Data Lake Analytics catalog.
|
PagedList<USqlTableFragment> |
listTableFragmentsNext(String nextPageLink)
Retrieves the list of table fragments from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTableFragment>> |
listTableFragmentsNextAsync(String nextPageLink)
Retrieves the list of table fragments from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableFragment>> |
listTableFragmentsNextAsync(String nextPageLink,
ServiceFuture<List<USqlTableFragment>> serviceFuture,
ListOperationCallback<USqlTableFragment> serviceCallback)
Retrieves the list of table fragments from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTableFragment>>> |
listTableFragmentsNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of table fragments from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTableFragment>>> |
listTableFragmentsWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName,
String tableName)
Retrieves the list of table fragments from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTableFragment>>> |
listTableFragmentsWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of table fragments from the Data Lake Analytics catalog.
|
PagedList<USqlTablePartition> |
listTablePartitions(String accountName,
String databaseName,
String schemaName,
String tableName)
Retrieves the list of table partitions from the Data Lake Analytics catalog.
|
PagedList<USqlTablePartition> |
listTablePartitions(String accountName,
String databaseName,
String schemaName,
String tableName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of table partitions from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTablePartition>> |
listTablePartitionsAsync(String accountName,
String databaseName,
String schemaName,
String tableName)
Retrieves the list of table partitions from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTablePartition>> |
listTablePartitionsAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
ListOperationCallback<USqlTablePartition> serviceCallback)
Retrieves the list of table partitions from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTablePartition>> |
listTablePartitionsAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of table partitions from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTablePartition>> |
listTablePartitionsAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<USqlTablePartition> serviceCallback)
Retrieves the list of table partitions from the Data Lake Analytics catalog.
|
PagedList<USqlTablePartition> |
listTablePartitionsNext(String nextPageLink)
Retrieves the list of table partitions from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTablePartition>> |
listTablePartitionsNextAsync(String nextPageLink)
Retrieves the list of table partitions from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTablePartition>> |
listTablePartitionsNextAsync(String nextPageLink,
ServiceFuture<List<USqlTablePartition>> serviceFuture,
ListOperationCallback<USqlTablePartition> serviceCallback)
Retrieves the list of table partitions from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTablePartition>>> |
listTablePartitionsNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of table partitions from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTablePartition>>> |
listTablePartitionsWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName,
String tableName)
Retrieves the list of table partitions from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTablePartition>>> |
listTablePartitionsWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of table partitions from the Data Lake Analytics catalog.
|
PagedList<USqlTable> |
listTables(String accountName,
String databaseName,
String schemaName)
Retrieves the list of tables from the Data Lake Analytics catalog.
|
PagedList<USqlTable> |
listTables(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
Boolean basic)
Retrieves the list of tables from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTable>> |
listTablesAsync(String accountName,
String databaseName,
String schemaName)
Retrieves the list of tables from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTable>> |
listTablesAsync(String accountName,
String databaseName,
String schemaName,
ListOperationCallback<USqlTable> serviceCallback)
Retrieves the list of tables from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTable>> |
listTablesAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
Boolean basic)
Retrieves the list of tables from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTable>> |
listTablesAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
Boolean basic,
ListOperationCallback<USqlTable> serviceCallback)
Retrieves the list of tables from the Data Lake Analytics catalog.
|
PagedList<USqlTable> |
listTablesByDatabase(String accountName,
String databaseName)
Retrieves the list of all tables in a database from the Data Lake Analytics catalog.
|
PagedList<USqlTable> |
listTablesByDatabase(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
Boolean basic)
Retrieves the list of all tables in a database from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTable>> |
listTablesByDatabaseAsync(String accountName,
String databaseName)
Retrieves the list of all tables in a database from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTable>> |
listTablesByDatabaseAsync(String accountName,
String databaseName,
ListOperationCallback<USqlTable> serviceCallback)
Retrieves the list of all tables in a database from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTable>> |
listTablesByDatabaseAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
Boolean basic)
Retrieves the list of all tables in a database from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTable>> |
listTablesByDatabaseAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
Boolean basic,
ListOperationCallback<USqlTable> serviceCallback)
Retrieves the list of all tables in a database from the Data Lake Analytics catalog.
|
PagedList<USqlTable> |
listTablesByDatabaseNext(String nextPageLink)
Retrieves the list of all tables in a database from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTable>> |
listTablesByDatabaseNextAsync(String nextPageLink)
Retrieves the list of all tables in a database from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTable>> |
listTablesByDatabaseNextAsync(String nextPageLink,
ServiceFuture<List<USqlTable>> serviceFuture,
ListOperationCallback<USqlTable> serviceCallback)
Retrieves the list of all tables in a database from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTable>>> |
listTablesByDatabaseNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of all tables in a database from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTable>>> |
listTablesByDatabaseWithServiceResponseAsync(String accountName,
String databaseName)
Retrieves the list of all tables in a database from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTable>>> |
listTablesByDatabaseWithServiceResponseAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
Boolean basic)
Retrieves the list of all tables in a database from the Data Lake Analytics catalog.
|
PagedList<USqlTable> |
listTablesNext(String nextPageLink)
Retrieves the list of tables from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTable>> |
listTablesNextAsync(String nextPageLink)
Retrieves the list of tables from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTable>> |
listTablesNextAsync(String nextPageLink,
ServiceFuture<List<USqlTable>> serviceFuture,
ListOperationCallback<USqlTable> serviceCallback)
Retrieves the list of tables from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTable>>> |
listTablesNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of tables from the Data Lake Analytics catalog.
|
PagedList<USqlTableStatistics> |
listTableStatistics(String accountName,
String databaseName,
String schemaName,
String tableName)
Retrieves the list of table statistics from the Data Lake Analytics catalog.
|
PagedList<USqlTableStatistics> |
listTableStatistics(String accountName,
String databaseName,
String schemaName,
String tableName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of table statistics from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTableStatistics>> |
listTableStatisticsAsync(String accountName,
String databaseName,
String schemaName,
String tableName)
Retrieves the list of table statistics from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableStatistics>> |
listTableStatisticsAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
ListOperationCallback<USqlTableStatistics> serviceCallback)
Retrieves the list of table statistics from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTableStatistics>> |
listTableStatisticsAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of table statistics from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableStatistics>> |
listTableStatisticsAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<USqlTableStatistics> serviceCallback)
Retrieves the list of table statistics from the Data Lake Analytics catalog.
|
PagedList<USqlTableStatistics> |
listTableStatisticsByDatabase(String accountName,
String databaseName)
Retrieves the list of all statistics in a database from the Data Lake Analytics catalog.
|
PagedList<USqlTableStatistics> |
listTableStatisticsByDatabase(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of all statistics in a database from the Data Lake Analytics catalog.
|
PagedList<USqlTableStatistics> |
listTableStatisticsByDatabaseAndSchema(String accountName,
String databaseName,
String schemaName)
Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog.
|
PagedList<USqlTableStatistics> |
listTableStatisticsByDatabaseAndSchema(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTableStatistics>> |
listTableStatisticsByDatabaseAndSchemaAsync(String accountName,
String databaseName,
String schemaName)
Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableStatistics>> |
listTableStatisticsByDatabaseAndSchemaAsync(String accountName,
String databaseName,
String schemaName,
ListOperationCallback<USqlTableStatistics> serviceCallback)
Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTableStatistics>> |
listTableStatisticsByDatabaseAndSchemaAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableStatistics>> |
listTableStatisticsByDatabaseAndSchemaAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<USqlTableStatistics> serviceCallback)
Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog.
|
PagedList<USqlTableStatistics> |
listTableStatisticsByDatabaseAndSchemaNext(String nextPageLink)
Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTableStatistics>> |
listTableStatisticsByDatabaseAndSchemaNextAsync(String nextPageLink)
Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableStatistics>> |
listTableStatisticsByDatabaseAndSchemaNextAsync(String nextPageLink,
ServiceFuture<List<USqlTableStatistics>> serviceFuture,
ListOperationCallback<USqlTableStatistics> serviceCallback)
Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTableStatistics>>> |
listTableStatisticsByDatabaseAndSchemaNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTableStatistics>>> |
listTableStatisticsByDatabaseAndSchemaWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName)
Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTableStatistics>>> |
listTableStatisticsByDatabaseAndSchemaWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTableStatistics>> |
listTableStatisticsByDatabaseAsync(String accountName,
String databaseName)
Retrieves the list of all statistics in a database from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableStatistics>> |
listTableStatisticsByDatabaseAsync(String accountName,
String databaseName,
ListOperationCallback<USqlTableStatistics> serviceCallback)
Retrieves the list of all statistics in a database from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTableStatistics>> |
listTableStatisticsByDatabaseAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of all statistics in a database from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableStatistics>> |
listTableStatisticsByDatabaseAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<USqlTableStatistics> serviceCallback)
Retrieves the list of all statistics in a database from the Data Lake Analytics catalog.
|
PagedList<USqlTableStatistics> |
listTableStatisticsByDatabaseNext(String nextPageLink)
Retrieves the list of all statistics in a database from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTableStatistics>> |
listTableStatisticsByDatabaseNextAsync(String nextPageLink)
Retrieves the list of all statistics in a database from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableStatistics>> |
listTableStatisticsByDatabaseNextAsync(String nextPageLink,
ServiceFuture<List<USqlTableStatistics>> serviceFuture,
ListOperationCallback<USqlTableStatistics> serviceCallback)
Retrieves the list of all statistics in a database from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTableStatistics>>> |
listTableStatisticsByDatabaseNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of all statistics in a database from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTableStatistics>>> |
listTableStatisticsByDatabaseWithServiceResponseAsync(String accountName,
String databaseName)
Retrieves the list of all statistics in a database from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTableStatistics>>> |
listTableStatisticsByDatabaseWithServiceResponseAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of all statistics in a database from the Data Lake Analytics catalog.
|
PagedList<USqlTableStatistics> |
listTableStatisticsNext(String nextPageLink)
Retrieves the list of table statistics from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTableStatistics>> |
listTableStatisticsNextAsync(String nextPageLink)
Retrieves the list of table statistics from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableStatistics>> |
listTableStatisticsNextAsync(String nextPageLink,
ServiceFuture<List<USqlTableStatistics>> serviceFuture,
ListOperationCallback<USqlTableStatistics> serviceCallback)
Retrieves the list of table statistics from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTableStatistics>>> |
listTableStatisticsNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of table statistics from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTableStatistics>>> |
listTableStatisticsWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName,
String tableName)
Retrieves the list of table statistics from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTableStatistics>>> |
listTableStatisticsWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of table statistics from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTable>>> |
listTablesWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName)
Retrieves the list of tables from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTable>>> |
listTablesWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
Boolean basic)
Retrieves the list of tables from the Data Lake Analytics catalog.
|
PagedList<USqlTableType> |
listTableTypes(String accountName,
String databaseName,
String schemaName)
Retrieves the list of table types from the Data Lake Analytics catalog.
|
PagedList<USqlTableType> |
listTableTypes(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of table types from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTableType>> |
listTableTypesAsync(String accountName,
String databaseName,
String schemaName)
Retrieves the list of table types from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableType>> |
listTableTypesAsync(String accountName,
String databaseName,
String schemaName,
ListOperationCallback<USqlTableType> serviceCallback)
Retrieves the list of table types from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTableType>> |
listTableTypesAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of table types from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableType>> |
listTableTypesAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<USqlTableType> serviceCallback)
Retrieves the list of table types from the Data Lake Analytics catalog.
|
PagedList<USqlTableType> |
listTableTypesNext(String nextPageLink)
Retrieves the list of table types from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTableType>> |
listTableTypesNextAsync(String nextPageLink)
Retrieves the list of table types from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableType>> |
listTableTypesNextAsync(String nextPageLink,
ServiceFuture<List<USqlTableType>> serviceFuture,
ListOperationCallback<USqlTableType> serviceCallback)
Retrieves the list of table types from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTableType>>> |
listTableTypesNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of table types from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTableType>>> |
listTableTypesWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName)
Retrieves the list of table types from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTableType>>> |
listTableTypesWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of table types from the Data Lake Analytics catalog.
|
PagedList<USqlTableValuedFunction> |
listTableValuedFunctions(String accountName,
String databaseName,
String schemaName)
Retrieves the list of table valued functions from the Data Lake Analytics catalog.
|
PagedList<USqlTableValuedFunction> |
listTableValuedFunctions(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of table valued functions from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTableValuedFunction>> |
listTableValuedFunctionsAsync(String accountName,
String databaseName,
String schemaName)
Retrieves the list of table valued functions from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableValuedFunction>> |
listTableValuedFunctionsAsync(String accountName,
String databaseName,
String schemaName,
ListOperationCallback<USqlTableValuedFunction> serviceCallback)
Retrieves the list of table valued functions from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTableValuedFunction>> |
listTableValuedFunctionsAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of table valued functions from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableValuedFunction>> |
listTableValuedFunctionsAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<USqlTableValuedFunction> serviceCallback)
Retrieves the list of table valued functions from the Data Lake Analytics catalog.
|
PagedList<USqlTableValuedFunction> |
listTableValuedFunctionsByDatabase(String accountName,
String databaseName)
Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog.
|
PagedList<USqlTableValuedFunction> |
listTableValuedFunctionsByDatabase(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTableValuedFunction>> |
listTableValuedFunctionsByDatabaseAsync(String accountName,
String databaseName)
Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableValuedFunction>> |
listTableValuedFunctionsByDatabaseAsync(String accountName,
String databaseName,
ListOperationCallback<USqlTableValuedFunction> serviceCallback)
Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTableValuedFunction>> |
listTableValuedFunctionsByDatabaseAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableValuedFunction>> |
listTableValuedFunctionsByDatabaseAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<USqlTableValuedFunction> serviceCallback)
Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog.
|
PagedList<USqlTableValuedFunction> |
listTableValuedFunctionsByDatabaseNext(String nextPageLink)
Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTableValuedFunction>> |
listTableValuedFunctionsByDatabaseNextAsync(String nextPageLink)
Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableValuedFunction>> |
listTableValuedFunctionsByDatabaseNextAsync(String nextPageLink,
ServiceFuture<List<USqlTableValuedFunction>> serviceFuture,
ListOperationCallback<USqlTableValuedFunction> serviceCallback)
Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTableValuedFunction>>> |
listTableValuedFunctionsByDatabaseNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTableValuedFunction>>> |
listTableValuedFunctionsByDatabaseWithServiceResponseAsync(String accountName,
String databaseName)
Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTableValuedFunction>>> |
listTableValuedFunctionsByDatabaseWithServiceResponseAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog.
|
PagedList<USqlTableValuedFunction> |
listTableValuedFunctionsNext(String nextPageLink)
Retrieves the list of table valued functions from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTableValuedFunction>> |
listTableValuedFunctionsNextAsync(String nextPageLink)
Retrieves the list of table valued functions from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableValuedFunction>> |
listTableValuedFunctionsNextAsync(String nextPageLink,
ServiceFuture<List<USqlTableValuedFunction>> serviceFuture,
ListOperationCallback<USqlTableValuedFunction> serviceCallback)
Retrieves the list of table valued functions from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTableValuedFunction>>> |
listTableValuedFunctionsNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of table valued functions from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTableValuedFunction>>> |
listTableValuedFunctionsWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName)
Retrieves the list of table valued functions from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTableValuedFunction>>> |
listTableValuedFunctionsWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of table valued functions from the Data Lake Analytics catalog.
|
PagedList<USqlType> |
listTypes(String accountName,
String databaseName,
String schemaName)
Retrieves the list of types within the specified database and schema from the Data Lake Analytics catalog.
|
PagedList<USqlType> |
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<Page<USqlType>> |
listTypesAsync(String accountName,
String databaseName,
String schemaName)
Retrieves the list of types within the specified database and schema from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlType>> |
listTypesAsync(String accountName,
String databaseName,
String schemaName,
ListOperationCallback<USqlType> serviceCallback)
Retrieves the list of types within the specified database and schema from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlType>> |
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.
|
ServiceFuture<List<USqlType>> |
listTypesAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<USqlType> serviceCallback)
Retrieves the list of types within the specified database and schema from the Data Lake Analytics catalog.
|
PagedList<USqlType> |
listTypesNext(String nextPageLink)
Retrieves the list of types within the specified database and schema from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlType>> |
listTypesNextAsync(String nextPageLink)
Retrieves the list of types within the specified database and schema from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlType>> |
listTypesNextAsync(String nextPageLink,
ServiceFuture<List<USqlType>> serviceFuture,
ListOperationCallback<USqlType> serviceCallback)
Retrieves the list of types within the specified database and schema from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlType>>> |
listTypesNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of types within the specified database and schema from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlType>>> |
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<ServiceResponse<Page<USqlType>>> |
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.
|
PagedList<USqlView> |
listViews(String accountName,
String databaseName,
String schemaName)
Retrieves the list of views from the Data Lake Analytics catalog.
|
PagedList<USqlView> |
listViews(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of views from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlView>> |
listViewsAsync(String accountName,
String databaseName,
String schemaName)
Retrieves the list of views from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlView>> |
listViewsAsync(String accountName,
String databaseName,
String schemaName,
ListOperationCallback<USqlView> serviceCallback)
Retrieves the list of views from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlView>> |
listViewsAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of views from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlView>> |
listViewsAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<USqlView> serviceCallback)
Retrieves the list of views from the Data Lake Analytics catalog.
|
PagedList<USqlView> |
listViewsByDatabase(String accountName,
String databaseName)
Retrieves the list of all views in a database from the Data Lake Analytics catalog.
|
PagedList<USqlView> |
listViewsByDatabase(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of all views in a database from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlView>> |
listViewsByDatabaseAsync(String accountName,
String databaseName)
Retrieves the list of all views in a database from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlView>> |
listViewsByDatabaseAsync(String accountName,
String databaseName,
ListOperationCallback<USqlView> serviceCallback)
Retrieves the list of all views in a database from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlView>> |
listViewsByDatabaseAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of all views in a database from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlView>> |
listViewsByDatabaseAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<USqlView> serviceCallback)
Retrieves the list of all views in a database from the Data Lake Analytics catalog.
|
PagedList<USqlView> |
listViewsByDatabaseNext(String nextPageLink)
Retrieves the list of all views in a database from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlView>> |
listViewsByDatabaseNextAsync(String nextPageLink)
Retrieves the list of all views in a database from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlView>> |
listViewsByDatabaseNextAsync(String nextPageLink,
ServiceFuture<List<USqlView>> serviceFuture,
ListOperationCallback<USqlView> serviceCallback)
Retrieves the list of all views in a database from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlView>>> |
listViewsByDatabaseNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of all views in a database from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlView>>> |
listViewsByDatabaseWithServiceResponseAsync(String accountName,
String databaseName)
Retrieves the list of all views in a database from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlView>>> |
listViewsByDatabaseWithServiceResponseAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of all views in a database from the Data Lake Analytics catalog.
|
PagedList<USqlView> |
listViewsNext(String nextPageLink)
Retrieves the list of views from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlView>> |
listViewsNextAsync(String nextPageLink)
Retrieves the list of views from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlView>> |
listViewsNextAsync(String nextPageLink,
ServiceFuture<List<USqlView>> serviceFuture,
ListOperationCallback<USqlView> serviceCallback)
Retrieves the list of views from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlView>>> |
listViewsNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of views from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlView>>> |
listViewsWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName)
Retrieves the list of views from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlView>>> |
listViewsWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of views from the Data Lake Analytics catalog.
|
USqlTablePreview |
previewTable(String accountName,
String databaseName,
String schemaName,
String tableName)
Retrieves a preview set of rows in given table.
|
USqlTablePreview |
previewTable(String accountName,
String databaseName,
String schemaName,
String tableName,
Long maxRows,
Long maxColumns)
Retrieves a preview set of rows in given table.
|
rx.Observable<USqlTablePreview> |
previewTableAsync(String accountName,
String databaseName,
String schemaName,
String tableName)
Retrieves a preview set of rows in given table.
|
rx.Observable<USqlTablePreview> |
previewTableAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
Long maxRows,
Long maxColumns)
Retrieves a preview set of rows in given table.
|
ServiceFuture<USqlTablePreview> |
previewTableAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
Long maxRows,
Long maxColumns,
ServiceCallback<USqlTablePreview> serviceCallback)
Retrieves a preview set of rows in given table.
|
ServiceFuture<USqlTablePreview> |
previewTableAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
ServiceCallback<USqlTablePreview> serviceCallback)
Retrieves a preview set of rows in given table.
|
USqlTablePreview |
previewTablePartition(String accountName,
String databaseName,
String schemaName,
String tableName,
String partitionName)
Retrieves a preview set of rows in given partition.
|
USqlTablePreview |
previewTablePartition(String accountName,
String databaseName,
String schemaName,
String tableName,
String partitionName,
Long maxRows,
Long maxColumns)
Retrieves a preview set of rows in given partition.
|
rx.Observable<USqlTablePreview> |
previewTablePartitionAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
String partitionName)
Retrieves a preview set of rows in given partition.
|
rx.Observable<USqlTablePreview> |
previewTablePartitionAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
String partitionName,
Long maxRows,
Long maxColumns)
Retrieves a preview set of rows in given partition.
|
ServiceFuture<USqlTablePreview> |
previewTablePartitionAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
String partitionName,
Long maxRows,
Long maxColumns,
ServiceCallback<USqlTablePreview> serviceCallback)
Retrieves a preview set of rows in given partition.
|
ServiceFuture<USqlTablePreview> |
previewTablePartitionAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
String partitionName,
ServiceCallback<USqlTablePreview> serviceCallback)
Retrieves a preview set of rows in given partition.
|
rx.Observable<ServiceResponse<USqlTablePreview>> |
previewTablePartitionWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
String partitionName)
Retrieves a preview set of rows in given partition.
|
rx.Observable<ServiceResponse<USqlTablePreview>> |
previewTablePartitionWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
String partitionName,
Long maxRows,
Long maxColumns)
Retrieves a preview set of rows in given partition.
|
rx.Observable<ServiceResponse<USqlTablePreview>> |
previewTableWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName,
String tableName)
Retrieves a preview set of rows in given table.
|
rx.Observable<ServiceResponse<USqlTablePreview>> |
previewTableWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
Long maxRows,
Long maxColumns)
Retrieves a preview set of rows in given table.
|
void |
revokeAcl(String accountName,
AclDeleteParameters parameters)
Revokes an access control list (ACL) entry from the Data Lake Analytics catalog.
|
rx.Observable<Void> |
revokeAclAsync(String accountName,
AclDeleteParameters parameters)
Revokes an access control list (ACL) entry from the Data Lake Analytics catalog.
|
ServiceFuture<Void> |
revokeAclAsync(String accountName,
AclDeleteParameters parameters,
ServiceCallback<Void> serviceCallback)
Revokes an access control list (ACL) entry from the Data Lake Analytics catalog.
|
void |
revokeAclFromDatabase(String accountName,
String databaseName,
AclDeleteParameters parameters)
Revokes an access control list (ACL) entry for the database from the Data Lake Analytics catalog.
|
rx.Observable<Void> |
revokeAclFromDatabaseAsync(String accountName,
String databaseName,
AclDeleteParameters parameters)
Revokes an access control list (ACL) entry for the database from the Data Lake Analytics catalog.
|
ServiceFuture<Void> |
revokeAclFromDatabaseAsync(String accountName,
String databaseName,
AclDeleteParameters parameters,
ServiceCallback<Void> serviceCallback)
Revokes an access control list (ACL) entry for the database from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Void>> |
revokeAclFromDatabaseWithServiceResponseAsync(String accountName,
String databaseName,
AclDeleteParameters parameters)
Revokes an access control list (ACL) entry for the database from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Void>> |
revokeAclWithServiceResponseAsync(String accountName,
AclDeleteParameters parameters)
Revokes an access control list (ACL) entry from the Data Lake Analytics catalog.
|
void |
updateCredential(String accountName,
String databaseName,
String credentialName,
DataLakeAnalyticsCatalogCredentialUpdateParameters parameters)
Modifies the specified credential for use with external data sources in the specified database.
|
rx.Observable<Void> |
updateCredentialAsync(String accountName,
String databaseName,
String credentialName,
DataLakeAnalyticsCatalogCredentialUpdateParameters parameters)
Modifies the specified credential for use with external data sources in the specified database.
|
ServiceFuture<Void> |
updateCredentialAsync(String accountName,
String databaseName,
String credentialName,
DataLakeAnalyticsCatalogCredentialUpdateParameters parameters,
ServiceCallback<Void> serviceCallback)
Modifies the specified credential for use with external data sources in the specified database.
|
rx.Observable<ServiceResponse<Void>> |
updateCredentialWithServiceResponseAsync(String accountName,
String databaseName,
String credentialName,
DataLakeAnalyticsCatalogCredentialUpdateParameters parameters)
Modifies the specified credential for use with external data sources in the specified database.
|
void |
updateSecret(String accountName,
String databaseName,
String secretName,
DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters)
Modifies the specified secret for use with external data sources in the specified database.
|
rx.Observable<Void> |
updateSecretAsync(String accountName,
String databaseName,
String secretName,
DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters)
Modifies the specified secret for use with external data sources in the specified database.
|
ServiceFuture<Void> |
updateSecretAsync(String accountName,
String databaseName,
String secretName,
DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters,
ServiceCallback<Void> serviceCallback)
Modifies the specified secret for use with external data sources in the specified database.
|
rx.Observable<ServiceResponse<Void>> |
updateSecretWithServiceResponseAsync(String accountName,
String databaseName,
String secretName,
DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters)
Modifies the specified secret for use with external data sources in the specified database.
|
void createSecret(String accountName, String databaseName, String secretName, DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database in which to create the secret.secretName
- The name of the secret.parameters
- The parameters required to create the secret (name and password)IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> createSecretAsync(String accountName, String databaseName, String secretName, DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters, ServiceCallback<Void> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database in which to create the secret.secretName
- The name of the secret.parameters
- The parameters required to create the secret (name and password)serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Void> createSecretAsync(String accountName, String databaseName, String secretName, DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database in which to create the secret.secretName
- The name of the secret.parameters
- The parameters required to create the secret (name and password)ServiceResponse
object if successful.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Void>> createSecretWithServiceResponseAsync(String accountName, String databaseName, String secretName, DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database in which to create the secret.secretName
- The name of the secret.parameters
- The parameters required to create the secret (name and password)ServiceResponse
object if successful.IllegalArgumentException
- thrown if parameters fail the validationUSqlSecret getSecret(String accountName, String databaseName, String secretName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the secret.secretName
- The name of the secret to getIllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<USqlSecret> getSecretAsync(String accountName, String databaseName, String secretName, ServiceCallback<USqlSecret> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the secret.secretName
- The name of the secret to getserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<USqlSecret> getSecretAsync(String accountName, String databaseName, String secretName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the secret.secretName
- The name of the secret to getIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<USqlSecret>> getSecretWithServiceResponseAsync(String accountName, String databaseName, String secretName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the secret.secretName
- The name of the secret to getIllegalArgumentException
- thrown if parameters fail the validationvoid updateSecret(String accountName, String databaseName, String secretName, DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the secret.secretName
- The name of the secret.parameters
- The parameters required to modify the secret (name and password)IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> updateSecretAsync(String accountName, String databaseName, String secretName, DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters, ServiceCallback<Void> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the secret.secretName
- The name of the secret.parameters
- The parameters required to modify the secret (name and password)serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Void> updateSecretAsync(String accountName, String databaseName, String secretName, DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the secret.secretName
- The name of the secret.parameters
- The parameters required to modify the secret (name and password)ServiceResponse
object if successful.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Void>> updateSecretWithServiceResponseAsync(String accountName, String databaseName, String secretName, DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the secret.secretName
- The name of the secret.parameters
- The parameters required to modify the secret (name and password)ServiceResponse
object if successful.IllegalArgumentException
- thrown if parameters fail the validationvoid deleteSecret(String accountName, String databaseName, String secretName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the secret.secretName
- The name of the secret to deleteIllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> deleteSecretAsync(String accountName, String databaseName, String secretName, ServiceCallback<Void> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the secret.secretName
- The name of the secret to deleteserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Void> deleteSecretAsync(String accountName, String databaseName, String secretName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the secret.secretName
- The name of the secret to deleteServiceResponse
object if successful.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Void>> deleteSecretWithServiceResponseAsync(String accountName, String databaseName, String secretName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the secret.secretName
- The name of the secret to deleteServiceResponse
object if successful.IllegalArgumentException
- thrown if parameters fail the validationvoid deleteAllSecrets(String accountName, String databaseName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the secret.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> deleteAllSecretsAsync(String accountName, String databaseName, ServiceCallback<Void> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the secret.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Void> deleteAllSecretsAsync(String accountName, String databaseName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the secret.ServiceResponse
object if successful.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Void>> deleteAllSecretsWithServiceResponseAsync(String accountName, String databaseName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the secret.ServiceResponse
object if successful.IllegalArgumentException
- thrown if parameters fail the validationvoid createCredential(String accountName, String databaseName, String credentialName, DataLakeAnalyticsCatalogCredentialCreateParameters parameters)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database in which to create the credential. Note: This is NOT an external database name, but the name of an existing U-SQL database that should contain the new credential object.credentialName
- The name of the credential.parameters
- The parameters required to create the credential (name and password)IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> createCredentialAsync(String accountName, String databaseName, String credentialName, DataLakeAnalyticsCatalogCredentialCreateParameters parameters, ServiceCallback<Void> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database in which to create the credential. Note: This is NOT an external database name, but the name of an existing U-SQL database that should contain the new credential object.credentialName
- The name of the credential.parameters
- The parameters required to create the credential (name and password)serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Void> createCredentialAsync(String accountName, String databaseName, String credentialName, DataLakeAnalyticsCatalogCredentialCreateParameters parameters)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database in which to create the credential. Note: This is NOT an external database name, but the name of an existing U-SQL database that should contain the new credential object.credentialName
- The name of the credential.parameters
- The parameters required to create the credential (name and password)ServiceResponse
object if successful.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Void>> createCredentialWithServiceResponseAsync(String accountName, String databaseName, String credentialName, DataLakeAnalyticsCatalogCredentialCreateParameters parameters)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database in which to create the credential. Note: This is NOT an external database name, but the name of an existing U-SQL database that should contain the new credential object.credentialName
- The name of the credential.parameters
- The parameters required to create the credential (name and password)ServiceResponse
object if successful.IllegalArgumentException
- thrown if parameters fail the validationUSqlCredential getCredential(String accountName, String databaseName, String credentialName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the schema.credentialName
- The name of the credential.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<USqlCredential> getCredentialAsync(String accountName, String databaseName, String credentialName, ServiceCallback<USqlCredential> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the schema.credentialName
- The name of the credential.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<USqlCredential> getCredentialAsync(String accountName, String databaseName, String credentialName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the schema.credentialName
- The name of the credential.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<USqlCredential>> getCredentialWithServiceResponseAsync(String accountName, String databaseName, String credentialName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the schema.credentialName
- The name of the credential.IllegalArgumentException
- thrown if parameters fail the validationvoid updateCredential(String accountName, String databaseName, String credentialName, DataLakeAnalyticsCatalogCredentialUpdateParameters parameters)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the credential.credentialName
- The name of the credential.parameters
- The parameters required to modify the credential (name and password)IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> updateCredentialAsync(String accountName, String databaseName, String credentialName, DataLakeAnalyticsCatalogCredentialUpdateParameters parameters, ServiceCallback<Void> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the credential.credentialName
- The name of the credential.parameters
- The parameters required to modify the credential (name and password)serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Void> updateCredentialAsync(String accountName, String databaseName, String credentialName, DataLakeAnalyticsCatalogCredentialUpdateParameters parameters)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the credential.credentialName
- The name of the credential.parameters
- The parameters required to modify the credential (name and password)ServiceResponse
object if successful.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Void>> updateCredentialWithServiceResponseAsync(String accountName, String databaseName, String credentialName, DataLakeAnalyticsCatalogCredentialUpdateParameters parameters)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the credential.credentialName
- The name of the credential.parameters
- The parameters required to modify the credential (name and password)ServiceResponse
object if successful.IllegalArgumentException
- thrown if parameters fail the validationvoid deleteCredential(String accountName, String databaseName, String credentialName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the credential.credentialName
- The name of the credential to deleteIllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> deleteCredentialAsync(String accountName, String databaseName, String credentialName, ServiceCallback<Void> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the credential.credentialName
- The name of the credential to deleteserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Void> deleteCredentialAsync(String accountName, String databaseName, String credentialName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the credential.credentialName
- The name of the credential to deleteServiceResponse
object if successful.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Void>> deleteCredentialWithServiceResponseAsync(String accountName, String databaseName, String credentialName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the credential.credentialName
- The name of the credential to deleteServiceResponse
object if successful.IllegalArgumentException
- thrown if parameters fail the validationvoid deleteCredential(String accountName, String databaseName, String credentialName, Boolean cascade, String password)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the credential.credentialName
- The name of the credential to deletecascade
- Indicates if the delete should be a cascading delete (which deletes all resources dependent on the credential as well as the credential) or not. If false will fail if there are any resources relying on the credential.password
- the current password for the credential and user with access to the data source. This is required if the requester is not the account owner.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> deleteCredentialAsync(String accountName, String databaseName, String credentialName, Boolean cascade, String password, ServiceCallback<Void> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the credential.credentialName
- The name of the credential to deletecascade
- Indicates if the delete should be a cascading delete (which deletes all resources dependent on the credential as well as the credential) or not. If false will fail if there are any resources relying on the credential.password
- the current password for the credential and user with access to the data source. This is required if the requester is not the account owner.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Void> deleteCredentialAsync(String accountName, String databaseName, String credentialName, Boolean cascade, String password)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the credential.credentialName
- The name of the credential to deletecascade
- Indicates if the delete should be a cascading delete (which deletes all resources dependent on the credential as well as the credential) or not. If false will fail if there are any resources relying on the credential.password
- the current password for the credential and user with access to the data source. This is required if the requester is not the account owner.ServiceResponse
object if successful.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Void>> deleteCredentialWithServiceResponseAsync(String accountName, String databaseName, String credentialName, Boolean cascade, String password)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the credential.credentialName
- The name of the credential to deletecascade
- Indicates if the delete should be a cascading delete (which deletes all resources dependent on the credential as well as the credential) or not. If false will fail if there are any resources relying on the credential.password
- the current password for the credential and user with access to the data source. This is required if the requester is not the account owner.ServiceResponse
object if successful.IllegalArgumentException
- thrown if parameters fail the validationPagedList<USqlCredential> listCredentials(String accountName, String databaseName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the schema.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<USqlCredential>> listCredentialsAsync(String accountName, String databaseName, ListOperationCallback<USqlCredential> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the schema.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<USqlCredential>> listCredentialsAsync(String accountName, String databaseName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the schema.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<USqlCredential>>> listCredentialsWithServiceResponseAsync(String accountName, String databaseName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the schema.IllegalArgumentException
- thrown if parameters fail the validationPagedList<USqlCredential> listCredentials(String accountName, String databaseName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the schema.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<USqlCredential>> listCredentialsAsync(String accountName, String databaseName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count, ListOperationCallback<USqlCredential> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the schema.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<USqlCredential>> listCredentialsAsync(String accountName, String databaseName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the schema.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<USqlCredential>>> listCredentialsWithServiceResponseAsync(String accountName, String databaseName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the schema.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.IllegalArgumentException
- thrown if parameters fail the validationUSqlExternalDataSource getExternalDataSource(String accountName, String databaseName, String externalDataSourceName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the external data source.externalDataSourceName
- The name of the external data source.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<USqlExternalDataSource> getExternalDataSourceAsync(String accountName, String databaseName, String externalDataSourceName, ServiceCallback<USqlExternalDataSource> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the external data source.externalDataSourceName
- The name of the external data source.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<USqlExternalDataSource> getExternalDataSourceAsync(String accountName, String databaseName, String externalDataSourceName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the external data source.externalDataSourceName
- The name of the external data source.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<USqlExternalDataSource>> getExternalDataSourceWithServiceResponseAsync(String accountName, String databaseName, String externalDataSourceName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the external data source.externalDataSourceName
- The name of the external data source.IllegalArgumentException
- thrown if parameters fail the validationPagedList<USqlExternalDataSource> listExternalDataSources(String accountName, String databaseName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the external data sources.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<USqlExternalDataSource>> listExternalDataSourcesAsync(String accountName, String databaseName, ListOperationCallback<USqlExternalDataSource> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the external data sources.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<USqlExternalDataSource>> listExternalDataSourcesAsync(String accountName, String databaseName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the external data sources.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<USqlExternalDataSource>>> listExternalDataSourcesWithServiceResponseAsync(String accountName, String databaseName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the external data sources.IllegalArgumentException
- thrown if parameters fail the validationPagedList<USqlExternalDataSource> listExternalDataSources(String accountName, String databaseName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the external data sources.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<USqlExternalDataSource>> listExternalDataSourcesAsync(String accountName, String databaseName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count, ListOperationCallback<USqlExternalDataSource> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the external data sources.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<USqlExternalDataSource>> listExternalDataSourcesAsync(String accountName, String databaseName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the external data sources.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<USqlExternalDataSource>>> listExternalDataSourcesWithServiceResponseAsync(String accountName, String databaseName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the external data sources.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.IllegalArgumentException
- thrown if parameters fail the validationUSqlProcedure getProcedure(String accountName, String databaseName, String schemaName, String procedureName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the procedure.schemaName
- The name of the schema containing the procedure.procedureName
- The name of the procedure.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<USqlProcedure> getProcedureAsync(String accountName, String databaseName, String schemaName, String procedureName, ServiceCallback<USqlProcedure> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the procedure.schemaName
- The name of the schema containing the procedure.procedureName
- The name of the procedure.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<USqlProcedure> getProcedureAsync(String accountName, String databaseName, String schemaName, String procedureName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the procedure.schemaName
- The name of the schema containing the procedure.procedureName
- The name of the procedure.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<USqlProcedure>> getProcedureWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String procedureName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the procedure.schemaName
- The name of the schema containing the procedure.procedureName
- The name of the procedure.IllegalArgumentException
- thrown if parameters fail the validationPagedList<USqlProcedure> listProcedures(String accountName, String databaseName, String schemaName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the procedures.schemaName
- The name of the schema containing the procedures.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<USqlProcedure>> listProceduresAsync(String accountName, String databaseName, String schemaName, ListOperationCallback<USqlProcedure> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the procedures.schemaName
- The name of the schema containing the procedures.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<USqlProcedure>> listProceduresAsync(String accountName, String databaseName, String schemaName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the procedures.schemaName
- The name of the schema containing the procedures.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<USqlProcedure>>> listProceduresWithServiceResponseAsync(String accountName, String databaseName, String schemaName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the procedures.schemaName
- The name of the schema containing the procedures.IllegalArgumentException
- thrown if parameters fail the validationPagedList<USqlProcedure> listProcedures(String accountName, String databaseName, String schemaName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the procedures.schemaName
- The name of the schema containing the procedures.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<USqlProcedure>> listProceduresAsync(String accountName, String databaseName, String schemaName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count, ListOperationCallback<USqlProcedure> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the procedures.schemaName
- The name of the schema containing the procedures.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<USqlProcedure>> listProceduresAsync(String accountName, String databaseName, String schemaName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the procedures.schemaName
- The name of the schema containing the procedures.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<USqlProcedure>>> listProceduresWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the procedures.schemaName
- The name of the schema containing the procedures.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.IllegalArgumentException
- thrown if parameters fail the validationUSqlTable getTable(String accountName, String databaseName, String schemaName, String tableName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the table.schemaName
- The name of the schema containing the table.tableName
- The name of the table.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<USqlTable> getTableAsync(String accountName, String databaseName, String schemaName, String tableName, ServiceCallback<USqlTable> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the table.schemaName
- The name of the schema containing the table.tableName
- The name of the table.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<USqlTable> getTableAsync(String accountName, String databaseName, String schemaName, String tableName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the table.schemaName
- The name of the schema containing the table.tableName
- The name of the table.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<USqlTable>> getTableWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String tableName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the table.schemaName
- The name of the schema containing the table.tableName
- The name of the table.IllegalArgumentException
- thrown if parameters fail the validationPagedList<USqlTableFragment> listTableFragments(String accountName, String databaseName, String schemaName, String tableName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the table fragments.schemaName
- The name of the schema containing the table fragments.tableName
- The name of the table containing the table fragments.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<USqlTableFragment>> listTableFragmentsAsync(String accountName, String databaseName, String schemaName, String tableName, ListOperationCallback<USqlTableFragment> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the table fragments.schemaName
- The name of the schema containing the table fragments.tableName
- The name of the table containing the table fragments.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<USqlTableFragment>> listTableFragmentsAsync(String accountName, String databaseName, String schemaName, String tableName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the table fragments.schemaName
- The name of the schema containing the table fragments.tableName
- The name of the table containing the table fragments.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<USqlTableFragment>>> listTableFragmentsWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String tableName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the table fragments.schemaName
- The name of the schema containing the table fragments.tableName
- The name of the table containing the table fragments.IllegalArgumentException
- thrown if parameters fail the validationPagedList<USqlTableFragment> listTableFragments(String accountName, String databaseName, String schemaName, String tableName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the table fragments.schemaName
- The name of the schema containing the table fragments.tableName
- The name of the table containing the table fragments.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<USqlTableFragment>> listTableFragmentsAsync(String accountName, String databaseName, String schemaName, String tableName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count, ListOperationCallback<USqlTableFragment> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the table fragments.schemaName
- The name of the schema containing the table fragments.tableName
- The name of the table containing the table fragments.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<USqlTableFragment>> listTableFragmentsAsync(String accountName, String databaseName, String schemaName, String tableName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the table fragments.schemaName
- The name of the schema containing the table fragments.tableName
- The name of the table containing the table fragments.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<USqlTableFragment>>> listTableFragmentsWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String tableName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the table fragments.schemaName
- The name of the schema containing the table fragments.tableName
- The name of the table containing the table fragments.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.IllegalArgumentException
- thrown if parameters fail the validationPagedList<USqlTable> listTables(String accountName, String databaseName, String schemaName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the tables.schemaName
- The name of the schema containing the tables.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<USqlTable>> listTablesAsync(String accountName, String databaseName, String schemaName, ListOperationCallback<USqlTable> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the tables.schemaName
- The name of the schema containing the tables.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<USqlTable>> listTablesAsync(String accountName, String databaseName, String schemaName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the tables.schemaName
- The name of the schema containing the tables.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<USqlTable>>> listTablesWithServiceResponseAsync(String accountName, String databaseName, String schemaName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the tables.schemaName
- The name of the schema containing the tables.IllegalArgumentException
- thrown if parameters fail the validationPagedList<USqlTable> listTables(String accountName, String databaseName, String schemaName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count, Boolean basic)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the tables.schemaName
- The name of the schema containing the tables.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.basic
- The basic switch indicates what level of information to return when listing tables. When basic is true, only database_name, schema_name, table_name and version are returned for each table, otherwise all table metadata is returned. By default, it is false. Optional.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<USqlTable>> listTablesAsync(String accountName, String databaseName, String schemaName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count, Boolean basic, ListOperationCallback<USqlTable> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the tables.schemaName
- The name of the schema containing the tables.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.basic
- The basic switch indicates what level of information to return when listing tables. When basic is true, only database_name, schema_name, table_name and version are returned for each table, otherwise all table metadata is returned. By default, it is false. Optional.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<USqlTable>> listTablesAsync(String accountName, String databaseName, String schemaName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count, Boolean basic)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the tables.schemaName
- The name of the schema containing the tables.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.basic
- The basic switch indicates what level of information to return when listing tables. When basic is true, only database_name, schema_name, table_name and version are returned for each table, otherwise all table metadata is returned. By default, it is false. Optional.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<USqlTable>>> listTablesWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count, Boolean basic)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the tables.schemaName
- The name of the schema containing the tables.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.basic
- The basic switch indicates what level of information to return when listing tables. When basic is true, only database_name, schema_name, table_name and version are returned for each table, otherwise all table metadata is returned. By default, it is false. Optional.IllegalArgumentException
- thrown if parameters fail the validationPagedList<USqlTableStatistics> listTableStatisticsByDatabaseAndSchema(String accountName, String databaseName, String schemaName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the statistics.schemaName
- The name of the schema containing the statistics.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<USqlTableStatistics>> listTableStatisticsByDatabaseAndSchemaAsync(String accountName, String databaseName, String schemaName, ListOperationCallback<USqlTableStatistics> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the statistics.schemaName
- The name of the schema containing the statistics.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<USqlTableStatistics>> listTableStatisticsByDatabaseAndSchemaAsync(String accountName, String databaseName, String schemaName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the statistics.schemaName
- The name of the schema containing the statistics.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<USqlTableStatistics>>> listTableStatisticsByDatabaseAndSchemaWithServiceResponseAsync(String accountName, String databaseName, String schemaName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the statistics.schemaName
- The name of the schema containing the statistics.IllegalArgumentException
- thrown if parameters fail the validationPagedList<USqlTableStatistics> listTableStatisticsByDatabaseAndSchema(String accountName, String databaseName, String schemaName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the statistics.schemaName
- The name of the schema containing the statistics.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<USqlTableStatistics>> listTableStatisticsByDatabaseAndSchemaAsync(String accountName, String databaseName, String schemaName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count, ListOperationCallback<USqlTableStatistics> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the statistics.schemaName
- The name of the schema containing the statistics.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<USqlTableStatistics>> listTableStatisticsByDatabaseAndSchemaAsync(String accountName, String databaseName, String schemaName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the statistics.schemaName
- The name of the schema containing the statistics.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<USqlTableStatistics>>> listTableStatisticsByDatabaseAndSchemaWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the statistics.schemaName
- The name of the schema containing the statistics.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.IllegalArgumentException
- thrown if parameters fail the validationUSqlTableType getTableType(String accountName, String databaseName, String schemaName, String tableTypeName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the table type.schemaName
- The name of the schema containing the table type.tableTypeName
- The name of the table type to retrieve.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<USqlTableType> getTableTypeAsync(String accountName, String databaseName, String schemaName, String tableTypeName, ServiceCallback<USqlTableType> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the table type.schemaName
- The name of the schema containing the table type.tableTypeName
- The name of the table type to retrieve.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<USqlTableType> getTableTypeAsync(String accountName, String databaseName, String schemaName, String tableTypeName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the table type.schemaName
- The name of the schema containing the table type.tableTypeName
- The name of the table type to retrieve.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<USqlTableType>> getTableTypeWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String tableTypeName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the table type.schemaName
- The name of the schema containing the table type.tableTypeName
- The name of the table type to retrieve.IllegalArgumentException
- thrown if parameters fail the validationPagedList<USqlTableType> listTableTypes(String accountName, String databaseName, String schemaName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the table types.schemaName
- The name of the schema containing the table types.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<USqlTableType>> listTableTypesAsync(String accountName, String databaseName, String schemaName, ListOperationCallback<USqlTableType> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the table types.schemaName
- The name of the schema containing the table types.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<USqlTableType>> listTableTypesAsync(String accountName, String databaseName, String schemaName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the table types.schemaName
- The name of the schema containing the table types.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<USqlTableType>>> listTableTypesWithServiceResponseAsync(String accountName, String databaseName, String schemaName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the table types.schemaName
- The name of the schema containing the table types.IllegalArgumentException
- thrown if parameters fail the validationPagedList<USqlTableType> listTableTypes(String accountName, String databaseName, String schemaName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the table types.schemaName
- The name of the schema containing the table types.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<USqlTableType>> listTableTypesAsync(String accountName, String databaseName, String schemaName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count, ListOperationCallback<USqlTableType> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the table types.schemaName
- The name of the schema containing the table types.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<USqlTableType>> listTableTypesAsync(String accountName, String databaseName, String schemaName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the table types.schemaName
- The name of the schema containing the table types.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<USqlTableType>>> listTableTypesWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the table types.schemaName
- The name of the schema containing the table types.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.IllegalArgumentException
- thrown if parameters fail the validationUSqlPackage getPackage(String accountName, String databaseName, String schemaName, String packageName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the package.schemaName
- The name of the schema containing the package.packageName
- The name of the package.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<USqlPackage> getPackageAsync(String accountName, String databaseName, String schemaName, String packageName, ServiceCallback<USqlPackage> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the package.schemaName
- The name of the schema containing the package.packageName
- The name of the package.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<USqlPackage> getPackageAsync(String accountName, String databaseName, String schemaName, String packageName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the package.schemaName
- The name of the schema containing the package.packageName
- The name of the package.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<USqlPackage>> getPackageWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String packageName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the package.schemaName
- The name of the schema containing the package.packageName
- The name of the package.IllegalArgumentException
- thrown if parameters fail the validationPagedList<USqlPackage> listPackages(String accountName, String databaseName, String schemaName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the packages.schemaName
- The name of the schema containing the packages.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<USqlPackage>> listPackagesAsync(String accountName, String databaseName, String schemaName, ListOperationCallback<USqlPackage> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the packages.schemaName
- The name of the schema containing the packages.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<USqlPackage>> listPackagesAsync(String accountName, String databaseName, String schemaName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the packages.schemaName
- The name of the schema containing the packages.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<USqlPackage>>> listPackagesWithServiceResponseAsync(String accountName, String databaseName, String schemaName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the packages.schemaName
- The name of the schema containing the packages.IllegalArgumentException
- thrown if parameters fail the validationPagedList<USqlPackage> listPackages(String accountName, String databaseName, String schemaName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the packages.schemaName
- The name of the schema containing the packages.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<USqlPackage>> listPackagesAsync(String accountName, String databaseName, String schemaName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count, ListOperationCallback<USqlPackage> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the packages.schemaName
- The name of the schema containing the packages.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<USqlPackage>> listPackagesAsync(String accountName, String databaseName, String schemaName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the packages.schemaName
- The name of the schema containing the packages.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<USqlPackage>>> listPackagesWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the packages.schemaName
- The name of the schema containing the packages.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.IllegalArgumentException
- thrown if parameters fail the validationUSqlView getView(String accountName, String databaseName, String schemaName, String viewName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the view.schemaName
- The name of the schema containing the view.viewName
- The name of the view.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<USqlView> getViewAsync(String accountName, String databaseName, String schemaName, String viewName, ServiceCallback<USqlView> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the view.schemaName
- The name of the schema containing the view.viewName
- The name of the view.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<USqlView> getViewAsync(String accountName, String databaseName, String schemaName, String viewName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the view.schemaName
- The name of the schema containing the view.viewName
- The name of the view.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<USqlView>> getViewWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String viewName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the view.schemaName
- The name of the schema containing the view.viewName
- The name of the view.IllegalArgumentException
- thrown if parameters fail the validationPagedList<USqlView> listViews(String accountName, String databaseName, String schemaName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the views.schemaName
- The name of the schema containing the views.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<USqlView>> listViewsAsync(String accountName, String databaseName, String schemaName, ListOperationCallback<USqlView> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the views.schemaName
- The name of the schema containing the views.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<USqlView>> listViewsAsync(String accountName, String databaseName, String schemaName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the views.schemaName
- The name of the schema containing the views.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<USqlView>>> listViewsWithServiceResponseAsync(String accountName, String databaseName, String schemaName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the views.schemaName
- The name of the schema containing the views.IllegalArgumentException
- thrown if parameters fail the validationPagedList<USqlView> listViews(String accountName, String databaseName, String schemaName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the views.schemaName
- The name of the schema containing the views.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<USqlView>> listViewsAsync(String accountName, String databaseName, String schemaName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count, ListOperationCallback<USqlView> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the views.schemaName
- The name of the schema containing the views.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<USqlView>> listViewsAsync(String accountName, String databaseName, String schemaName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the views.schemaName
- The name of the schema containing the views.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<USqlView>>> listViewsWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the views.schemaName
- The name of the schema containing the views.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.IllegalArgumentException
- thrown if parameters fail the validationUSqlTableStatistics getTableStatistic(String accountName, String databaseName, String schemaName, String tableName, String statisticsName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the statistics.schemaName
- The name of the schema containing the statistics.tableName
- The name of the table containing the statistics.statisticsName
- The name of the table statistics.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<USqlTableStatistics> getTableStatisticAsync(String accountName, String databaseName, String schemaName, String tableName, String statisticsName, ServiceCallback<USqlTableStatistics> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the statistics.schemaName
- The name of the schema containing the statistics.tableName
- The name of the table containing the statistics.statisticsName
- The name of the table statistics.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<USqlTableStatistics> getTableStatisticAsync(String accountName, String databaseName, String schemaName, String tableName, String statisticsName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the statistics.schemaName
- The name of the schema containing the statistics.tableName
- The name of the table containing the statistics.statisticsName
- The name of the table statistics.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<USqlTableStatistics>> getTableStatisticWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String tableName, String statisticsName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the statistics.schemaName
- The name of the schema containing the statistics.tableName
- The name of the table containing the statistics.statisticsName
- The name of the table statistics.IllegalArgumentException
- thrown if parameters fail the validationPagedList<USqlTableStatistics> listTableStatistics(String accountName, String databaseName, String schemaName, String tableName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the statistics.schemaName
- The name of the schema containing the statistics.tableName
- The name of the table containing the statistics.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<USqlTableStatistics>> listTableStatisticsAsync(String accountName, String databaseName, String schemaName, String tableName, ListOperationCallback<USqlTableStatistics> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the statistics.schemaName
- The name of the schema containing the statistics.tableName
- The name of the table containing the statistics.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<USqlTableStatistics>> listTableStatisticsAsync(String accountName, String databaseName, String schemaName, String tableName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the statistics.schemaName
- The name of the schema containing the statistics.tableName
- The name of the table containing the statistics.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<USqlTableStatistics>>> listTableStatisticsWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String tableName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the statistics.schemaName
- The name of the schema containing the statistics.tableName
- The name of the table containing the statistics.IllegalArgumentException
- thrown if parameters fail the validationPagedList<USqlTableStatistics> listTableStatistics(String accountName, String databaseName, String schemaName, String tableName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the statistics.schemaName
- The name of the schema containing the statistics.tableName
- The name of the table containing the statistics.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<USqlTableStatistics>> listTableStatisticsAsync(String accountName, String databaseName, String schemaName, String tableName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count, ListOperationCallback<USqlTableStatistics> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the statistics.schemaName
- The name of the schema containing the statistics.tableName
- The name of the table containing the statistics.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<USqlTableStatistics>> listTableStatisticsAsync(String accountName, String databaseName, String schemaName, String tableName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the statistics.schemaName
- The name of the schema containing the statistics.tableName
- The name of the table containing the statistics.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<USqlTableStatistics>>> listTableStatisticsWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String tableName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the statistics.schemaName
- The name of the schema containing the statistics.tableName
- The name of the table containing the statistics.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.IllegalArgumentException
- thrown if parameters fail the validationUSqlTablePreview previewTablePartition(String accountName, String databaseName, String schemaName, String tableName, String partitionName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the partition.schemaName
- The name of the schema containing the partition.tableName
- The name of the table containing the partition.partitionName
- The name of the table partition.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<USqlTablePreview> previewTablePartitionAsync(String accountName, String databaseName, String schemaName, String tableName, String partitionName, ServiceCallback<USqlTablePreview> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the partition.schemaName
- The name of the schema containing the partition.tableName
- The name of the table containing the partition.partitionName
- The name of the table partition.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<USqlTablePreview> previewTablePartitionAsync(String accountName, String databaseName, String schemaName, String tableName, String partitionName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the partition.schemaName
- The name of the schema containing the partition.tableName
- The name of the table containing the partition.partitionName
- The name of the table partition.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<USqlTablePreview>> previewTablePartitionWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String tableName, String partitionName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the partition.schemaName
- The name of the schema containing the partition.tableName
- The name of the table containing the partition.partitionName
- The name of the table partition.IllegalArgumentException
- thrown if parameters fail the validationUSqlTablePreview previewTablePartition(String accountName, String databaseName, String schemaName, String tableName, String partitionName, Long maxRows, Long maxColumns)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the partition.schemaName
- The name of the schema containing the partition.tableName
- The name of the table containing the partition.partitionName
- The name of the table partition.maxRows
- The maximum number of preview rows to be retrieved.Rows returned may be less than or equal to this number depending on row sizes and number of rows in the partition.maxColumns
- The maximum number of columns to be retrieved.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<USqlTablePreview> previewTablePartitionAsync(String accountName, String databaseName, String schemaName, String tableName, String partitionName, Long maxRows, Long maxColumns, ServiceCallback<USqlTablePreview> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the partition.schemaName
- The name of the schema containing the partition.tableName
- The name of the table containing the partition.partitionName
- The name of the table partition.maxRows
- The maximum number of preview rows to be retrieved.Rows returned may be less than or equal to this number depending on row sizes and number of rows in the partition.maxColumns
- The maximum number of columns to be retrieved.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<USqlTablePreview> previewTablePartitionAsync(String accountName, String databaseName, String schemaName, String tableName, String partitionName, Long maxRows, Long maxColumns)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the partition.schemaName
- The name of the schema containing the partition.tableName
- The name of the table containing the partition.partitionName
- The name of the table partition.maxRows
- The maximum number of preview rows to be retrieved.Rows returned may be less than or equal to this number depending on row sizes and number of rows in the partition.maxColumns
- The maximum number of columns to be retrieved.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<USqlTablePreview>> previewTablePartitionWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String tableName, String partitionName, Long maxRows, Long maxColumns)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the partition.schemaName
- The name of the schema containing the partition.tableName
- The name of the table containing the partition.partitionName
- The name of the table partition.maxRows
- The maximum number of preview rows to be retrieved.Rows returned may be less than or equal to this number depending on row sizes and number of rows in the partition.maxColumns
- The maximum number of columns to be retrieved.IllegalArgumentException
- thrown if parameters fail the validationUSqlTablePartition getTablePartition(String accountName, String databaseName, String schemaName, String tableName, String partitionName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the partition.schemaName
- The name of the schema containing the partition.tableName
- The name of the table containing the partition.partitionName
- The name of the table partition.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<USqlTablePartition> getTablePartitionAsync(String accountName, String databaseName, String schemaName, String tableName, String partitionName, ServiceCallback<USqlTablePartition> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the partition.schemaName
- The name of the schema containing the partition.tableName
- The name of the table containing the partition.partitionName
- The name of the table partition.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<USqlTablePartition> getTablePartitionAsync(String accountName, String databaseName, String schemaName, String tableName, String partitionName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the partition.schemaName
- The name of the schema containing the partition.tableName
- The name of the table containing the partition.partitionName
- The name of the table partition.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<USqlTablePartition>> getTablePartitionWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String tableName, String partitionName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the partition.schemaName
- The name of the schema containing the partition.tableName
- The name of the table containing the partition.partitionName
- The name of the table partition.IllegalArgumentException
- thrown if parameters fail the validationUSqlTablePreview previewTable(String accountName, String databaseName, String schemaName, String tableName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the table.schemaName
- The name of the schema containing the table.tableName
- The name of the table.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<USqlTablePreview> previewTableAsync(String accountName, String databaseName, String schemaName, String tableName, ServiceCallback<USqlTablePreview> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the table.schemaName
- The name of the schema containing the table.tableName
- The name of the table.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<USqlTablePreview> previewTableAsync(String accountName, String databaseName, String schemaName, String tableName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the table.schemaName
- The name of the schema containing the table.tableName
- The name of the table.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<USqlTablePreview>> previewTableWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String tableName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the table.schemaName
- The name of the schema containing the table.tableName
- The name of the table.IllegalArgumentException
- thrown if parameters fail the validationUSqlTablePreview previewTable(String accountName, String databaseName, String schemaName, String tableName, Long maxRows, Long maxColumns)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the table.schemaName
- The name of the schema containing the table.tableName
- The name of the table.maxRows
- The maximum number of preview rows to be retrieved. Rows returned may be less than or equal to this number depending on row sizes and number of rows in the table.maxColumns
- The maximum number of columns to be retrieved.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<USqlTablePreview> previewTableAsync(String accountName, String databaseName, String schemaName, String tableName, Long maxRows, Long maxColumns, ServiceCallback<USqlTablePreview> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the table.schemaName
- The name of the schema containing the table.tableName
- The name of the table.maxRows
- The maximum number of preview rows to be retrieved. Rows returned may be less than or equal to this number depending on row sizes and number of rows in the table.maxColumns
- The maximum number of columns to be retrieved.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<USqlTablePreview> previewTableAsync(String accountName, String databaseName, String schemaName, String tableName, Long maxRows, Long maxColumns)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the table.schemaName
- The name of the schema containing the table.tableName
- The name of the table.maxRows
- The maximum number of preview rows to be retrieved. Rows returned may be less than or equal to this number depending on row sizes and number of rows in the table.maxColumns
- The maximum number of columns to be retrieved.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<USqlTablePreview>> previewTableWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String tableName, Long maxRows, Long maxColumns)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the table.schemaName
- The name of the schema containing the table.tableName
- The name of the table.maxRows
- The maximum number of preview rows to be retrieved. Rows returned may be less than or equal to this number depending on row sizes and number of rows in the table.maxColumns
- The maximum number of columns to be retrieved.IllegalArgumentException
- thrown if parameters fail the validationPagedList<USqlTablePartition> listTablePartitions(String accountName, String databaseName, String schemaName, String tableName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the partitions.schemaName
- The name of the schema containing the partitions.tableName
- The name of the table containing the partitions.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<USqlTablePartition>> listTablePartitionsAsync(String accountName, String databaseName, String schemaName, String tableName, ListOperationCallback<USqlTablePartition> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the partitions.schemaName
- The name of the schema containing the partitions.tableName
- The name of the table containing the partitions.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<USqlTablePartition>> listTablePartitionsAsync(String accountName, String databaseName, String schemaName, String tableName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the partitions.schemaName
- The name of the schema containing the partitions.tableName
- The name of the table containing the partitions.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<USqlTablePartition>>> listTablePartitionsWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String tableName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the partitions.schemaName
- The name of the schema containing the partitions.tableName
- The name of the table containing the partitions.IllegalArgumentException
- thrown if parameters fail the validationPagedList<USqlTablePartition> listTablePartitions(String accountName, String databaseName, String schemaName, String tableName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the partitions.schemaName
- The name of the schema containing the partitions.tableName
- The name of the table containing the partitions.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<USqlTablePartition>> listTablePartitionsAsync(String accountName, String databaseName, String schemaName, String tableName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count, ListOperationCallback<USqlTablePartition> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the partitions.schemaName
- The name of the schema containing the partitions.tableName
- The name of the table containing the partitions.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<USqlTablePartition>> listTablePartitionsAsync(String accountName, String databaseName, String schemaName, String tableName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the partitions.schemaName
- The name of the schema containing the partitions.tableName
- The name of the table containing the partitions.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<USqlTablePartition>>> listTablePartitionsWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String tableName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the partitions.schemaName
- The name of the schema containing the partitions.tableName
- The name of the table containing the partitions.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.IllegalArgumentException
- thrown if parameters fail the validationPagedList<USqlType> listTypes(String accountName, String databaseName, String schemaName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the types.schemaName
- The name of the schema containing the types.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<USqlType>> listTypesAsync(String accountName, String databaseName, String schemaName, ListOperationCallback<USqlType> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the types.schemaName
- The name of the schema containing the types.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<USqlType>> listTypesAsync(String accountName, String databaseName, String schemaName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the types.schemaName
- The name of the schema containing the types.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<USqlType>>> listTypesWithServiceResponseAsync(String accountName, String databaseName, String schemaName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the types.schemaName
- The name of the schema containing the types.IllegalArgumentException
- thrown if parameters fail the validationPagedList<USqlType> listTypes(String accountName, String databaseName, String schemaName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the types.schemaName
- The name of the schema containing the types.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<USqlType>> listTypesAsync(String accountName, String databaseName, String schemaName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count, ListOperationCallback<USqlType> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the types.schemaName
- The name of the schema containing the types.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<USqlType>> listTypesAsync(String accountName, String databaseName, String schemaName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the types.schemaName
- The name of the schema containing the types.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<USqlType>>> listTypesWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the types.schemaName
- The name of the schema containing the types.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.IllegalArgumentException
- thrown if parameters fail the validationUSqlTableValuedFunction getTableValuedFunction(String accountName, String databaseName, String schemaName, String tableValuedFunctionName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the table valued function.schemaName
- The name of the schema containing the table valued function.tableValuedFunctionName
- The name of the tableValuedFunction.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<USqlTableValuedFunction> getTableValuedFunctionAsync(String accountName, String databaseName, String schemaName, String tableValuedFunctionName, ServiceCallback<USqlTableValuedFunction> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the table valued function.schemaName
- The name of the schema containing the table valued function.tableValuedFunctionName
- The name of the tableValuedFunction.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<USqlTableValuedFunction> getTableValuedFunctionAsync(String accountName, String databaseName, String schemaName, String tableValuedFunctionName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the table valued function.schemaName
- The name of the schema containing the table valued function.tableValuedFunctionName
- The name of the tableValuedFunction.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<USqlTableValuedFunction>> getTableValuedFunctionWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String tableValuedFunctionName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the table valued function.schemaName
- The name of the schema containing the table valued function.tableValuedFunctionName
- The name of the tableValuedFunction.IllegalArgumentException
- thrown if parameters fail the validationPagedList<USqlTableValuedFunction> listTableValuedFunctions(String accountName, String databaseName, String schemaName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the table valued functions.schemaName
- The name of the schema containing the table valued functions.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<USqlTableValuedFunction>> listTableValuedFunctionsAsync(String accountName, String databaseName, String schemaName, ListOperationCallback<USqlTableValuedFunction> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the table valued functions.schemaName
- The name of the schema containing the table valued functions.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<USqlTableValuedFunction>> listTableValuedFunctionsAsync(String accountName, String databaseName, String schemaName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the table valued functions.schemaName
- The name of the schema containing the table valued functions.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<USqlTableValuedFunction>>> listTableValuedFunctionsWithServiceResponseAsync(String accountName, String databaseName, String schemaName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the table valued functions.schemaName
- The name of the schema containing the table valued functions.IllegalArgumentException
- thrown if parameters fail the validationPagedList<USqlTableValuedFunction> listTableValuedFunctions(String accountName, String databaseName, String schemaName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the table valued functions.schemaName
- The name of the schema containing the table valued functions.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<USqlTableValuedFunction>> listTableValuedFunctionsAsync(String accountName, String databaseName, String schemaName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count, ListOperationCallback<USqlTableValuedFunction> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the table valued functions.schemaName
- The name of the schema containing the table valued functions.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<USqlTableValuedFunction>> listTableValuedFunctionsAsync(String accountName, String databaseName, String schemaName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the table valued functions.schemaName
- The name of the schema containing the table valued functions.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<USqlTableValuedFunction>>> listTableValuedFunctionsWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the table valued functions.schemaName
- The name of the schema containing the table valued functions.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.IllegalArgumentException
- thrown if parameters fail the validationUSqlAssembly getAssembly(String accountName, String databaseName, String assemblyName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the assembly.assemblyName
- The name of the assembly.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<USqlAssembly> getAssemblyAsync(String accountName, String databaseName, String assemblyName, ServiceCallback<USqlAssembly> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the assembly.assemblyName
- The name of the assembly.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<USqlAssembly> getAssemblyAsync(String accountName, String databaseName, String assemblyName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the assembly.assemblyName
- The name of the assembly.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<USqlAssembly>> getAssemblyWithServiceResponseAsync(String accountName, String databaseName, String assemblyName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the assembly.assemblyName
- The name of the assembly.IllegalArgumentException
- thrown if parameters fail the validationPagedList<USqlAssemblyClr> listAssemblies(String accountName, String databaseName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the assembly.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<USqlAssemblyClr>> listAssembliesAsync(String accountName, String databaseName, ListOperationCallback<USqlAssemblyClr> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the assembly.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<USqlAssemblyClr>> listAssembliesAsync(String accountName, String databaseName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the assembly.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<USqlAssemblyClr>>> listAssembliesWithServiceResponseAsync(String accountName, String databaseName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the assembly.IllegalArgumentException
- thrown if parameters fail the validationPagedList<USqlAssemblyClr> listAssemblies(String accountName, String databaseName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the assembly.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<USqlAssemblyClr>> listAssembliesAsync(String accountName, String databaseName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count, ListOperationCallback<USqlAssemblyClr> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the assembly.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<USqlAssemblyClr>> listAssembliesAsync(String accountName, String databaseName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the assembly.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<USqlAssemblyClr>>> listAssembliesWithServiceResponseAsync(String accountName, String databaseName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the assembly.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.IllegalArgumentException
- thrown if parameters fail the validationUSqlSchema getSchema(String accountName, String databaseName, String schemaName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the schema.schemaName
- The name of the schema.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<USqlSchema> getSchemaAsync(String accountName, String databaseName, String schemaName, ServiceCallback<USqlSchema> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the schema.schemaName
- The name of the schema.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<USqlSchema> getSchemaAsync(String accountName, String databaseName, String schemaName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the schema.schemaName
- The name of the schema.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<USqlSchema>> getSchemaWithServiceResponseAsync(String accountName, String databaseName, String schemaName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the schema.schemaName
- The name of the schema.IllegalArgumentException
- thrown if parameters fail the validationPagedList<USqlSchema> listSchemas(String accountName, String databaseName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the schema.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<USqlSchema>> listSchemasAsync(String accountName, String databaseName, ListOperationCallback<USqlSchema> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the schema.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<USqlSchema>> listSchemasAsync(String accountName, String databaseName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the schema.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<USqlSchema>>> listSchemasWithServiceResponseAsync(String accountName, String databaseName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the schema.IllegalArgumentException
- thrown if parameters fail the validationPagedList<USqlSchema> listSchemas(String accountName, String databaseName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the schema.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<USqlSchema>> listSchemasAsync(String accountName, String databaseName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count, ListOperationCallback<USqlSchema> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the schema.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<USqlSchema>> listSchemasAsync(String accountName, String databaseName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the schema.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<USqlSchema>>> listSchemasWithServiceResponseAsync(String accountName, String databaseName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the schema.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.IllegalArgumentException
- thrown if parameters fail the validationPagedList<USqlTableStatistics> listTableStatisticsByDatabase(String accountName, String databaseName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the table statistics.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<USqlTableStatistics>> listTableStatisticsByDatabaseAsync(String accountName, String databaseName, ListOperationCallback<USqlTableStatistics> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the table statistics.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<USqlTableStatistics>> listTableStatisticsByDatabaseAsync(String accountName, String databaseName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the table statistics.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<USqlTableStatistics>>> listTableStatisticsByDatabaseWithServiceResponseAsync(String accountName, String databaseName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the table statistics.IllegalArgumentException
- thrown if parameters fail the validationPagedList<USqlTableStatistics> listTableStatisticsByDatabase(String accountName, String databaseName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the table statistics.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<USqlTableStatistics>> listTableStatisticsByDatabaseAsync(String accountName, String databaseName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count, ListOperationCallback<USqlTableStatistics> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the table statistics.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<USqlTableStatistics>> listTableStatisticsByDatabaseAsync(String accountName, String databaseName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the table statistics.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<USqlTableStatistics>>> listTableStatisticsByDatabaseWithServiceResponseAsync(String accountName, String databaseName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the table statistics.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.IllegalArgumentException
- thrown if parameters fail the validationPagedList<USqlTable> listTablesByDatabase(String accountName, String databaseName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the tables.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<USqlTable>> listTablesByDatabaseAsync(String accountName, String databaseName, ListOperationCallback<USqlTable> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the tables.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<USqlTable>> listTablesByDatabaseAsync(String accountName, String databaseName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the tables.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<USqlTable>>> listTablesByDatabaseWithServiceResponseAsync(String accountName, String databaseName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the tables.IllegalArgumentException
- thrown if parameters fail the validationPagedList<USqlTable> listTablesByDatabase(String accountName, String databaseName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count, Boolean basic)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the tables.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.basic
- The basic switch indicates what level of information to return when listing tables. When basic is true, only database_name, schema_name, table_name and version are returned for each table, otherwise all table metadata is returned. By default, it is falseIllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<USqlTable>> listTablesByDatabaseAsync(String accountName, String databaseName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count, Boolean basic, ListOperationCallback<USqlTable> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the tables.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.basic
- The basic switch indicates what level of information to return when listing tables. When basic is true, only database_name, schema_name, table_name and version are returned for each table, otherwise all table metadata is returned. By default, it is falseserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<USqlTable>> listTablesByDatabaseAsync(String accountName, String databaseName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count, Boolean basic)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the tables.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.basic
- The basic switch indicates what level of information to return when listing tables. When basic is true, only database_name, schema_name, table_name and version are returned for each table, otherwise all table metadata is returned. By default, it is falseIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<USqlTable>>> listTablesByDatabaseWithServiceResponseAsync(String accountName, String databaseName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count, Boolean basic)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the tables.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.basic
- The basic switch indicates what level of information to return when listing tables. When basic is true, only database_name, schema_name, table_name and version are returned for each table, otherwise all table metadata is returned. By default, it is falseIllegalArgumentException
- thrown if parameters fail the validationPagedList<USqlTableValuedFunction> listTableValuedFunctionsByDatabase(String accountName, String databaseName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the table valued functions.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<USqlTableValuedFunction>> listTableValuedFunctionsByDatabaseAsync(String accountName, String databaseName, ListOperationCallback<USqlTableValuedFunction> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the table valued functions.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<USqlTableValuedFunction>> listTableValuedFunctionsByDatabaseAsync(String accountName, String databaseName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the table valued functions.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<USqlTableValuedFunction>>> listTableValuedFunctionsByDatabaseWithServiceResponseAsync(String accountName, String databaseName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the table valued functions.IllegalArgumentException
- thrown if parameters fail the validationPagedList<USqlTableValuedFunction> listTableValuedFunctionsByDatabase(String accountName, String databaseName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the table valued functions.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<USqlTableValuedFunction>> listTableValuedFunctionsByDatabaseAsync(String accountName, String databaseName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count, ListOperationCallback<USqlTableValuedFunction> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the table valued functions.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<USqlTableValuedFunction>> listTableValuedFunctionsByDatabaseAsync(String accountName, String databaseName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the table valued functions.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<USqlTableValuedFunction>>> listTableValuedFunctionsByDatabaseWithServiceResponseAsync(String accountName, String databaseName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the table valued functions.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.IllegalArgumentException
- thrown if parameters fail the validationPagedList<USqlView> listViewsByDatabase(String accountName, String databaseName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the views.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<USqlView>> listViewsByDatabaseAsync(String accountName, String databaseName, ListOperationCallback<USqlView> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the views.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<USqlView>> listViewsByDatabaseAsync(String accountName, String databaseName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the views.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<USqlView>>> listViewsByDatabaseWithServiceResponseAsync(String accountName, String databaseName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the views.IllegalArgumentException
- thrown if parameters fail the validationPagedList<USqlView> listViewsByDatabase(String accountName, String databaseName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the views.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<USqlView>> listViewsByDatabaseAsync(String accountName, String databaseName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count, ListOperationCallback<USqlView> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the views.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<USqlView>> listViewsByDatabaseAsync(String accountName, String databaseName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the views.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<USqlView>>> listViewsByDatabaseWithServiceResponseAsync(String accountName, String databaseName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database containing the views.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.IllegalArgumentException
- thrown if parameters fail the validationPagedList<Acl> listAclsByDatabase(String accountName, String databaseName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<Acl>> listAclsByDatabaseAsync(String accountName, String databaseName, ListOperationCallback<Acl> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<Acl>> listAclsByDatabaseAsync(String accountName, String databaseName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<Acl>>> listAclsByDatabaseWithServiceResponseAsync(String accountName, String databaseName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database.IllegalArgumentException
- thrown if parameters fail the validationPagedList<Acl> listAclsByDatabase(String accountName, String databaseName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<Acl>> listAclsByDatabaseAsync(String accountName, String databaseName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count, ListOperationCallback<Acl> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<Acl>> listAclsByDatabaseAsync(String accountName, String databaseName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<Acl>>> listAclsByDatabaseWithServiceResponseAsync(String accountName, String databaseName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.IllegalArgumentException
- thrown if parameters fail the validationPagedList<Acl> listAcls(String accountName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<Acl>> listAclsAsync(String accountName, ListOperationCallback<Acl> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<Acl>> listAclsAsync(String accountName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<Acl>>> listAclsWithServiceResponseAsync(String accountName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.IllegalArgumentException
- thrown if parameters fail the validationPagedList<Acl> listAcls(String accountName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<Acl>> listAclsAsync(String accountName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count, ListOperationCallback<Acl> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<Acl>> listAclsAsync(String accountName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<Acl>>> listAclsWithServiceResponseAsync(String accountName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.IllegalArgumentException
- thrown if parameters fail the validationUSqlDatabase getDatabase(String accountName, String databaseName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<USqlDatabase> getDatabaseAsync(String accountName, String databaseName, ServiceCallback<USqlDatabase> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<USqlDatabase> getDatabaseAsync(String accountName, String databaseName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<USqlDatabase>> getDatabaseWithServiceResponseAsync(String accountName, String databaseName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database.IllegalArgumentException
- thrown if parameters fail the validationPagedList<USqlDatabase> listDatabases(String accountName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<USqlDatabase>> listDatabasesAsync(String accountName, ListOperationCallback<USqlDatabase> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<USqlDatabase>> listDatabasesAsync(String accountName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<USqlDatabase>>> listDatabasesWithServiceResponseAsync(String accountName)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.IllegalArgumentException
- thrown if parameters fail the validationPagedList<USqlDatabase> listDatabases(String accountName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<USqlDatabase>> listDatabasesAsync(String accountName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count, ListOperationCallback<USqlDatabase> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<USqlDatabase>> listDatabasesAsync(String accountName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<USqlDatabase>>> listDatabasesWithServiceResponseAsync(String accountName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.filter
- OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.IllegalArgumentException
- thrown if parameters fail the validationvoid grantAcl(String accountName, AclCreateOrUpdateParameters parameters)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.parameters
- Parameters supplied to create or update an access control list (ACL) entry for a Data Lake Analytics catalog.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> grantAclAsync(String accountName, AclCreateOrUpdateParameters parameters, ServiceCallback<Void> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.parameters
- Parameters supplied to create or update an access control list (ACL) entry for a Data Lake Analytics catalog.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Void> grantAclAsync(String accountName, AclCreateOrUpdateParameters parameters)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.parameters
- Parameters supplied to create or update an access control list (ACL) entry for a Data Lake Analytics catalog.ServiceResponse
object if successful.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Void>> grantAclWithServiceResponseAsync(String accountName, AclCreateOrUpdateParameters parameters)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.parameters
- Parameters supplied to create or update an access control list (ACL) entry for a Data Lake Analytics catalog.ServiceResponse
object if successful.IllegalArgumentException
- thrown if parameters fail the validationvoid grantAclToDatabase(String accountName, String databaseName, AclCreateOrUpdateParameters parameters)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database.parameters
- Parameters supplied to create or update an access control list (ACL) entry for a database.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> grantAclToDatabaseAsync(String accountName, String databaseName, AclCreateOrUpdateParameters parameters, ServiceCallback<Void> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database.parameters
- Parameters supplied to create or update an access control list (ACL) entry for a database.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Void> grantAclToDatabaseAsync(String accountName, String databaseName, AclCreateOrUpdateParameters parameters)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database.parameters
- Parameters supplied to create or update an access control list (ACL) entry for a database.ServiceResponse
object if successful.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Void>> grantAclToDatabaseWithServiceResponseAsync(String accountName, String databaseName, AclCreateOrUpdateParameters parameters)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database.parameters
- Parameters supplied to create or update an access control list (ACL) entry for a database.ServiceResponse
object if successful.IllegalArgumentException
- thrown if parameters fail the validationvoid revokeAcl(String accountName, AclDeleteParameters parameters)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.parameters
- Parameters supplied to delete an access control list (ACL) entry from a Data Lake Analytics catalog.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> revokeAclAsync(String accountName, AclDeleteParameters parameters, ServiceCallback<Void> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.parameters
- Parameters supplied to delete an access control list (ACL) entry from a Data Lake Analytics catalog.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Void> revokeAclAsync(String accountName, AclDeleteParameters parameters)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.parameters
- Parameters supplied to delete an access control list (ACL) entry from a Data Lake Analytics catalog.ServiceResponse
object if successful.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Void>> revokeAclWithServiceResponseAsync(String accountName, AclDeleteParameters parameters)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.parameters
- Parameters supplied to delete an access control list (ACL) entry from a Data Lake Analytics catalog.ServiceResponse
object if successful.IllegalArgumentException
- thrown if parameters fail the validationvoid revokeAclFromDatabase(String accountName, String databaseName, AclDeleteParameters parameters)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database.parameters
- Parameters supplied to delete an access control list (ACL) entry for a database.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> revokeAclFromDatabaseAsync(String accountName, String databaseName, AclDeleteParameters parameters, ServiceCallback<Void> serviceCallback)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database.parameters
- Parameters supplied to delete an access control list (ACL) entry for a database.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Void> revokeAclFromDatabaseAsync(String accountName, String databaseName, AclDeleteParameters parameters)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database.parameters
- Parameters supplied to delete an access control list (ACL) entry for a database.ServiceResponse
object if successful.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Void>> revokeAclFromDatabaseWithServiceResponseAsync(String accountName, String databaseName, AclDeleteParameters parameters)
accountName
- The Azure Data Lake Analytics account upon which to execute catalog operations.databaseName
- The name of the database.parameters
- Parameters supplied to delete an access control list (ACL) entry for a database.ServiceResponse
object if successful.IllegalArgumentException
- thrown if parameters fail the validationPagedList<USqlCredential> listCredentialsNext(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<USqlCredential>> listCredentialsNextAsync(String nextPageLink, ServiceFuture<List<USqlCredential>> serviceFuture, ListOperationCallback<USqlCredential> serviceCallback)
nextPageLink
- The NextLink from the previous successful call to List operation.serviceFuture
- the ServiceFuture object tracking the Retrofit callsserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<USqlCredential>> listCredentialsNextAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<USqlCredential>>> listCredentialsNextWithServiceResponseAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationPagedList<USqlExternalDataSource> listExternalDataSourcesNext(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<USqlExternalDataSource>> listExternalDataSourcesNextAsync(String nextPageLink, ServiceFuture<List<USqlExternalDataSource>> serviceFuture, ListOperationCallback<USqlExternalDataSource> serviceCallback)
nextPageLink
- The NextLink from the previous successful call to List operation.serviceFuture
- the ServiceFuture object tracking the Retrofit callsserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<USqlExternalDataSource>> listExternalDataSourcesNextAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<USqlExternalDataSource>>> listExternalDataSourcesNextWithServiceResponseAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationPagedList<USqlProcedure> listProceduresNext(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<USqlProcedure>> listProceduresNextAsync(String nextPageLink, ServiceFuture<List<USqlProcedure>> serviceFuture, ListOperationCallback<USqlProcedure> serviceCallback)
nextPageLink
- The NextLink from the previous successful call to List operation.serviceFuture
- the ServiceFuture object tracking the Retrofit callsserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<USqlProcedure>> listProceduresNextAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<USqlProcedure>>> listProceduresNextWithServiceResponseAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationPagedList<USqlTableFragment> listTableFragmentsNext(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<USqlTableFragment>> listTableFragmentsNextAsync(String nextPageLink, ServiceFuture<List<USqlTableFragment>> serviceFuture, ListOperationCallback<USqlTableFragment> serviceCallback)
nextPageLink
- The NextLink from the previous successful call to List operation.serviceFuture
- the ServiceFuture object tracking the Retrofit callsserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<USqlTableFragment>> listTableFragmentsNextAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<USqlTableFragment>>> listTableFragmentsNextWithServiceResponseAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationPagedList<USqlTable> listTablesNext(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<USqlTable>> listTablesNextAsync(String nextPageLink, ServiceFuture<List<USqlTable>> serviceFuture, ListOperationCallback<USqlTable> serviceCallback)
nextPageLink
- The NextLink from the previous successful call to List operation.serviceFuture
- the ServiceFuture object tracking the Retrofit callsserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<USqlTable>> listTablesNextAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<USqlTable>>> listTablesNextWithServiceResponseAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationPagedList<USqlTableStatistics> listTableStatisticsByDatabaseAndSchemaNext(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<USqlTableStatistics>> listTableStatisticsByDatabaseAndSchemaNextAsync(String nextPageLink, ServiceFuture<List<USqlTableStatistics>> serviceFuture, ListOperationCallback<USqlTableStatistics> serviceCallback)
nextPageLink
- The NextLink from the previous successful call to List operation.serviceFuture
- the ServiceFuture object tracking the Retrofit callsserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<USqlTableStatistics>> listTableStatisticsByDatabaseAndSchemaNextAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<USqlTableStatistics>>> listTableStatisticsByDatabaseAndSchemaNextWithServiceResponseAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationPagedList<USqlTableType> listTableTypesNext(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<USqlTableType>> listTableTypesNextAsync(String nextPageLink, ServiceFuture<List<USqlTableType>> serviceFuture, ListOperationCallback<USqlTableType> serviceCallback)
nextPageLink
- The NextLink from the previous successful call to List operation.serviceFuture
- the ServiceFuture object tracking the Retrofit callsserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<USqlTableType>> listTableTypesNextAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<USqlTableType>>> listTableTypesNextWithServiceResponseAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationPagedList<USqlPackage> listPackagesNext(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<USqlPackage>> listPackagesNextAsync(String nextPageLink, ServiceFuture<List<USqlPackage>> serviceFuture, ListOperationCallback<USqlPackage> serviceCallback)
nextPageLink
- The NextLink from the previous successful call to List operation.serviceFuture
- the ServiceFuture object tracking the Retrofit callsserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<USqlPackage>> listPackagesNextAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<USqlPackage>>> listPackagesNextWithServiceResponseAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationPagedList<USqlView> listViewsNext(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<USqlView>> listViewsNextAsync(String nextPageLink, ServiceFuture<List<USqlView>> serviceFuture, ListOperationCallback<USqlView> serviceCallback)
nextPageLink
- The NextLink from the previous successful call to List operation.serviceFuture
- the ServiceFuture object tracking the Retrofit callsserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<USqlView>> listViewsNextAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<USqlView>>> listViewsNextWithServiceResponseAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationPagedList<USqlTableStatistics> listTableStatisticsNext(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<USqlTableStatistics>> listTableStatisticsNextAsync(String nextPageLink, ServiceFuture<List<USqlTableStatistics>> serviceFuture, ListOperationCallback<USqlTableStatistics> serviceCallback)
nextPageLink
- The NextLink from the previous successful call to List operation.serviceFuture
- the ServiceFuture object tracking the Retrofit callsserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<USqlTableStatistics>> listTableStatisticsNextAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<USqlTableStatistics>>> listTableStatisticsNextWithServiceResponseAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationPagedList<USqlTablePartition> listTablePartitionsNext(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<USqlTablePartition>> listTablePartitionsNextAsync(String nextPageLink, ServiceFuture<List<USqlTablePartition>> serviceFuture, ListOperationCallback<USqlTablePartition> serviceCallback)
nextPageLink
- The NextLink from the previous successful call to List operation.serviceFuture
- the ServiceFuture object tracking the Retrofit callsserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<USqlTablePartition>> listTablePartitionsNextAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<USqlTablePartition>>> listTablePartitionsNextWithServiceResponseAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationPagedList<USqlType> listTypesNext(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<USqlType>> listTypesNextAsync(String nextPageLink, ServiceFuture<List<USqlType>> serviceFuture, ListOperationCallback<USqlType> serviceCallback)
nextPageLink
- The NextLink from the previous successful call to List operation.serviceFuture
- the ServiceFuture object tracking the Retrofit callsserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<USqlType>> listTypesNextAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<USqlType>>> listTypesNextWithServiceResponseAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationPagedList<USqlTableValuedFunction> listTableValuedFunctionsNext(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<USqlTableValuedFunction>> listTableValuedFunctionsNextAsync(String nextPageLink, ServiceFuture<List<USqlTableValuedFunction>> serviceFuture, ListOperationCallback<USqlTableValuedFunction> serviceCallback)
nextPageLink
- The NextLink from the previous successful call to List operation.serviceFuture
- the ServiceFuture object tracking the Retrofit callsserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<USqlTableValuedFunction>> listTableValuedFunctionsNextAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<USqlTableValuedFunction>>> listTableValuedFunctionsNextWithServiceResponseAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationPagedList<USqlAssemblyClr> listAssembliesNext(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<USqlAssemblyClr>> listAssembliesNextAsync(String nextPageLink, ServiceFuture<List<USqlAssemblyClr>> serviceFuture, ListOperationCallback<USqlAssemblyClr> serviceCallback)
nextPageLink
- The NextLink from the previous successful call to List operation.serviceFuture
- the ServiceFuture object tracking the Retrofit callsserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<USqlAssemblyClr>> listAssembliesNextAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<USqlAssemblyClr>>> listAssembliesNextWithServiceResponseAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationPagedList<USqlSchema> listSchemasNext(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<USqlSchema>> listSchemasNextAsync(String nextPageLink, ServiceFuture<List<USqlSchema>> serviceFuture, ListOperationCallback<USqlSchema> serviceCallback)
nextPageLink
- The NextLink from the previous successful call to List operation.serviceFuture
- the ServiceFuture object tracking the Retrofit callsserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<USqlSchema>> listSchemasNextAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<USqlSchema>>> listSchemasNextWithServiceResponseAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationPagedList<USqlTableStatistics> listTableStatisticsByDatabaseNext(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<USqlTableStatistics>> listTableStatisticsByDatabaseNextAsync(String nextPageLink, ServiceFuture<List<USqlTableStatistics>> serviceFuture, ListOperationCallback<USqlTableStatistics> serviceCallback)
nextPageLink
- The NextLink from the previous successful call to List operation.serviceFuture
- the ServiceFuture object tracking the Retrofit callsserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<USqlTableStatistics>> listTableStatisticsByDatabaseNextAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<USqlTableStatistics>>> listTableStatisticsByDatabaseNextWithServiceResponseAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationPagedList<USqlTable> listTablesByDatabaseNext(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<USqlTable>> listTablesByDatabaseNextAsync(String nextPageLink, ServiceFuture<List<USqlTable>> serviceFuture, ListOperationCallback<USqlTable> serviceCallback)
nextPageLink
- The NextLink from the previous successful call to List operation.serviceFuture
- the ServiceFuture object tracking the Retrofit callsserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<USqlTable>> listTablesByDatabaseNextAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<USqlTable>>> listTablesByDatabaseNextWithServiceResponseAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationPagedList<USqlTableValuedFunction> listTableValuedFunctionsByDatabaseNext(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<USqlTableValuedFunction>> listTableValuedFunctionsByDatabaseNextAsync(String nextPageLink, ServiceFuture<List<USqlTableValuedFunction>> serviceFuture, ListOperationCallback<USqlTableValuedFunction> serviceCallback)
nextPageLink
- The NextLink from the previous successful call to List operation.serviceFuture
- the ServiceFuture object tracking the Retrofit callsserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<USqlTableValuedFunction>> listTableValuedFunctionsByDatabaseNextAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<USqlTableValuedFunction>>> listTableValuedFunctionsByDatabaseNextWithServiceResponseAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationPagedList<USqlView> listViewsByDatabaseNext(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<USqlView>> listViewsByDatabaseNextAsync(String nextPageLink, ServiceFuture<List<USqlView>> serviceFuture, ListOperationCallback<USqlView> serviceCallback)
nextPageLink
- The NextLink from the previous successful call to List operation.serviceFuture
- the ServiceFuture object tracking the Retrofit callsserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<USqlView>> listViewsByDatabaseNextAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<USqlView>>> listViewsByDatabaseNextWithServiceResponseAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationPagedList<Acl> listAclsByDatabaseNext(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<Acl>> listAclsByDatabaseNextAsync(String nextPageLink, ServiceFuture<List<Acl>> serviceFuture, ListOperationCallback<Acl> serviceCallback)
nextPageLink
- The NextLink from the previous successful call to List operation.serviceFuture
- the ServiceFuture object tracking the Retrofit callsserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<Acl>> listAclsByDatabaseNextAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<Acl>>> listAclsByDatabaseNextWithServiceResponseAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationPagedList<Acl> listAclsNext(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<Acl>> listAclsNextAsync(String nextPageLink, ServiceFuture<List<Acl>> serviceFuture, ListOperationCallback<Acl> serviceCallback)
nextPageLink
- The NextLink from the previous successful call to List operation.serviceFuture
- the ServiceFuture object tracking the Retrofit callsserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<Acl>> listAclsNextAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<Acl>>> listAclsNextWithServiceResponseAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationPagedList<USqlDatabase> listDatabasesNext(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<USqlDatabase>> listDatabasesNextAsync(String nextPageLink, ServiceFuture<List<USqlDatabase>> serviceFuture, ListOperationCallback<USqlDatabase> serviceCallback)
nextPageLink
- The NextLink from the previous successful call to List operation.serviceFuture
- the ServiceFuture object tracking the Retrofit callsserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<USqlDatabase>> listDatabasesNextAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<USqlDatabase>>> listDatabasesNextWithServiceResponseAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationCopyright © 2019. All rights reserved.