ICatalogOperations Interface

Definition

CatalogOperations operations.

public interface ICatalogOperations
type ICatalogOperations = interface
Public Interface ICatalogOperations

Methods

CreateCredentialWithHttpMessagesAsync(String, String, String, DataLakeAnalyticsCatalogCredentialCreateParameters, Dictionary<String, List<String>>, CancellationToken)

Creates the specified credential for use with external data sources in the specified database.

CreateSecretWithHttpMessagesAsync(String, String, String, DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters, Dictionary<String,List<String>>, CancellationToken)
Obsolete.
Obsolete.

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.

DeleteAllSecretsWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)
Obsolete.

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

DeleteCredentialWithHttpMessagesAsync(String, String, String, DataLakeAnalyticsCatalogCredentialDeleteParameters, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

Deletes the specified credential in the specified database

DeleteSecretWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)
Obsolete.
Obsolete.

Deletes the specified secret in the specified database. This is deprecated and will be removed in the next release. Please use DeleteCredential instead.

GetAssemblyWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Retrieves the specified assembly from the Data Lake Analytics catalog.

GetCredentialWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Retrieves the specified credential from the Data Lake Analytics catalog.

GetDatabaseWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Retrieves the specified database from the Data Lake Analytics catalog.

GetExternalDataSourceWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Retrieves the specified external data source from the Data Lake Analytics catalog.

GetPackageWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Retrieves the specified package from the Data Lake Analytics catalog.

GetProcedureWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Retrieves the specified procedure from the Data Lake Analytics catalog.

GetSchemaWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Retrieves the specified schema from the Data Lake Analytics catalog.

GetSecretWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)
Obsolete.
Obsolete.

Gets the specified secret in the specified database. This is deprecated and will be removed in the next release. Please use GetCredential instead.

GetTablePartitionWithHttpMessagesAsync(String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Retrieves the specified table partition from the Data Lake Analytics catalog.

GetTableStatisticWithHttpMessagesAsync(String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Retrieves the specified table statistics from the Data Lake Analytics catalog.

GetTableTypeWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Retrieves the specified table type from the Data Lake Analytics catalog.

GetTableValuedFunctionWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Retrieves the specified table valued function from the Data Lake Analytics catalog.

GetTableWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Retrieves the specified table from the Data Lake Analytics catalog.

GetViewWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Retrieves the specified view from the Data Lake Analytics catalog.

GrantAclToDatabaseWithHttpMessagesAsync(String, String, AclCreateOrUpdateParameters, Dictionary<String,List<String>>, CancellationToken)

Grants an access control list (ACL) entry to the database from the Data Lake Analytics catalog.

GrantAclWithHttpMessagesAsync(String, AclCreateOrUpdateParameters, Dictionary<String,List<String>>, CancellationToken)

Grants an access control list (ACL) entry to the Data Lake Analytics catalog.

ListAclsByDatabaseNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Retrieves the list of access control list (ACL) entries for the database from the Data Lake Analytics catalog.

ListAclsByDatabaseWithHttpMessagesAsync(String, String, ODataQuery<Acl>, String, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

Retrieves the list of access control list (ACL) entries for the database from the Data Lake Analytics catalog.

ListAclsNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Retrieves the list of access control list (ACL) entries for the Data Lake Analytics catalog.

ListAclsWithHttpMessagesAsync(String, ODataQuery<Acl>, String, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

Retrieves the list of access control list (ACL) entries for the Data Lake Analytics catalog.

ListAssembliesNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Retrieves the list of assemblies from the Data Lake Analytics catalog.

ListAssembliesWithHttpMessagesAsync(String, String, ODataQuery<USqlAssembly>, String, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

Retrieves the list of assemblies from the Data Lake Analytics catalog.

ListCredentialsNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Retrieves the list of credentials from the Data Lake Analytics catalog.

ListCredentialsWithHttpMessagesAsync(String, String, ODataQuery<USqlCredential>, String, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

Retrieves the list of credentials from the Data Lake Analytics catalog.

ListDatabasesNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Retrieves the list of databases from the Data Lake Analytics catalog.

ListDatabasesWithHttpMessagesAsync(String, ODataQuery<USqlDatabase>, String, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

Retrieves the list of databases from the Data Lake Analytics catalog.

ListExternalDataSourcesNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Retrieves the list of external data sources from the Data Lake Analytics catalog.

ListExternalDataSourcesWithHttpMessagesAsync(String, String, ODataQuery<USqlExternalDataSource>, String, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

Retrieves the list of external data sources from the Data Lake Analytics catalog.

ListPackagesNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Retrieves the list of packages from the Data Lake Analytics catalog.

ListPackagesWithHttpMessagesAsync(String, String, String, ODataQuery<USqlPackage>, String, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

Retrieves the list of packages from the Data Lake Analytics catalog.

ListProceduresNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Retrieves the list of procedures from the Data Lake Analytics catalog.

ListProceduresWithHttpMessagesAsync(String, String, String, ODataQuery<USqlProcedure>, String, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

Retrieves the list of procedures from the Data Lake Analytics catalog.

ListSchemasNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Retrieves the list of schemas from the Data Lake Analytics catalog.

ListSchemasWithHttpMessagesAsync(String, String, ODataQuery<USqlSchema>, String, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

Retrieves the list of schemas from the Data Lake Analytics catalog.

ListTableFragmentsNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Retrieves the list of table fragments from the Data Lake Analytics catalog.

ListTableFragmentsWithHttpMessagesAsync(String, String, String, String, ODataQuery<USqlTableFragment>, String, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

Retrieves the list of table fragments from the Data Lake Analytics catalog.

ListTablePartitionsNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Retrieves the list of table partitions from the Data Lake Analytics catalog.

ListTablePartitionsWithHttpMessagesAsync(String, String, String, String, ODataQuery<USqlTablePartition>, String, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

Retrieves the list of table partitions from the Data Lake Analytics catalog.

ListTablesByDatabaseNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Retrieves the list of all tables in a database from the Data Lake Analytics catalog.

ListTablesByDatabaseWithHttpMessagesAsync(String, String, ODataQuery<USqlTable>, String, Nullable<Boolean>, Nullable<Boolean>, Dictionary<String, List<String>>, CancellationToken)

Retrieves the list of all tables in a database from the Data Lake Analytics catalog.

ListTablesNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Retrieves the list of tables from the Data Lake Analytics catalog.

ListTableStatisticsByDatabaseAndSchemaNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog.

ListTableStatisticsByDatabaseAndSchemaWithHttpMessagesAsync(String, String, String, ODataQuery<USqlTableStatistics>, String, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog.

ListTableStatisticsByDatabaseNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Retrieves the list of all statistics in a database from the Data Lake Analytics catalog.

ListTableStatisticsByDatabaseWithHttpMessagesAsync(String, String, ODataQuery<USqlTableStatistics>, String, Nullable<Boolean>, Dictionary<String, List<String>>, CancellationToken)

Retrieves the list of all statistics in a database from the Data Lake Analytics catalog.

ListTableStatisticsNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Retrieves the list of table statistics from the Data Lake Analytics catalog.

ListTableStatisticsWithHttpMessagesAsync(String, String, String, String, ODataQuery<USqlTableStatistics>, String, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

Retrieves the list of table statistics from the Data Lake Analytics catalog.

ListTablesWithHttpMessagesAsync(String, String, String, ODataQuery<USqlTable>, String, Nullable<Boolean>, Nullable<Boolean>, Dictionary<String, List<String>>, CancellationToken)

Retrieves the list of tables from the Data Lake Analytics catalog.

ListTableTypesNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Retrieves the list of table types from the Data Lake Analytics catalog.

ListTableTypesWithHttpMessagesAsync(String, String, String, ODataQuery<USqlTableType>, String, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

Retrieves the list of table types from the Data Lake Analytics catalog.

ListTableValuedFunctionsByDatabaseNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog.

ListTableValuedFunctionsByDatabaseWithHttpMessagesAsync(String, String, ODataQuery<USqlTableValuedFunction>, String, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog.

ListTableValuedFunctionsNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Retrieves the list of table valued functions from the Data Lake Analytics catalog.

ListTableValuedFunctionsWithHttpMessagesAsync(String, String, String, ODataQuery<USqlTableValuedFunction>, String, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

Retrieves the list of table valued functions from the Data Lake Analytics catalog.

ListTypesNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Retrieves the list of types within the specified database and schema from the Data Lake Analytics catalog.

ListTypesWithHttpMessagesAsync(String, String, String, ODataQuery<USqlType>, String, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

Retrieves the list of types within the specified database and schema from the Data Lake Analytics catalog.

ListViewsByDatabaseNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Retrieves the list of all views in a database from the Data Lake Analytics catalog.

ListViewsByDatabaseWithHttpMessagesAsync(String, String, ODataQuery<USqlView>, String, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

Retrieves the list of all views in a database from the Data Lake Analytics catalog.

ListViewsNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Retrieves the list of views from the Data Lake Analytics catalog.

ListViewsWithHttpMessagesAsync(String, String, String, ODataQuery<USqlView>, String, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

Retrieves the list of views from the Data Lake Analytics catalog.

PreviewTablePartitionWithHttpMessagesAsync(String, String, String, String, String, Nullable<Int64>, Nullable<Int64>, Dictionary<String, List<String>>, CancellationToken)

Retrieves a preview set of rows in given partition.

PreviewTableWithHttpMessagesAsync(String, String, String, String, Nullable<Int64>, Nullable<Int64>, Dictionary<String,List<String>>, CancellationToken)

Retrieves a preview set of rows in given table.

RevokeAclFromDatabaseWithHttpMessagesAsync(String, String, AclDeleteParameters, Dictionary<String,List<String>>, CancellationToken)

Revokes an access control list (ACL) entry for the database from the Data Lake Analytics catalog.

RevokeAclWithHttpMessagesAsync(String, AclDeleteParameters, Dictionary<String,List<String>>, CancellationToken)

Revokes an access control list (ACL) entry from the Data Lake Analytics catalog.

UpdateCredentialWithHttpMessagesAsync(String, String, String, DataLakeAnalyticsCatalogCredentialUpdateParameters, Dictionary<String, List<String>>, CancellationToken)

Modifies the specified credential for use with external data sources in the specified database

UpdateSecretWithHttpMessagesAsync(String, String, String, DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters, Dictionary<String,List<String>>, CancellationToken)
Obsolete.
Obsolete.

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.

Extension Methods

CreateCredential(ICatalogOperations, String, String, String, DataLakeAnalyticsCatalogCredentialCreateParameters)

Creates the specified credential for use with external data sources in the specified database.

CreateCredentialAsync(ICatalogOperations, String, String, String, DataLakeAnalyticsCatalogCredentialCreateParameters, CancellationToken)

Creates the specified credential for use with external data sources in the specified database.

CreateSecret(ICatalogOperations, String, String, String, DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters)
Obsolete.
Obsolete.

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.

CreateSecretAsync(ICatalogOperations, String, String, String, DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters, CancellationToken)
Obsolete.
Obsolete.

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.

DeleteAllSecrets(ICatalogOperations, String, String)
Obsolete.

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

DeleteAllSecretsAsync(ICatalogOperations, String, String, CancellationToken)
Obsolete.

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

DeleteCredential(ICatalogOperations, String, String, String, DataLakeAnalyticsCatalogCredentialDeleteParameters, Nullable<Boolean>)

Deletes the specified credential in the specified database

DeleteCredentialAsync(ICatalogOperations, String, String, String, DataLakeAnalyticsCatalogCredentialDeleteParameters, Nullable<Boolean>, CancellationToken)

Deletes the specified credential in the specified database

DeleteSecret(ICatalogOperations, String, String, String)
Obsolete.
Obsolete.

Deletes the specified secret in the specified database. This is deprecated and will be removed in the next release. Please use DeleteCredential instead.

DeleteSecretAsync(ICatalogOperations, String, String, String, CancellationToken)
Obsolete.
Obsolete.

Deletes the specified secret in the specified database. This is deprecated and will be removed in the next release. Please use DeleteCredential instead.

GetAssembly(ICatalogOperations, String, String, String)

Retrieves the specified assembly from the Data Lake Analytics catalog.

GetAssemblyAsync(ICatalogOperations, String, String, String, CancellationToken)

Retrieves the specified assembly from the Data Lake Analytics catalog.

GetCredential(ICatalogOperations, String, String, String)

Retrieves the specified credential from the Data Lake Analytics catalog.

GetCredentialAsync(ICatalogOperations, String, String, String, CancellationToken)

Retrieves the specified credential from the Data Lake Analytics catalog.

GetDatabase(ICatalogOperations, String, String)

Retrieves the specified database from the Data Lake Analytics catalog.

GetDatabaseAsync(ICatalogOperations, String, String, CancellationToken)

Retrieves the specified database from the Data Lake Analytics catalog.

GetExternalDataSource(ICatalogOperations, String, String, String)

Retrieves the specified external data source from the Data Lake Analytics catalog.

GetExternalDataSourceAsync(ICatalogOperations, String, String, String, CancellationToken)

Retrieves the specified external data source from the Data Lake Analytics catalog.

GetPackage(ICatalogOperations, String, String, String, String)

Retrieves the specified package from the Data Lake Analytics catalog.

GetPackageAsync(ICatalogOperations, String, String, String, String, CancellationToken)

Retrieves the specified package from the Data Lake Analytics catalog.

GetProcedure(ICatalogOperations, String, String, String, String)

Retrieves the specified procedure from the Data Lake Analytics catalog.

GetProcedureAsync(ICatalogOperations, String, String, String, String, CancellationToken)

Retrieves the specified procedure from the Data Lake Analytics catalog.

GetSchema(ICatalogOperations, String, String, String)

Retrieves the specified schema from the Data Lake Analytics catalog.

GetSchemaAsync(ICatalogOperations, String, String, String, CancellationToken)

Retrieves the specified schema from the Data Lake Analytics catalog.

GetSecret(ICatalogOperations, String, String, String)
Obsolete.
Obsolete.

Gets the specified secret in the specified database. This is deprecated and will be removed in the next release. Please use GetCredential instead.

GetSecretAsync(ICatalogOperations, String, String, String, CancellationToken)
Obsolete.
Obsolete.

Gets the specified secret in the specified database. This is deprecated and will be removed in the next release. Please use GetCredential instead.

GetTable(ICatalogOperations, String, String, String, String)

Retrieves the specified table from the Data Lake Analytics catalog.

GetTableAsync(ICatalogOperations, String, String, String, String, CancellationToken)

Retrieves the specified table from the Data Lake Analytics catalog.

GetTablePartition(ICatalogOperations, String, String, String, String, String)

Retrieves the specified table partition from the Data Lake Analytics catalog.

GetTablePartitionAsync(ICatalogOperations, String, String, String, String, String, CancellationToken)

Retrieves the specified table partition from the Data Lake Analytics catalog.

GetTableStatistic(ICatalogOperations, String, String, String, String, String)

Retrieves the specified table statistics from the Data Lake Analytics catalog.

GetTableStatisticAsync(ICatalogOperations, String, String, String, String, String, CancellationToken)

Retrieves the specified table statistics from the Data Lake Analytics catalog.

GetTableType(ICatalogOperations, String, String, String, String)

Retrieves the specified table type from the Data Lake Analytics catalog.

GetTableTypeAsync(ICatalogOperations, String, String, String, String, CancellationToken)

Retrieves the specified table type from the Data Lake Analytics catalog.

GetTableValuedFunction(ICatalogOperations, String, String, String, String)

Retrieves the specified table valued function from the Data Lake Analytics catalog.

GetTableValuedFunctionAsync(ICatalogOperations, String, String, String, String, CancellationToken)

Retrieves the specified table valued function from the Data Lake Analytics catalog.

GetView(ICatalogOperations, String, String, String, String)

Retrieves the specified view from the Data Lake Analytics catalog.

GetViewAsync(ICatalogOperations, String, String, String, String, CancellationToken)

Retrieves the specified view from the Data Lake Analytics catalog.

GrantAcl(ICatalogOperations, String, AclCreateOrUpdateParameters)

Grants an access control list (ACL) entry to the Data Lake Analytics catalog.

GrantAclAsync(ICatalogOperations, String, AclCreateOrUpdateParameters, CancellationToken)

Grants an access control list (ACL) entry to the Data Lake Analytics catalog.

GrantAclToDatabase(ICatalogOperations, String, String, AclCreateOrUpdateParameters)

Grants an access control list (ACL) entry to the database from the Data Lake Analytics catalog.

GrantAclToDatabaseAsync(ICatalogOperations, String, String, AclCreateOrUpdateParameters, CancellationToken)

Grants an access control list (ACL) entry to the database from the Data Lake Analytics catalog.

ListAcls(ICatalogOperations, String, ODataQuery<Acl>, String, Nullable<Boolean>)

Retrieves the list of access control list (ACL) entries for the Data Lake Analytics catalog.

ListAclsAsync(ICatalogOperations, String, ODataQuery<Acl>, String, Nullable<Boolean>, CancellationToken)

Retrieves the list of access control list (ACL) entries for the Data Lake Analytics catalog.

ListAclsByDatabase(ICatalogOperations, String, String, ODataQuery<Acl>, String, Nullable<Boolean>)

Retrieves the list of access control list (ACL) entries for the database from the Data Lake Analytics catalog.

ListAclsByDatabaseAsync(ICatalogOperations, String, String, ODataQuery<Acl>, String, Nullable<Boolean>, CancellationToken)

Retrieves the list of access control list (ACL) entries for the database from the Data Lake Analytics catalog.

ListAclsByDatabaseNext(ICatalogOperations, String)

Retrieves the list of access control list (ACL) entries for the database from the Data Lake Analytics catalog.

ListAclsByDatabaseNextAsync(ICatalogOperations, String, CancellationToken)

Retrieves the list of access control list (ACL) entries for the database from the Data Lake Analytics catalog.

ListAclsNext(ICatalogOperations, String)

Retrieves the list of access control list (ACL) entries for the Data Lake Analytics catalog.

ListAclsNextAsync(ICatalogOperations, String, CancellationToken)

Retrieves the list of access control list (ACL) entries for the Data Lake Analytics catalog.

ListAssemblies(ICatalogOperations, String, String, ODataQuery<USqlAssembly>, String, Nullable<Boolean>)

Retrieves the list of assemblies from the Data Lake Analytics catalog.

ListAssembliesAsync(ICatalogOperations, String, String, ODataQuery<USqlAssembly>, String, Nullable<Boolean>, CancellationToken)

Retrieves the list of assemblies from the Data Lake Analytics catalog.

ListAssembliesNext(ICatalogOperations, String)

Retrieves the list of assemblies from the Data Lake Analytics catalog.

ListAssembliesNextAsync(ICatalogOperations, String, CancellationToken)

Retrieves the list of assemblies from the Data Lake Analytics catalog.

ListCredentials(ICatalogOperations, String, String, ODataQuery<USqlCredential>, String, Nullable<Boolean>)

Retrieves the list of credentials from the Data Lake Analytics catalog.

ListCredentialsAsync(ICatalogOperations, String, String, ODataQuery<USqlCredential>, String, Nullable<Boolean>, CancellationToken)

Retrieves the list of credentials from the Data Lake Analytics catalog.

ListCredentialsNext(ICatalogOperations, String)

Retrieves the list of credentials from the Data Lake Analytics catalog.

ListCredentialsNextAsync(ICatalogOperations, String, CancellationToken)

Retrieves the list of credentials from the Data Lake Analytics catalog.

ListDatabases(ICatalogOperations, String, ODataQuery<USqlDatabase>, String, Nullable<Boolean>)

Retrieves the list of databases from the Data Lake Analytics catalog.

ListDatabasesAsync(ICatalogOperations, String, ODataQuery<USqlDatabase>, String, Nullable<Boolean>, CancellationToken)

Retrieves the list of databases from the Data Lake Analytics catalog.

ListDatabasesNext(ICatalogOperations, String)

Retrieves the list of databases from the Data Lake Analytics catalog.

ListDatabasesNextAsync(ICatalogOperations, String, CancellationToken)

Retrieves the list of databases from the Data Lake Analytics catalog.

ListExternalDataSources(ICatalogOperations, String, String, ODataQuery<USqlExternalDataSource>, String, Nullable<Boolean>)

Retrieves the list of external data sources from the Data Lake Analytics catalog.

ListExternalDataSourcesAsync(ICatalogOperations, String, String, ODataQuery<USqlExternalDataSource>, String, Nullable<Boolean>, CancellationToken)

Retrieves the list of external data sources from the Data Lake Analytics catalog.

ListExternalDataSourcesNext(ICatalogOperations, String)

Retrieves the list of external data sources from the Data Lake Analytics catalog.

ListExternalDataSourcesNextAsync(ICatalogOperations, String, CancellationToken)

Retrieves the list of external data sources from the Data Lake Analytics catalog.

ListPackages(ICatalogOperations, String, String, String, ODataQuery<USqlPackage>, String, Nullable<Boolean>)

Retrieves the list of packages from the Data Lake Analytics catalog.

ListPackagesAsync(ICatalogOperations, String, String, String, ODataQuery<USqlPackage>, String, Nullable<Boolean>, CancellationToken)

Retrieves the list of packages from the Data Lake Analytics catalog.

ListPackagesNext(ICatalogOperations, String)

Retrieves the list of packages from the Data Lake Analytics catalog.

ListPackagesNextAsync(ICatalogOperations, String, CancellationToken)

Retrieves the list of packages from the Data Lake Analytics catalog.

ListProcedures(ICatalogOperations, String, String, String, ODataQuery<USqlProcedure>, String, Nullable<Boolean>)

Retrieves the list of procedures from the Data Lake Analytics catalog.

ListProceduresAsync(ICatalogOperations, String, String, String, ODataQuery<USqlProcedure>, String, Nullable<Boolean>, CancellationToken)

Retrieves the list of procedures from the Data Lake Analytics catalog.

ListProceduresNext(ICatalogOperations, String)

Retrieves the list of procedures from the Data Lake Analytics catalog.

ListProceduresNextAsync(ICatalogOperations, String, CancellationToken)

Retrieves the list of procedures from the Data Lake Analytics catalog.

ListSchemas(ICatalogOperations, String, String, ODataQuery<USqlSchema>, String, Nullable<Boolean>)

Retrieves the list of schemas from the Data Lake Analytics catalog.

ListSchemasAsync(ICatalogOperations, String, String, ODataQuery<USqlSchema>, String, Nullable<Boolean>, CancellationToken)

Retrieves the list of schemas from the Data Lake Analytics catalog.

ListSchemasNext(ICatalogOperations, String)

Retrieves the list of schemas from the Data Lake Analytics catalog.

ListSchemasNextAsync(ICatalogOperations, String, CancellationToken)

Retrieves the list of schemas from the Data Lake Analytics catalog.

ListTableFragments(ICatalogOperations, String, String, String, String, ODataQuery<USqlTableFragment>, String, Nullable<Boolean>)

Retrieves the list of table fragments from the Data Lake Analytics catalog.

ListTableFragmentsAsync(ICatalogOperations, String, String, String, String, ODataQuery<USqlTableFragment>, String, Nullable<Boolean>, CancellationToken)

Retrieves the list of table fragments from the Data Lake Analytics catalog.

ListTableFragmentsNext(ICatalogOperations, String)

Retrieves the list of table fragments from the Data Lake Analytics catalog.

ListTableFragmentsNextAsync(ICatalogOperations, String, CancellationToken)

Retrieves the list of table fragments from the Data Lake Analytics catalog.

ListTablePartitions(ICatalogOperations, String, String, String, String, ODataQuery<USqlTablePartition>, String, Nullable<Boolean>)

Retrieves the list of table partitions from the Data Lake Analytics catalog.

ListTablePartitionsAsync(ICatalogOperations, String, String, String, String, ODataQuery<USqlTablePartition>, String, Nullable<Boolean>, CancellationToken)

Retrieves the list of table partitions from the Data Lake Analytics catalog.

ListTablePartitionsNext(ICatalogOperations, String)

Retrieves the list of table partitions from the Data Lake Analytics catalog.

ListTablePartitionsNextAsync(ICatalogOperations, String, CancellationToken)

Retrieves the list of table partitions from the Data Lake Analytics catalog.

ListTables(ICatalogOperations, String, String, String, ODataQuery<USqlTable>, String, Nullable<Boolean>, Nullable<Boolean>)

Retrieves the list of tables from the Data Lake Analytics catalog.

ListTablesAsync(ICatalogOperations, String, String, String, ODataQuery<USqlTable>, String, Nullable<Boolean>, Nullable<Boolean>, CancellationToken)

Retrieves the list of tables from the Data Lake Analytics catalog.

ListTablesByDatabase(ICatalogOperations, String, String, ODataQuery<USqlTable>, String, Nullable<Boolean>, Nullable<Boolean>)

Retrieves the list of all tables in a database from the Data Lake Analytics catalog.

ListTablesByDatabaseAsync(ICatalogOperations, String, String, ODataQuery<USqlTable>, String, Nullable<Boolean>, Nullable<Boolean>, CancellationToken)

Retrieves the list of all tables in a database from the Data Lake Analytics catalog.

ListTablesByDatabaseNext(ICatalogOperations, String)

Retrieves the list of all tables in a database from the Data Lake Analytics catalog.

ListTablesByDatabaseNextAsync(ICatalogOperations, String, CancellationToken)

Retrieves the list of all tables in a database from the Data Lake Analytics catalog.

ListTablesNext(ICatalogOperations, String)

Retrieves the list of tables from the Data Lake Analytics catalog.

ListTablesNextAsync(ICatalogOperations, String, CancellationToken)

Retrieves the list of tables from the Data Lake Analytics catalog.

ListTableStatistics(ICatalogOperations, String, String, String, String, ODataQuery<USqlTableStatistics>, String, Nullable<Boolean>)

Retrieves the list of table statistics from the Data Lake Analytics catalog.

ListTableStatisticsAsync(ICatalogOperations, String, String, String, String, ODataQuery<USqlTableStatistics>, String, Nullable<Boolean>, CancellationToken)

Retrieves the list of table statistics from the Data Lake Analytics catalog.

ListTableStatisticsByDatabase(ICatalogOperations, String, String, ODataQuery<USqlTableStatistics>, String, Nullable<Boolean>)

Retrieves the list of all statistics in a database from the Data Lake Analytics catalog.

ListTableStatisticsByDatabaseAndSchema(ICatalogOperations, String, String, String, ODataQuery<USqlTableStatistics>, String, Nullable<Boolean>)

Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog.

ListTableStatisticsByDatabaseAndSchemaAsync(ICatalogOperations, String, String, String, ODataQuery<USqlTableStatistics>, String, Nullable<Boolean>, CancellationToken)

Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog.

ListTableStatisticsByDatabaseAndSchemaNext(ICatalogOperations, String)

Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog.

ListTableStatisticsByDatabaseAndSchemaNextAsync(ICatalogOperations, String, CancellationToken)

Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog.

ListTableStatisticsByDatabaseAsync(ICatalogOperations, String, String, ODataQuery<USqlTableStatistics>, String, Nullable<Boolean>, CancellationToken)

Retrieves the list of all statistics in a database from the Data Lake Analytics catalog.

ListTableStatisticsByDatabaseNext(ICatalogOperations, String)

Retrieves the list of all statistics in a database from the Data Lake Analytics catalog.

ListTableStatisticsByDatabaseNextAsync(ICatalogOperations, String, CancellationToken)

Retrieves the list of all statistics in a database from the Data Lake Analytics catalog.

ListTableStatisticsNext(ICatalogOperations, String)

Retrieves the list of table statistics from the Data Lake Analytics catalog.

ListTableStatisticsNextAsync(ICatalogOperations, String, CancellationToken)

Retrieves the list of table statistics from the Data Lake Analytics catalog.

ListTableTypes(ICatalogOperations, String, String, String, ODataQuery<USqlTableType>, String, Nullable<Boolean>)

Retrieves the list of table types from the Data Lake Analytics catalog.

ListTableTypesAsync(ICatalogOperations, String, String, String, ODataQuery<USqlTableType>, String, Nullable<Boolean>, CancellationToken)

Retrieves the list of table types from the Data Lake Analytics catalog.

ListTableTypesNext(ICatalogOperations, String)

Retrieves the list of table types from the Data Lake Analytics catalog.

ListTableTypesNextAsync(ICatalogOperations, String, CancellationToken)

Retrieves the list of table types from the Data Lake Analytics catalog.

ListTableValuedFunctions(ICatalogOperations, String, String, String, ODataQuery<USqlTableValuedFunction>, String, Nullable<Boolean>)

Retrieves the list of table valued functions from the Data Lake Analytics catalog.

ListTableValuedFunctionsAsync(ICatalogOperations, String, String, String, ODataQuery<USqlTableValuedFunction>, String, Nullable<Boolean>, CancellationToken)

Retrieves the list of table valued functions from the Data Lake Analytics catalog.

ListTableValuedFunctionsByDatabase(ICatalogOperations, String, String, ODataQuery<USqlTableValuedFunction>, String, Nullable<Boolean>)

Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog.

ListTableValuedFunctionsByDatabaseAsync(ICatalogOperations, String, String, ODataQuery<USqlTableValuedFunction>, String, Nullable<Boolean>, CancellationToken)

Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog.

ListTableValuedFunctionsByDatabaseNext(ICatalogOperations, String)

Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog.

ListTableValuedFunctionsByDatabaseNextAsync(ICatalogOperations, String, CancellationToken)

Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog.

ListTableValuedFunctionsNext(ICatalogOperations, String)

Retrieves the list of table valued functions from the Data Lake Analytics catalog.

ListTableValuedFunctionsNextAsync(ICatalogOperations, String, CancellationToken)

Retrieves the list of table valued functions from the Data Lake Analytics catalog.

ListTypes(ICatalogOperations, String, String, String, ODataQuery<USqlType>, String, Nullable<Boolean>)

Retrieves the list of types within the specified database and schema from the Data Lake Analytics catalog.

ListTypesAsync(ICatalogOperations, String, String, String, ODataQuery<USqlType>, String, Nullable<Boolean>, CancellationToken)

Retrieves the list of types within the specified database and schema from the Data Lake Analytics catalog.

ListTypesNext(ICatalogOperations, String)

Retrieves the list of types within the specified database and schema from the Data Lake Analytics catalog.

ListTypesNextAsync(ICatalogOperations, String, CancellationToken)

Retrieves the list of types within the specified database and schema from the Data Lake Analytics catalog.

ListViews(ICatalogOperations, String, String, String, ODataQuery<USqlView>, String, Nullable<Boolean>)

Retrieves the list of views from the Data Lake Analytics catalog.

ListViewsAsync(ICatalogOperations, String, String, String, ODataQuery<USqlView>, String, Nullable<Boolean>, CancellationToken)

Retrieves the list of views from the Data Lake Analytics catalog.

ListViewsByDatabase(ICatalogOperations, String, String, ODataQuery<USqlView>, String, Nullable<Boolean>)

Retrieves the list of all views in a database from the Data Lake Analytics catalog.

ListViewsByDatabaseAsync(ICatalogOperations, String, String, ODataQuery<USqlView>, String, Nullable<Boolean>, CancellationToken)

Retrieves the list of all views in a database from the Data Lake Analytics catalog.

ListViewsByDatabaseNext(ICatalogOperations, String)

Retrieves the list of all views in a database from the Data Lake Analytics catalog.

ListViewsByDatabaseNextAsync(ICatalogOperations, String, CancellationToken)

Retrieves the list of all views in a database from the Data Lake Analytics catalog.

ListViewsNext(ICatalogOperations, String)

Retrieves the list of views from the Data Lake Analytics catalog.

ListViewsNextAsync(ICatalogOperations, String, CancellationToken)

Retrieves the list of views from the Data Lake Analytics catalog.

PreviewTable(ICatalogOperations, String, String, String, String, Nullable<Int64>, Nullable<Int64>)

Retrieves a preview set of rows in given table.

PreviewTableAsync(ICatalogOperations, String, String, String, String, Nullable<Int64>, Nullable<Int64>, CancellationToken)

Retrieves a preview set of rows in given table.

PreviewTablePartition(ICatalogOperations, String, String, String, String, String, Nullable<Int64>, Nullable<Int64>)

Retrieves a preview set of rows in given partition.

PreviewTablePartitionAsync(ICatalogOperations, String, String, String, String, String, Nullable<Int64>, Nullable<Int64>, CancellationToken)

Retrieves a preview set of rows in given partition.

RevokeAcl(ICatalogOperations, String, AclDeleteParameters)

Revokes an access control list (ACL) entry from the Data Lake Analytics catalog.

RevokeAclAsync(ICatalogOperations, String, AclDeleteParameters, CancellationToken)

Revokes an access control list (ACL) entry from the Data Lake Analytics catalog.

RevokeAclFromDatabase(ICatalogOperations, String, String, AclDeleteParameters)

Revokes an access control list (ACL) entry for the database from the Data Lake Analytics catalog.

RevokeAclFromDatabaseAsync(ICatalogOperations, String, String, AclDeleteParameters, CancellationToken)

Revokes an access control list (ACL) entry for the database from the Data Lake Analytics catalog.

UpdateCredential(ICatalogOperations, String, String, String, DataLakeAnalyticsCatalogCredentialUpdateParameters)

Modifies the specified credential for use with external data sources in the specified database

UpdateCredentialAsync(ICatalogOperations, String, String, String, DataLakeAnalyticsCatalogCredentialUpdateParameters, CancellationToken)

Modifies the specified credential for use with external data sources in the specified database

UpdateSecret(ICatalogOperations, String, String, String, DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters)
Obsolete.
Obsolete.

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.

UpdateSecretAsync(ICatalogOperations, String, String, String, DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters, CancellationToken)
Obsolete.
Obsolete.

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.

Applies to