Catalogs Interface
public interface Catalogs
An instance of this class provides access to all the operations defined in Catalogs.
Method Summary
Method Details
createCredential
public void createCredential(String accountName, String databaseName, String credentialName, DataLakeAnalyticsCatalogCredentialCreateParameters parameters)
Creates the specified credential for use with external data sources in the specified database.
Parameters:
Throws:
createCredentialAsync
public Observable
Creates the specified credential for use with external data sources in the specified database.
Parameters:
Returns:
Throws:
createCredentialAsync
public ServiceFuture
Creates the specified credential for use with external data sources in the specified database.
Parameters:
Returns:
Throws:
createCredentialWithServiceResponseAsync
public Observable
Creates the specified credential for use with external data sources in the specified database.
Parameters:
Returns:
Throws:
createSecret
public void createSecret(String accountName, String databaseName, String secretName, DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters)
Creates the specified secret for use with external data sources in the specified database. This is deprecated and will be removed in the next release. Please use CreateCredential instead.
Parameters:
Throws:
createSecretAsync
public Observable
Creates the specified secret for use with external data sources in the specified database. This is deprecated and will be removed in the next release. Please use CreateCredential instead.
Parameters:
Returns:
Throws:
createSecretAsync
public ServiceFuture
Creates the specified secret for use with external data sources in the specified database. This is deprecated and will be removed in the next release. Please use CreateCredential instead.
Parameters:
Returns:
Throws:
createSecretWithServiceResponseAsync
public Observable
Creates the specified secret for use with external data sources in the specified database. This is deprecated and will be removed in the next release. Please use CreateCredential instead.
Parameters:
Returns:
Throws:
deleteAllSecrets
public void deleteAllSecrets(String accountName, String databaseName)
Deletes all secrets in the specified database. This is deprecated and will be removed in the next release. In the future, please only drop individual credentials using DeleteCredential.
Parameters:
Throws:
deleteAllSecretsAsync
public Observable
Deletes all secrets in the specified database. This is deprecated and will be removed in the next release. In the future, please only drop individual credentials using DeleteCredential.
Parameters:
Returns:
Throws:
deleteAllSecretsAsync
public ServiceFuture
Deletes all secrets in the specified database. This is deprecated and will be removed in the next release. In the future, please only drop individual credentials using DeleteCredential.
Parameters:
Returns:
Throws:
deleteAllSecretsWithServiceResponseAsync
public Observable
Deletes all secrets in the specified database. This is deprecated and will be removed in the next release. In the future, please only drop individual credentials using DeleteCredential.
Parameters:
Returns:
Throws:
deleteCredential
public void deleteCredential(String accountName, String databaseName, String credentialName)
Deletes the specified credential in the specified database.
Parameters:
Throws:
deleteCredential
public void deleteCredential(String accountName, String databaseName, String credentialName, DataLakeAnalyticsCatalogCredentialDeleteParameters parameters, Boolean cascade)
Deletes the specified credential in the specified database.
Parameters:
Throws:
deleteCredentialAsync
public Observable
Deletes the specified credential in the specified database.
Parameters:
Returns:
Throws:
deleteCredentialAsync
public Observable
Deletes the specified credential in the specified database.
Parameters:
Returns:
Throws:
deleteCredentialAsync
public ServiceFuture
Deletes the specified credential in the specified database.
Parameters:
Returns:
Throws:
deleteCredentialAsync
public ServiceFuture
Deletes the specified credential in the specified database.
Parameters:
Returns:
Throws:
deleteCredentialWithServiceResponseAsync
public Observable
Deletes the specified credential in the specified database.
Parameters:
Returns:
Throws:
deleteCredentialWithServiceResponseAsync
public Observable
Deletes the specified credential in the specified database.
Parameters:
Returns:
Throws:
deleteSecret
public void deleteSecret(String accountName, String databaseName, String secretName)
Deletes the specified secret in the specified database. This is deprecated and will be removed in the next release. Please use DeleteCredential instead.
Parameters:
Throws:
deleteSecretAsync
public Observable
Deletes the specified secret in the specified database. This is deprecated and will be removed in the next release. Please use DeleteCredential instead.
Parameters:
Returns:
Throws:
deleteSecretAsync
public ServiceFuture
Deletes the specified secret in the specified database. This is deprecated and will be removed in the next release. Please use DeleteCredential instead.
Parameters:
Returns:
Throws:
deleteSecretWithServiceResponseAsync
public Observable
Deletes the specified secret in the specified database. This is deprecated and will be removed in the next release. Please use DeleteCredential instead.
Parameters:
Returns:
Throws:
getAssembly
public USqlAssembly getAssembly(String accountName, String databaseName, String assemblyName)
Retrieves the specified assembly from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
getAssemblyAsync
public Observable
Retrieves the specified assembly from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
getAssemblyAsync
public ServiceFuture
Retrieves the specified assembly from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
getAssemblyWithServiceResponseAsync
public Observable
Retrieves the specified assembly from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
getCredential
public USqlCredential getCredential(String accountName, String databaseName, String credentialName)
Retrieves the specified credential from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
getCredentialAsync
public Observable
Retrieves the specified credential from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
getCredentialAsync
public ServiceFuture
Retrieves the specified credential from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
getCredentialWithServiceResponseAsync
public Observable
Retrieves the specified credential from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
getDatabase
public USqlDatabase getDatabase(String accountName, String databaseName)
Retrieves the specified database from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
getDatabaseAsync
public Observable
Retrieves the specified database from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
getDatabaseAsync
public ServiceFuture
Retrieves the specified database from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
getDatabaseWithServiceResponseAsync
public Observable
Retrieves the specified database from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
getExternalDataSource
public USqlExternalDataSource getExternalDataSource(String accountName, String databaseName, String externalDataSourceName)
Retrieves the specified external data source from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
getExternalDataSourceAsync
public Observable
Retrieves the specified external data source from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
getExternalDataSourceAsync
public ServiceFuture
Retrieves the specified external data source from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
getExternalDataSourceWithServiceResponseAsync
public Observable
Retrieves the specified external data source from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
getPackage
public USqlPackage getPackage(String accountName, String databaseName, String schemaName, String packageName)
Retrieves the specified package from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
getPackageAsync
public Observable
Retrieves the specified package from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
getPackageAsync
public ServiceFuture
Retrieves the specified package from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
getPackageWithServiceResponseAsync
public Observable
Retrieves the specified package from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
getProcedure
public USqlProcedure getProcedure(String accountName, String databaseName, String schemaName, String procedureName)
Retrieves the specified procedure from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
getProcedureAsync
public Observable
Retrieves the specified procedure from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
getProcedureAsync
public ServiceFuture
Retrieves the specified procedure from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
getProcedureWithServiceResponseAsync
public Observable
Retrieves the specified procedure from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
getSchema
public USqlSchema getSchema(String accountName, String databaseName, String schemaName)
Retrieves the specified schema from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
getSchemaAsync
public Observable
Retrieves the specified schema from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
getSchemaAsync
public ServiceFuture
Retrieves the specified schema from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
getSchemaWithServiceResponseAsync
public Observable
Retrieves the specified schema from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
getSecret
public USqlSecret getSecret(String accountName, String databaseName, String secretName)
Gets the specified secret in the specified database. This is deprecated and will be removed in the next release. Please use GetCredential instead.
Parameters:
Returns:
Throws:
getSecretAsync
public Observable
Gets the specified secret in the specified database. This is deprecated and will be removed in the next release. Please use GetCredential instead.
Parameters:
Returns:
Throws:
getSecretAsync
public ServiceFuture
Gets the specified secret in the specified database. This is deprecated and will be removed in the next release. Please use GetCredential instead.
Parameters:
Returns:
Throws:
getSecretWithServiceResponseAsync
public Observable
Gets the specified secret in the specified database. This is deprecated and will be removed in the next release. Please use GetCredential instead.
Parameters:
Returns:
Throws:
getTable
public USqlTable getTable(String accountName, String databaseName, String schemaName, String tableName)
Retrieves the specified table from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
getTableAsync
public Observable
Retrieves the specified table from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
getTableAsync
public ServiceFuture
Retrieves the specified table from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
getTablePartition
public USqlTablePartition getTablePartition(String accountName, String databaseName, String schemaName, String tableName, String partitionName)
Retrieves the specified table partition from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
getTablePartitionAsync
public Observable
Retrieves the specified table partition from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
getTablePartitionAsync
public ServiceFuture
Retrieves the specified table partition from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
getTablePartitionWithServiceResponseAsync
public Observable
Retrieves the specified table partition from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
getTableStatistic
public USqlTableStatistics getTableStatistic(String accountName, String databaseName, String schemaName, String tableName, String statisticsName)
Retrieves the specified table statistics from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
getTableStatisticAsync
public Observable
Retrieves the specified table statistics from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
getTableStatisticAsync
public ServiceFuture
Retrieves the specified table statistics from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
getTableStatisticWithServiceResponseAsync
public Observable
Retrieves the specified table statistics from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
getTableType
public USqlTableType getTableType(String accountName, String databaseName, String schemaName, String tableTypeName)
Retrieves the specified table type from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
getTableTypeAsync
public Observable
Retrieves the specified table type from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
getTableTypeAsync
public ServiceFuture
Retrieves the specified table type from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
getTableTypeWithServiceResponseAsync
public Observable
Retrieves the specified table type from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
getTableValuedFunction
public USqlTableValuedFunction getTableValuedFunction(String accountName, String databaseName, String schemaName, String tableValuedFunctionName)
Retrieves the specified table valued function from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
getTableValuedFunctionAsync
public Observable
Retrieves the specified table valued function from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
getTableValuedFunctionAsync
public ServiceFuture
Retrieves the specified table valued function from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
getTableValuedFunctionWithServiceResponseAsync
public Observable
Retrieves the specified table valued function from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
getTableWithServiceResponseAsync
public Observable
Retrieves the specified table from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
getView
public USqlView getView(String accountName, String databaseName, String schemaName, String viewName)
Retrieves the specified view from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
getViewAsync
public Observable
Retrieves the specified view from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
getViewAsync
public ServiceFuture
Retrieves the specified view from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
getViewWithServiceResponseAsync
public Observable
Retrieves the specified view from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listAssemblies
public PagedList
Retrieves the list of assemblies from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listAssemblies
public PagedList
Retrieves the list of assemblies from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listAssembliesAsync
public Observable
Retrieves the list of assemblies from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listAssembliesAsync
public ServiceFuture> listAssembliesAsync(final String accountName, final String databaseName, final ListOperationCallback
Retrieves the list of assemblies from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listAssembliesAsync
public Observable
Retrieves the list of assemblies from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listAssembliesAsync
public ServiceFuture> listAssembliesAsync(final String accountName, final String databaseName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count, final ListOperationCallback
Retrieves the list of assemblies from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listAssembliesNext
public PagedList
Retrieves the list of assemblies from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listAssembliesNextAsync
public Observable
Retrieves the list of assemblies from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listAssembliesNextAsync
public ServiceFuture> listAssembliesNextAsync(final String nextPageLink, final ServiceFuture
> serviceFuture, final ListOperationCallback
Retrieves the list of assemblies from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listAssembliesNextWithServiceResponseAsync
public Observable
Retrieves the list of assemblies from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listAssembliesWithServiceResponseAsync
public Observable
Retrieves the list of assemblies from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listAssembliesWithServiceResponseAsync
public Observable
Retrieves the list of assemblies from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listCredentials
public PagedList
Retrieves the list of credentials from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listCredentials
public PagedList
Retrieves the list of credentials from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listCredentialsAsync
public Observable
Retrieves the list of credentials from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listCredentialsAsync
public ServiceFuture> listCredentialsAsync(final String accountName, final String databaseName, final ListOperationCallback
Retrieves the list of credentials from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listCredentialsAsync
public Observable
Retrieves the list of credentials from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listCredentialsAsync
public ServiceFuture> listCredentialsAsync(final String accountName, final String databaseName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count, final ListOperationCallback
Retrieves the list of credentials from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listCredentialsNext
public PagedList
Retrieves the list of credentials from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listCredentialsNextAsync
public Observable
Retrieves the list of credentials from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listCredentialsNextAsync
public ServiceFuture> listCredentialsNextAsync(final String nextPageLink, final ServiceFuture
> serviceFuture, final ListOperationCallback
Retrieves the list of credentials from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listCredentialsNextWithServiceResponseAsync
public Observable
Retrieves the list of credentials from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listCredentialsWithServiceResponseAsync
public Observable
Retrieves the list of credentials from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listCredentialsWithServiceResponseAsync
public Observable
Retrieves the list of credentials from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listDatabases
public PagedList
Retrieves the list of databases from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listDatabases
public PagedList
Retrieves the list of databases from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listDatabasesAsync
public Observable
Retrieves the list of databases from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listDatabasesAsync
public ServiceFuture> listDatabasesAsync(final String accountName, final ListOperationCallback
Retrieves the list of databases from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listDatabasesAsync
public Observable
Retrieves the list of databases from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listDatabasesAsync
public ServiceFuture> listDatabasesAsync(final String accountName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count, final ListOperationCallback
Retrieves the list of databases from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listDatabasesNext
public PagedList
Retrieves the list of databases from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listDatabasesNextAsync
public Observable
Retrieves the list of databases from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listDatabasesNextAsync
public ServiceFuture> listDatabasesNextAsync(final String nextPageLink, final ServiceFuture
> serviceFuture, final ListOperationCallback
Retrieves the list of databases from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listDatabasesNextWithServiceResponseAsync
public Observable
Retrieves the list of databases from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listDatabasesWithServiceResponseAsync
public Observable
Retrieves the list of databases from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listDatabasesWithServiceResponseAsync
public Observable
Retrieves the list of databases from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listExternalDataSources
public PagedList
Retrieves the list of external data sources from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listExternalDataSources
public PagedList
Retrieves the list of external data sources from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listExternalDataSourcesAsync
public Observable
Retrieves the list of external data sources from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listExternalDataSourcesAsync
public ServiceFuture> listExternalDataSourcesAsync(final String accountName, final String databaseName, final ListOperationCallback
Retrieves the list of external data sources from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listExternalDataSourcesAsync
public Observable
Retrieves the list of external data sources from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listExternalDataSourcesAsync
public ServiceFuture> listExternalDataSourcesAsync(final String accountName, final String databaseName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count, final ListOperationCallback
Retrieves the list of external data sources from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listExternalDataSourcesNext
public PagedList
Retrieves the list of external data sources from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listExternalDataSourcesNextAsync
public Observable
Retrieves the list of external data sources from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listExternalDataSourcesNextAsync
public ServiceFuture> listExternalDataSourcesNextAsync(final String nextPageLink, final ServiceFuture
> serviceFuture, final ListOperationCallback
Retrieves the list of external data sources from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listExternalDataSourcesNextWithServiceResponseAsync
public Observable
Retrieves the list of external data sources from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listExternalDataSourcesWithServiceResponseAsync
public Observable
Retrieves the list of external data sources from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listExternalDataSourcesWithServiceResponseAsync
public Observable
Retrieves the list of external data sources from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listPackages
public PagedList
Retrieves the list of packages from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listPackages
public PagedList
Retrieves the list of packages from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listPackagesAsync
public Observable
Retrieves the list of packages from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listPackagesAsync
public ServiceFuture> listPackagesAsync(final String accountName, final String databaseName, final String schemaName, final ListOperationCallback
Retrieves the list of packages from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listPackagesAsync
public Observable
Retrieves the list of packages from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listPackagesAsync
public ServiceFuture> listPackagesAsync(final String accountName, final String databaseName, final String schemaName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count, final ListOperationCallback
Retrieves the list of packages from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listPackagesNext
public PagedList
Retrieves the list of packages from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listPackagesNextAsync
public Observable
Retrieves the list of packages from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listPackagesNextAsync
public ServiceFuture> listPackagesNextAsync(final String nextPageLink, final ServiceFuture
> serviceFuture, final ListOperationCallback
Retrieves the list of packages from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listPackagesNextWithServiceResponseAsync
public Observable
Retrieves the list of packages from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listPackagesWithServiceResponseAsync
public Observable
Retrieves the list of packages from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listPackagesWithServiceResponseAsync
public Observable
Retrieves the list of packages from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listProcedures
public PagedList
Retrieves the list of procedures from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listProcedures
public PagedList
Retrieves the list of procedures from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listProceduresAsync
public Observable
Retrieves the list of procedures from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listProceduresAsync
public ServiceFuture> listProceduresAsync(final String accountName, final String databaseName, final String schemaName, final ListOperationCallback
Retrieves the list of procedures from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listProceduresAsync
public Observable
Retrieves the list of procedures from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listProceduresAsync
public ServiceFuture> listProceduresAsync(final String accountName, final String databaseName, final String schemaName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count, final ListOperationCallback
Retrieves the list of procedures from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listProceduresNext
public PagedList
Retrieves the list of procedures from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listProceduresNextAsync
public Observable
Retrieves the list of procedures from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listProceduresNextAsync
public ServiceFuture> listProceduresNextAsync(final String nextPageLink, final ServiceFuture
> serviceFuture, final ListOperationCallback
Retrieves the list of procedures from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listProceduresNextWithServiceResponseAsync
public Observable
Retrieves the list of procedures from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listProceduresWithServiceResponseAsync
public Observable
Retrieves the list of procedures from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listProceduresWithServiceResponseAsync
public Observable
Retrieves the list of procedures from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listSchemas
public PagedList
Retrieves the list of schemas from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listSchemas
public PagedList
Retrieves the list of schemas from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listSchemasAsync
public Observable
Retrieves the list of schemas from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listSchemasAsync
public ServiceFuture> listSchemasAsync(final String accountName, final String databaseName, final ListOperationCallback
Retrieves the list of schemas from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listSchemasAsync
public Observable
Retrieves the list of schemas from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listSchemasAsync
public ServiceFuture> listSchemasAsync(final String accountName, final String databaseName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count, final ListOperationCallback
Retrieves the list of schemas from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listSchemasNext
public PagedList
Retrieves the list of schemas from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listSchemasNextAsync
public Observable
Retrieves the list of schemas from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listSchemasNextAsync
public ServiceFuture> listSchemasNextAsync(final String nextPageLink, final ServiceFuture
> serviceFuture, final ListOperationCallback
Retrieves the list of schemas from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listSchemasNextWithServiceResponseAsync
public Observable
Retrieves the list of schemas from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listSchemasWithServiceResponseAsync
public Observable
Retrieves the list of schemas from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listSchemasWithServiceResponseAsync
public Observable
Retrieves the list of schemas from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTablePartitions
public PagedList
Retrieves the list of table partitions from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTablePartitions
public PagedList
Retrieves the list of table partitions from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTablePartitionsAsync
public Observable
Retrieves the list of table partitions from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTablePartitionsAsync
public ServiceFuture> listTablePartitionsAsync(final String accountName, final String databaseName, final String schemaName, final String tableName, final ListOperationCallback
Retrieves the list of table partitions from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTablePartitionsAsync
public Observable
Retrieves the list of table partitions from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTablePartitionsAsync
public ServiceFuture> listTablePartitionsAsync(final String accountName, final String databaseName, final String schemaName, final String tableName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count, final ListOperationCallback
Retrieves the list of table partitions from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTablePartitionsNext
public PagedList
Retrieves the list of table partitions from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTablePartitionsNextAsync
public Observable
Retrieves the list of table partitions from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTablePartitionsNextAsync
public ServiceFuture> listTablePartitionsNextAsync(final String nextPageLink, final ServiceFuture
> serviceFuture, final ListOperationCallback
Retrieves the list of table partitions from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTablePartitionsNextWithServiceResponseAsync
public Observable
Retrieves the list of table partitions from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTablePartitionsWithServiceResponseAsync
public Observable
Retrieves the list of table partitions from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTablePartitionsWithServiceResponseAsync
public Observable
Retrieves the list of table partitions from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTables
public PagedList
Retrieves the list of tables from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTables
public PagedList
Retrieves the list of tables from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTablesAsync
public Observable
Retrieves the list of tables from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTablesAsync
public ServiceFuture> listTablesAsync(final String accountName, final String databaseName, final String schemaName, final ListOperationCallback
Retrieves the list of tables from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTablesAsync
public Observable
Retrieves the list of tables from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTablesAsync
public ServiceFuture> listTablesAsync(final String accountName, final String databaseName, final String schemaName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count, final Boolean basic, final ListOperationCallback
Retrieves the list of tables from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTablesByDatabase
public PagedList
Retrieves the list of all tables in a database from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTablesByDatabase
public PagedList
Retrieves the list of all tables in a database from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTablesByDatabaseAsync
public Observable
Retrieves the list of all tables in a database from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTablesByDatabaseAsync
public ServiceFuture> listTablesByDatabaseAsync(final String accountName, final String databaseName, final ListOperationCallback
Retrieves the list of all tables in a database from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTablesByDatabaseAsync
public Observable
Retrieves the list of all tables in a database from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTablesByDatabaseAsync
public ServiceFuture> listTablesByDatabaseAsync(final String accountName, final String databaseName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count, final Boolean basic, final ListOperationCallback
Retrieves the list of all tables in a database from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTablesByDatabaseNext
public PagedList
Retrieves the list of all tables in a database from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTablesByDatabaseNextAsync
public Observable
Retrieves the list of all tables in a database from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTablesByDatabaseNextAsync
public ServiceFuture> listTablesByDatabaseNextAsync(final String nextPageLink, final ServiceFuture
> serviceFuture, final ListOperationCallback
Retrieves the list of all tables in a database from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTablesByDatabaseNextWithServiceResponseAsync
public Observable
Retrieves the list of all tables in a database from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTablesByDatabaseWithServiceResponseAsync
public Observable
Retrieves the list of all tables in a database from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTablesByDatabaseWithServiceResponseAsync
public Observable
Retrieves the list of all tables in a database from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTablesNext
public PagedList
Retrieves the list of tables from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTablesNextAsync
public Observable
Retrieves the list of tables from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTablesNextAsync
public ServiceFuture> listTablesNextAsync(final String nextPageLink, final ServiceFuture
> serviceFuture, final ListOperationCallback
Retrieves the list of tables from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTablesNextWithServiceResponseAsync
public Observable
Retrieves the list of tables from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableStatistics
public PagedList
Retrieves the list of table statistics from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableStatistics
public PagedList
Retrieves the list of table statistics from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableStatisticsAsync
public Observable
Retrieves the list of table statistics from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableStatisticsAsync
public ServiceFuture> listTableStatisticsAsync(final String accountName, final String databaseName, final String schemaName, final String tableName, final ListOperationCallback
Retrieves the list of table statistics from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableStatisticsAsync
public Observable
Retrieves the list of table statistics from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableStatisticsAsync
public ServiceFuture> listTableStatisticsAsync(final String accountName, final String databaseName, final String schemaName, final String tableName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count, final ListOperationCallback
Retrieves the list of table statistics from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableStatisticsByDatabase
public PagedList
Retrieves the list of all statistics in a database from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableStatisticsByDatabase
public PagedList
Retrieves the list of all statistics in a database from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableStatisticsByDatabaseAndSchema
public PagedList
Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableStatisticsByDatabaseAndSchema
public PagedList
Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableStatisticsByDatabaseAndSchemaAsync
public Observable
Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableStatisticsByDatabaseAndSchemaAsync
public ServiceFuture> listTableStatisticsByDatabaseAndSchemaAsync(final String accountName, final String databaseName, final String schemaName, final ListOperationCallback
Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableStatisticsByDatabaseAndSchemaAsync
public Observable
Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableStatisticsByDatabaseAndSchemaAsync
public ServiceFuture> listTableStatisticsByDatabaseAndSchemaAsync(final String accountName, final String databaseName, final String schemaName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count, final ListOperationCallback
Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableStatisticsByDatabaseAndSchemaNext
public PagedList
Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableStatisticsByDatabaseAndSchemaNextAsync
public Observable
Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableStatisticsByDatabaseAndSchemaNextAsync
public ServiceFuture> listTableStatisticsByDatabaseAndSchemaNextAsync(final String nextPageLink, final ServiceFuture
> serviceFuture, final ListOperationCallback
Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableStatisticsByDatabaseAndSchemaNextWithServiceResponseAsync
public Observable
Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableStatisticsByDatabaseAndSchemaWithServiceResponseAsync
public Observable
Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableStatisticsByDatabaseAndSchemaWithServiceResponseAsync
public Observable
Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableStatisticsByDatabaseAsync
public Observable
Retrieves the list of all statistics in a database from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableStatisticsByDatabaseAsync
public ServiceFuture> listTableStatisticsByDatabaseAsync(final String accountName, final String databaseName, final ListOperationCallback
Retrieves the list of all statistics in a database from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableStatisticsByDatabaseAsync
public Observable
Retrieves the list of all statistics in a database from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableStatisticsByDatabaseAsync
public ServiceFuture> listTableStatisticsByDatabaseAsync(final String accountName, final String databaseName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count, final ListOperationCallback
Retrieves the list of all statistics in a database from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableStatisticsByDatabaseNext
public PagedList
Retrieves the list of all statistics in a database from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableStatisticsByDatabaseNextAsync
public Observable
Retrieves the list of all statistics in a database from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableStatisticsByDatabaseNextAsync
public ServiceFuture> listTableStatisticsByDatabaseNextAsync(final String nextPageLink, final ServiceFuture
> serviceFuture, final ListOperationCallback
Retrieves the list of all statistics in a database from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableStatisticsByDatabaseNextWithServiceResponseAsync
public Observable
Retrieves the list of all statistics in a database from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableStatisticsByDatabaseWithServiceResponseAsync
public Observable
Retrieves the list of all statistics in a database from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableStatisticsByDatabaseWithServiceResponseAsync
public Observable
Retrieves the list of all statistics in a database from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableStatisticsNext
public PagedList
Retrieves the list of table statistics from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableStatisticsNextAsync
public Observable
Retrieves the list of table statistics from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableStatisticsNextAsync
public ServiceFuture> listTableStatisticsNextAsync(final String nextPageLink, final ServiceFuture
> serviceFuture, final ListOperationCallback
Retrieves the list of table statistics from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableStatisticsNextWithServiceResponseAsync
public Observable
Retrieves the list of table statistics from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableStatisticsWithServiceResponseAsync
public Observable
Retrieves the list of table statistics from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableStatisticsWithServiceResponseAsync
public Observable
Retrieves the list of table statistics from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTablesWithServiceResponseAsync
public Observable
Retrieves the list of tables from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTablesWithServiceResponseAsync
public Observable
Retrieves the list of tables from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableTypes
public PagedList
Retrieves the list of table types from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableTypes
public PagedList
Retrieves the list of table types from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableTypesAsync
public Observable
Retrieves the list of table types from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableTypesAsync
public ServiceFuture> listTableTypesAsync(final String accountName, final String databaseName, final String schemaName, final ListOperationCallback
Retrieves the list of table types from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableTypesAsync
public Observable
Retrieves the list of table types from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableTypesAsync
public ServiceFuture> listTableTypesAsync(final String accountName, final String databaseName, final String schemaName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count, final ListOperationCallback
Retrieves the list of table types from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableTypesNext
public PagedList
Retrieves the list of table types from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableTypesNextAsync
public Observable
Retrieves the list of table types from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableTypesNextAsync
public ServiceFuture> listTableTypesNextAsync(final String nextPageLink, final ServiceFuture
> serviceFuture, final ListOperationCallback
Retrieves the list of table types from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableTypesNextWithServiceResponseAsync
public Observable
Retrieves the list of table types from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableTypesWithServiceResponseAsync
public Observable
Retrieves the list of table types from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableTypesWithServiceResponseAsync
public Observable
Retrieves the list of table types from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableValuedFunctions
public PagedList
Retrieves the list of table valued functions from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableValuedFunctions
public PagedList
Retrieves the list of table valued functions from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableValuedFunctionsAsync
public Observable
Retrieves the list of table valued functions from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableValuedFunctionsAsync
public ServiceFuture> listTableValuedFunctionsAsync(final String accountName, final String databaseName, final String schemaName, final ListOperationCallback
Retrieves the list of table valued functions from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableValuedFunctionsAsync
public Observable
Retrieves the list of table valued functions from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableValuedFunctionsAsync
public ServiceFuture> listTableValuedFunctionsAsync(final String accountName, final String databaseName, final String schemaName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count, final ListOperationCallback
Retrieves the list of table valued functions from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableValuedFunctionsByDatabase
public PagedList
Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableValuedFunctionsByDatabase
public PagedList
Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableValuedFunctionsByDatabaseAsync
public Observable
Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableValuedFunctionsByDatabaseAsync
public ServiceFuture> listTableValuedFunctionsByDatabaseAsync(final String accountName, final String databaseName, final ListOperationCallback
Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableValuedFunctionsByDatabaseAsync
public Observable
Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableValuedFunctionsByDatabaseAsync
public ServiceFuture> listTableValuedFunctionsByDatabaseAsync(final String accountName, final String databaseName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count, final ListOperationCallback
Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableValuedFunctionsByDatabaseNext
public PagedList
Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableValuedFunctionsByDatabaseNextAsync
public Observable
Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableValuedFunctionsByDatabaseNextAsync
public ServiceFuture> listTableValuedFunctionsByDatabaseNextAsync(final String nextPageLink, final ServiceFuture
> serviceFuture, final ListOperationCallback
Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableValuedFunctionsByDatabaseNextWithServiceResponseAsync
public Observable
Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableValuedFunctionsByDatabaseWithServiceResponseAsync
public Observable
Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableValuedFunctionsByDatabaseWithServiceResponseAsync
public Observable
Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableValuedFunctionsNext
public PagedList
Retrieves the list of table valued functions from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableValuedFunctionsNextAsync
public Observable
Retrieves the list of table valued functions from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableValuedFunctionsNextAsync
public ServiceFuture> listTableValuedFunctionsNextAsync(final String nextPageLink, final ServiceFuture
> serviceFuture, final ListOperationCallback
Retrieves the list of table valued functions from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableValuedFunctionsNextWithServiceResponseAsync
public Observable
Retrieves the list of table valued functions from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableValuedFunctionsWithServiceResponseAsync
public Observable
Retrieves the list of table valued functions from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTableValuedFunctionsWithServiceResponseAsync
public Observable
Retrieves the list of table valued functions from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTypes
public PagedList
Retrieves the list of types within the specified database and schema from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTypes
public PagedList
Retrieves the list of types within the specified database and schema from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTypesAsync
public Observable
Retrieves the list of types within the specified database and schema from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTypesAsync
public ServiceFuture> listTypesAsync(final String accountName, final String databaseName, final String schemaName, final ListOperationCallback
Retrieves the list of types within the specified database and schema from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTypesAsync
public Observable
Retrieves the list of types within the specified database and schema from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTypesAsync
public ServiceFuture> listTypesAsync(final String accountName, final String databaseName, final String schemaName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count, final ListOperationCallback
Retrieves the list of types within the specified database and schema from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTypesNext
public PagedList
Retrieves the list of types within the specified database and schema from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTypesNextAsync
public Observable
Retrieves the list of types within the specified database and schema from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTypesNextAsync
public ServiceFuture> listTypesNextAsync(final String nextPageLink, final ServiceFuture
> serviceFuture, final ListOperationCallback
Retrieves the list of types within the specified database and schema from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTypesNextWithServiceResponseAsync
public Observable
Retrieves the list of types within the specified database and schema from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTypesWithServiceResponseAsync
public Observable
Retrieves the list of types within the specified database and schema from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listTypesWithServiceResponseAsync
public Observable
Retrieves the list of types within the specified database and schema from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listViews
public PagedList
Retrieves the list of views from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listViews
public PagedList
Retrieves the list of views from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listViewsAsync
public Observable
Retrieves the list of views from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listViewsAsync
public ServiceFuture> listViewsAsync(final String accountName, final String databaseName, final String schemaName, final ListOperationCallback
Retrieves the list of views from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listViewsAsync
public Observable
Retrieves the list of views from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listViewsAsync
public ServiceFuture> listViewsAsync(final String accountName, final String databaseName, final String schemaName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count, final ListOperationCallback
Retrieves the list of views from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listViewsByDatabase
public PagedList
Retrieves the list of all views in a database from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listViewsByDatabase
public PagedList
Retrieves the list of all views in a database from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listViewsByDatabaseAsync
public Observable
Retrieves the list of all views in a database from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listViewsByDatabaseAsync
public ServiceFuture> listViewsByDatabaseAsync(final String accountName, final String databaseName, final ListOperationCallback
Retrieves the list of all views in a database from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listViewsByDatabaseAsync
public Observable
Retrieves the list of all views in a database from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listViewsByDatabaseAsync
public ServiceFuture> listViewsByDatabaseAsync(final String accountName, final String databaseName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count, final ListOperationCallback
Retrieves the list of all views in a database from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listViewsByDatabaseNext
public PagedList
Retrieves the list of all views in a database from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listViewsByDatabaseNextAsync
public Observable
Retrieves the list of all views in a database from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listViewsByDatabaseNextAsync
public ServiceFuture> listViewsByDatabaseNextAsync(final String nextPageLink, final ServiceFuture
> serviceFuture, final ListOperationCallback
Retrieves the list of all views in a database from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listViewsByDatabaseNextWithServiceResponseAsync
public Observable
Retrieves the list of all views in a database from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listViewsByDatabaseWithServiceResponseAsync
public Observable
Retrieves the list of all views in a database from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listViewsByDatabaseWithServiceResponseAsync
public Observable
Retrieves the list of all views in a database from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listViewsNext
public PagedList
Retrieves the list of views from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listViewsNextAsync
public Observable
Retrieves the list of views from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listViewsNextAsync
public ServiceFuture> listViewsNextAsync(final String nextPageLink, final ServiceFuture
> serviceFuture, final ListOperationCallback
Retrieves the list of views from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listViewsNextWithServiceResponseAsync
public Observable
Retrieves the list of views from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listViewsWithServiceResponseAsync
public Observable
Retrieves the list of views from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
listViewsWithServiceResponseAsync
public Observable
Retrieves the list of views from the Data Lake Analytics catalog.
Parameters:
Returns:
Throws:
updateCredential
public void updateCredential(String accountName, String databaseName, String credentialName, DataLakeAnalyticsCatalogCredentialUpdateParameters parameters)
Modifies the specified credential for use with external data sources in the specified database.
Parameters:
Throws:
updateCredentialAsync
public Observable
Modifies the specified credential for use with external data sources in the specified database.
Parameters:
Returns:
Throws:
updateCredentialAsync
public ServiceFuture
Modifies the specified credential for use with external data sources in the specified database.
Parameters:
Returns:
Throws:
updateCredentialWithServiceResponseAsync
public Observable
Modifies the specified credential for use with external data sources in the specified database.
Parameters:
Returns:
Throws:
updateSecret
public void updateSecret(String accountName, String databaseName, String secretName, DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters)
Modifies the specified secret for use with external data sources in the specified database. This is deprecated and will be removed in the next release. Please use UpdateCredential instead.
Parameters:
Throws:
updateSecretAsync
public Observable
Modifies the specified secret for use with external data sources in the specified database. This is deprecated and will be removed in the next release. Please use UpdateCredential instead.
Parameters:
Returns:
Throws:
updateSecretAsync
public ServiceFuture
Modifies the specified secret for use with external data sources in the specified database. This is deprecated and will be removed in the next release. Please use UpdateCredential instead.
Parameters:
Returns:
Throws:
updateSecretWithServiceResponseAsync
public Observable
Modifies the specified secret for use with external data sources in the specified database. This is deprecated and will be removed in the next release. Please use UpdateCredential instead.
Parameters:
Returns:
Throws:
Applies to
Azure SDK for Java