### YamlMime:JavaType methods: - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.createCredential(String accountName, String databaseName, String credentialName, DataLakeAnalyticsCatalogCredentialCreateParameters parameters) name: createCredential(String accountName, String databaseName, String credentialName, DataLakeAnalyticsCatalogCredentialCreateParameters parameters) nameWithType: Catalogs.createCredential(String accountName, String databaseName, String credentialName, DataLakeAnalyticsCatalogCredentialCreateParameters parameters) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description: '

The name of the database in which to create the credential. Note: This is NOT an external database name, but the name of an existing U-SQL database that should contain the new credential object.

' name: databaseName type: - description:

The name of the credential.

name: credentialName type: - description:

The parameters required to create the credential (name and password)

name: parameters type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

summary: >-

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

syntax: public void createCredential(String accountName, String databaseName, String credentialName, DataLakeAnalyticsCatalogCredentialCreateParameters parameters) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.createCredential(String,String,String,DataLakeAnalyticsCatalogCredentialCreateParameters) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.createCredentialAsync(String accountName, String databaseName, String credentialName, DataLakeAnalyticsCatalogCredentialCreateParameters parameters) name: createCredentialAsync(String accountName, String databaseName, String credentialName, DataLakeAnalyticsCatalogCredentialCreateParameters parameters) nameWithType: Catalogs.createCredentialAsync(String accountName, String databaseName, String credentialName, DataLakeAnalyticsCatalogCredentialCreateParameters parameters) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description: '

The name of the database in which to create the credential. Note: This is NOT an external database name, but the name of an existing U-SQL database that should contain the new credential object.

' name: databaseName type: - description:

The name of the credential.

name: credentialName type: - description:

The parameters required to create the credential (name and password)

name: parameters type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object if successful.

type: summary: >-

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

syntax: public Observable createCredentialAsync(String accountName, String databaseName, String credentialName, DataLakeAnalyticsCatalogCredentialCreateParameters parameters) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.createCredentialAsync(String,String,String,DataLakeAnalyticsCatalogCredentialCreateParameters) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.createCredentialAsync(String accountName, String databaseName, String credentialName, DataLakeAnalyticsCatalogCredentialCreateParameters parameters, final ServiceCallback serviceCallback) name: createCredentialAsync(String accountName, String databaseName, String credentialName, DataLakeAnalyticsCatalogCredentialCreateParameters parameters, final ServiceCallback serviceCallback) nameWithType: Catalogs.createCredentialAsync(String accountName, String databaseName, String credentialName, DataLakeAnalyticsCatalogCredentialCreateParameters parameters, final ServiceCallback serviceCallback) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description: '

The name of the database in which to create the credential. Note: This is NOT an external database name, but the name of an existing U-SQL database that should contain the new credential object.

' name: databaseName type: - description:

The name of the credential.

name: credentialName type: - description:

The parameters required to create the credential (name and password)

name: parameters type: - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: summary: >-

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

syntax: public ServiceFuture createCredentialAsync(String accountName, String databaseName, String credentialName, DataLakeAnalyticsCatalogCredentialCreateParameters parameters, final ServiceCallback serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.createCredentialAsync(String,String,String,DataLakeAnalyticsCatalogCredentialCreateParameters,final ServiceCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.createCredentialWithServiceResponseAsync(String accountName, String databaseName, String credentialName, DataLakeAnalyticsCatalogCredentialCreateParameters parameters) name: createCredentialWithServiceResponseAsync(String accountName, String databaseName, String credentialName, DataLakeAnalyticsCatalogCredentialCreateParameters parameters) nameWithType: Catalogs.createCredentialWithServiceResponseAsync(String accountName, String databaseName, String credentialName, DataLakeAnalyticsCatalogCredentialCreateParameters parameters) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description: '

The name of the database in which to create the credential. Note: This is NOT an external database name, but the name of an existing U-SQL database that should contain the new credential object.

' name: databaseName type: - description:

The name of the credential.

name: credentialName type: - description:

The parameters required to create the credential (name and password)

name: parameters type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object if successful.

type: summary: >-

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

syntax: public Observable> createCredentialWithServiceResponseAsync(String accountName, String databaseName, String credentialName, DataLakeAnalyticsCatalogCredentialCreateParameters parameters) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.createCredentialWithServiceResponseAsync(String,String,String,DataLakeAnalyticsCatalogCredentialCreateParameters) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.createSecret(String accountName, String databaseName, String secretName, DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters) name: createSecret(String accountName, String databaseName, String secretName, DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters) nameWithType: Catalogs.createSecret(String accountName, String databaseName, String secretName, DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database in which to create the secret.

name: databaseName type: - description:

The name of the secret.

name: secretName type: - description:

The parameters required to create the secret (name and password)

name: parameters type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

summary: >-

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.

syntax: public void createSecret(String accountName, String databaseName, String secretName, DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.createSecret(String,String,String,DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.createSecretAsync(String accountName, String databaseName, String secretName, DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters) name: createSecretAsync(String accountName, String databaseName, String secretName, DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters) nameWithType: Catalogs.createSecretAsync(String accountName, String databaseName, String secretName, DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database in which to create the secret.

name: databaseName type: - description:

The name of the secret.

name: secretName type: - description:

The parameters required to create the secret (name and password)

name: parameters type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object if successful.

type: summary: >-

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.

syntax: public Observable createSecretAsync(String accountName, String databaseName, String secretName, DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.createSecretAsync(String,String,String,DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.createSecretAsync(String accountName, String databaseName, String secretName, DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters, final ServiceCallback serviceCallback) name: createSecretAsync(String accountName, String databaseName, String secretName, DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters, final ServiceCallback serviceCallback) nameWithType: Catalogs.createSecretAsync(String accountName, String databaseName, String secretName, DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters, final ServiceCallback serviceCallback) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database in which to create the secret.

name: databaseName type: - description:

The name of the secret.

name: secretName type: - description:

The parameters required to create the secret (name and password)

name: parameters type: - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: summary: >-

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.

syntax: public ServiceFuture createSecretAsync(String accountName, String databaseName, String secretName, DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters, final ServiceCallback serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.createSecretAsync(String,String,String,DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters,final ServiceCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.createSecretWithServiceResponseAsync(String accountName, String databaseName, String secretName, DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters) name: createSecretWithServiceResponseAsync(String accountName, String databaseName, String secretName, DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters) nameWithType: Catalogs.createSecretWithServiceResponseAsync(String accountName, String databaseName, String secretName, DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database in which to create the secret.

name: databaseName type: - description:

The name of the secret.

name: secretName type: - description:

The parameters required to create the secret (name and password)

name: parameters type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object if successful.

type: summary: >-

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.

syntax: public Observable> createSecretWithServiceResponseAsync(String accountName, String databaseName, String secretName, DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.createSecretWithServiceResponseAsync(String,String,String,DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.deleteAllSecrets(String accountName, String databaseName) name: deleteAllSecrets(String accountName, String databaseName) nameWithType: Catalogs.deleteAllSecrets(String accountName, String databaseName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the secret.

name: databaseName type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

summary: >-

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.

syntax: public void deleteAllSecrets(String accountName, String databaseName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.deleteAllSecrets(String,String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.deleteAllSecretsAsync(String accountName, String databaseName) name: deleteAllSecretsAsync(String accountName, String databaseName) nameWithType: Catalogs.deleteAllSecretsAsync(String accountName, String databaseName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the secret.

name: databaseName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object if successful.

type: summary: >-

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.

syntax: public Observable deleteAllSecretsAsync(String accountName, String databaseName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.deleteAllSecretsAsync(String,String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.deleteAllSecretsAsync(String accountName, String databaseName, final ServiceCallback serviceCallback) name: deleteAllSecretsAsync(String accountName, String databaseName, final ServiceCallback serviceCallback) nameWithType: Catalogs.deleteAllSecretsAsync(String accountName, String databaseName, final ServiceCallback serviceCallback) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the secret.

name: databaseName type: - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: summary: >-

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.

syntax: public ServiceFuture deleteAllSecretsAsync(String accountName, String databaseName, final ServiceCallback serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.deleteAllSecretsAsync(String,String,final ServiceCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.deleteAllSecretsWithServiceResponseAsync(String accountName, String databaseName) name: deleteAllSecretsWithServiceResponseAsync(String accountName, String databaseName) nameWithType: Catalogs.deleteAllSecretsWithServiceResponseAsync(String accountName, String databaseName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the secret.

name: databaseName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object if successful.

type: summary: >-

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.

syntax: public Observable> deleteAllSecretsWithServiceResponseAsync(String accountName, String databaseName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.deleteAllSecretsWithServiceResponseAsync(String,String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.deleteCredential(String accountName, String databaseName, String credentialName) name: deleteCredential(String accountName, String databaseName, String credentialName) nameWithType: Catalogs.deleteCredential(String accountName, String databaseName, String credentialName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the credential.

name: databaseName type: - description:

The name of the credential to delete

name: credentialName type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

summary: >-

Deletes the specified credential in the specified database.

syntax: public void deleteCredential(String accountName, String databaseName, String credentialName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.deleteCredential(String,String,String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.deleteCredential(String accountName, String databaseName, String credentialName, DataLakeAnalyticsCatalogCredentialDeleteParameters parameters, Boolean cascade) name: deleteCredential(String accountName, String databaseName, String credentialName, DataLakeAnalyticsCatalogCredentialDeleteParameters parameters, Boolean cascade) nameWithType: Catalogs.deleteCredential(String accountName, String databaseName, String credentialName, DataLakeAnalyticsCatalogCredentialDeleteParameters parameters, Boolean cascade) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the credential.

name: databaseName type: - description:

The name of the credential to delete

name: credentialName type: - description:

The parameters to delete a credential if the current user is not the account owner.

name: parameters type: - description:

Indicates if the delete should be a cascading delete (which deletes all resources dependent on the credential as well as the credential) or not. If false will fail if there are any resources relying on the credential.

name: cascade type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

summary: >-

Deletes the specified credential in the specified database.

syntax: public void deleteCredential(String accountName, String databaseName, String credentialName, DataLakeAnalyticsCatalogCredentialDeleteParameters parameters, Boolean cascade) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.deleteCredential(String,String,String,DataLakeAnalyticsCatalogCredentialDeleteParameters,Boolean) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.deleteCredentialAsync(String accountName, String databaseName, String credentialName) name: deleteCredentialAsync(String accountName, String databaseName, String credentialName) nameWithType: Catalogs.deleteCredentialAsync(String accountName, String databaseName, String credentialName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the credential.

name: databaseName type: - description:

The name of the credential to delete

name: credentialName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object if successful.

type: summary: >-

Deletes the specified credential in the specified database.

syntax: public Observable deleteCredentialAsync(String accountName, String databaseName, String credentialName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.deleteCredentialAsync(String,String,String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.deleteCredentialAsync(String accountName, String databaseName, String credentialName, DataLakeAnalyticsCatalogCredentialDeleteParameters parameters, Boolean cascade) name: deleteCredentialAsync(String accountName, String databaseName, String credentialName, DataLakeAnalyticsCatalogCredentialDeleteParameters parameters, Boolean cascade) nameWithType: Catalogs.deleteCredentialAsync(String accountName, String databaseName, String credentialName, DataLakeAnalyticsCatalogCredentialDeleteParameters parameters, Boolean cascade) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the credential.

name: databaseName type: - description:

The name of the credential to delete

name: credentialName type: - description:

The parameters to delete a credential if the current user is not the account owner.

name: parameters type: - description:

Indicates if the delete should be a cascading delete (which deletes all resources dependent on the credential as well as the credential) or not. If false will fail if there are any resources relying on the credential.

name: cascade type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object if successful.

type: summary: >-

Deletes the specified credential in the specified database.

syntax: public Observable deleteCredentialAsync(String accountName, String databaseName, String credentialName, DataLakeAnalyticsCatalogCredentialDeleteParameters parameters, Boolean cascade) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.deleteCredentialAsync(String,String,String,DataLakeAnalyticsCatalogCredentialDeleteParameters,Boolean) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.deleteCredentialAsync(String accountName, String databaseName, String credentialName, DataLakeAnalyticsCatalogCredentialDeleteParameters parameters, Boolean cascade, final ServiceCallback serviceCallback) name: deleteCredentialAsync(String accountName, String databaseName, String credentialName, DataLakeAnalyticsCatalogCredentialDeleteParameters parameters, Boolean cascade, final ServiceCallback serviceCallback) nameWithType: Catalogs.deleteCredentialAsync(String accountName, String databaseName, String credentialName, DataLakeAnalyticsCatalogCredentialDeleteParameters parameters, Boolean cascade, final ServiceCallback serviceCallback) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the credential.

name: databaseName type: - description:

The name of the credential to delete

name: credentialName type: - description:

The parameters to delete a credential if the current user is not the account owner.

name: parameters type: - description:

Indicates if the delete should be a cascading delete (which deletes all resources dependent on the credential as well as the credential) or not. If false will fail if there are any resources relying on the credential.

name: cascade type: - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: summary: >-

Deletes the specified credential in the specified database.

syntax: public ServiceFuture deleteCredentialAsync(String accountName, String databaseName, String credentialName, DataLakeAnalyticsCatalogCredentialDeleteParameters parameters, Boolean cascade, final ServiceCallback serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.deleteCredentialAsync(String,String,String,DataLakeAnalyticsCatalogCredentialDeleteParameters,Boolean,final ServiceCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.deleteCredentialAsync(String accountName, String databaseName, String credentialName, final ServiceCallback serviceCallback) name: deleteCredentialAsync(String accountName, String databaseName, String credentialName, final ServiceCallback serviceCallback) nameWithType: Catalogs.deleteCredentialAsync(String accountName, String databaseName, String credentialName, final ServiceCallback serviceCallback) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the credential.

name: databaseName type: - description:

The name of the credential to delete

name: credentialName type: - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: summary: >-

Deletes the specified credential in the specified database.

syntax: public ServiceFuture deleteCredentialAsync(String accountName, String databaseName, String credentialName, final ServiceCallback serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.deleteCredentialAsync(String,String,String,final ServiceCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.deleteCredentialWithServiceResponseAsync(String accountName, String databaseName, String credentialName) name: deleteCredentialWithServiceResponseAsync(String accountName, String databaseName, String credentialName) nameWithType: Catalogs.deleteCredentialWithServiceResponseAsync(String accountName, String databaseName, String credentialName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the credential.

name: databaseName type: - description:

The name of the credential to delete

name: credentialName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object if successful.

type: summary: >-

Deletes the specified credential in the specified database.

syntax: public Observable> deleteCredentialWithServiceResponseAsync(String accountName, String databaseName, String credentialName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.deleteCredentialWithServiceResponseAsync(String,String,String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.deleteCredentialWithServiceResponseAsync(String accountName, String databaseName, String credentialName, DataLakeAnalyticsCatalogCredentialDeleteParameters parameters, Boolean cascade) name: deleteCredentialWithServiceResponseAsync(String accountName, String databaseName, String credentialName, DataLakeAnalyticsCatalogCredentialDeleteParameters parameters, Boolean cascade) nameWithType: Catalogs.deleteCredentialWithServiceResponseAsync(String accountName, String databaseName, String credentialName, DataLakeAnalyticsCatalogCredentialDeleteParameters parameters, Boolean cascade) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the credential.

name: databaseName type: - description:

The name of the credential to delete

name: credentialName type: - description:

The parameters to delete a credential if the current user is not the account owner.

name: parameters type: - description:

Indicates if the delete should be a cascading delete (which deletes all resources dependent on the credential as well as the credential) or not. If false will fail if there are any resources relying on the credential.

name: cascade type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object if successful.

type: summary: >-

Deletes the specified credential in the specified database.

syntax: public Observable> deleteCredentialWithServiceResponseAsync(String accountName, String databaseName, String credentialName, DataLakeAnalyticsCatalogCredentialDeleteParameters parameters, Boolean cascade) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.deleteCredentialWithServiceResponseAsync(String,String,String,DataLakeAnalyticsCatalogCredentialDeleteParameters,Boolean) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.deleteSecret(String accountName, String databaseName, String secretName) name: deleteSecret(String accountName, String databaseName, String secretName) nameWithType: Catalogs.deleteSecret(String accountName, String databaseName, String secretName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the secret.

name: databaseName type: - description:

The name of the secret to delete

name: secretName type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

summary: >-

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

syntax: public void deleteSecret(String accountName, String databaseName, String secretName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.deleteSecret(String,String,String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.deleteSecretAsync(String accountName, String databaseName, String secretName) name: deleteSecretAsync(String accountName, String databaseName, String secretName) nameWithType: Catalogs.deleteSecretAsync(String accountName, String databaseName, String secretName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the secret.

name: databaseName type: - description:

The name of the secret to delete

name: secretName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object if successful.

type: summary: >-

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

syntax: public Observable deleteSecretAsync(String accountName, String databaseName, String secretName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.deleteSecretAsync(String,String,String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.deleteSecretAsync(String accountName, String databaseName, String secretName, final ServiceCallback serviceCallback) name: deleteSecretAsync(String accountName, String databaseName, String secretName, final ServiceCallback serviceCallback) nameWithType: Catalogs.deleteSecretAsync(String accountName, String databaseName, String secretName, final ServiceCallback serviceCallback) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the secret.

name: databaseName type: - description:

The name of the secret to delete

name: secretName type: - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: summary: >-

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

syntax: public ServiceFuture deleteSecretAsync(String accountName, String databaseName, String secretName, final ServiceCallback serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.deleteSecretAsync(String,String,String,final ServiceCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.deleteSecretWithServiceResponseAsync(String accountName, String databaseName, String secretName) name: deleteSecretWithServiceResponseAsync(String accountName, String databaseName, String secretName) nameWithType: Catalogs.deleteSecretWithServiceResponseAsync(String accountName, String databaseName, String secretName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the secret.

name: databaseName type: - description:

The name of the secret to delete

name: secretName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object if successful.

type: summary: >-

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

syntax: public Observable> deleteSecretWithServiceResponseAsync(String accountName, String databaseName, String secretName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.deleteSecretWithServiceResponseAsync(String,String,String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.getAssembly(String accountName, String databaseName, String assemblyName) name: getAssembly(String accountName, String databaseName, String assemblyName) nameWithType: Catalogs.getAssembly(String accountName, String databaseName, String assemblyName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the assembly.

name: databaseName type: - description:

The name of the assembly.

name: assemblyName type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the USqlAssembly object if successful.

type: summary: >-

Retrieves the specified assembly from the Data Lake Analytics catalog.

syntax: public USqlAssembly getAssembly(String accountName, String databaseName, String assemblyName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.getAssembly(String,String,String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.getAssemblyAsync(String accountName, String databaseName, String assemblyName) name: getAssemblyAsync(String accountName, String databaseName, String assemblyName) nameWithType: Catalogs.getAssemblyAsync(String accountName, String databaseName, String assemblyName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the assembly.

name: databaseName type: - description:

The name of the assembly.

name: assemblyName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the USqlAssembly object

type: Observable<> summary: >-

Retrieves the specified assembly from the Data Lake Analytics catalog.

syntax: public Observable getAssemblyAsync(String accountName, String databaseName, String assemblyName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.getAssemblyAsync(String,String,String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.getAssemblyAsync(String accountName, String databaseName, String assemblyName, final ServiceCallback serviceCallback) name: getAssemblyAsync(String accountName, String databaseName, String assemblyName, final ServiceCallback serviceCallback) nameWithType: Catalogs.getAssemblyAsync(String accountName, String databaseName, String assemblyName, final ServiceCallback serviceCallback) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the assembly.

name: databaseName type: - description:

The name of the assembly.

name: assemblyName type: - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ServiceCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<> summary: >-

Retrieves the specified assembly from the Data Lake Analytics catalog.

syntax: public ServiceFuture getAssemblyAsync(String accountName, String databaseName, String assemblyName, final ServiceCallback serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.getAssemblyAsync(String,String,String,final ServiceCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.getAssemblyWithServiceResponseAsync(String accountName, String databaseName, String assemblyName) name: getAssemblyWithServiceResponseAsync(String accountName, String databaseName, String assemblyName) nameWithType: Catalogs.getAssemblyWithServiceResponseAsync(String accountName, String databaseName, String assemblyName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the assembly.

name: databaseName type: - description:

The name of the assembly.

name: assemblyName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the USqlAssembly object

type: Observable<ServiceResponse<>> summary: >-

Retrieves the specified assembly from the Data Lake Analytics catalog.

syntax: public Observable> getAssemblyWithServiceResponseAsync(String accountName, String databaseName, String assemblyName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.getAssemblyWithServiceResponseAsync(String,String,String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.getCredential(String accountName, String databaseName, String credentialName) name: getCredential(String accountName, String databaseName, String credentialName) nameWithType: Catalogs.getCredential(String accountName, String databaseName, String credentialName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the schema.

name: databaseName type: - description:

The name of the credential.

name: credentialName type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the USqlCredential object if successful.

type: summary: >-

Retrieves the specified credential from the Data Lake Analytics catalog.

syntax: public USqlCredential getCredential(String accountName, String databaseName, String credentialName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.getCredential(String,String,String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.getCredentialAsync(String accountName, String databaseName, String credentialName) name: getCredentialAsync(String accountName, String databaseName, String credentialName) nameWithType: Catalogs.getCredentialAsync(String accountName, String databaseName, String credentialName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the schema.

name: databaseName type: - description:

The name of the credential.

name: credentialName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the USqlCredential object

type: Observable<> summary: >-

Retrieves the specified credential from the Data Lake Analytics catalog.

syntax: public Observable getCredentialAsync(String accountName, String databaseName, String credentialName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.getCredentialAsync(String,String,String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.getCredentialAsync(String accountName, String databaseName, String credentialName, final ServiceCallback serviceCallback) name: getCredentialAsync(String accountName, String databaseName, String credentialName, final ServiceCallback serviceCallback) nameWithType: Catalogs.getCredentialAsync(String accountName, String databaseName, String credentialName, final ServiceCallback serviceCallback) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the schema.

name: databaseName type: - description:

The name of the credential.

name: credentialName type: - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ServiceCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<> summary: >-

Retrieves the specified credential from the Data Lake Analytics catalog.

syntax: public ServiceFuture getCredentialAsync(String accountName, String databaseName, String credentialName, final ServiceCallback serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.getCredentialAsync(String,String,String,final ServiceCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.getCredentialWithServiceResponseAsync(String accountName, String databaseName, String credentialName) name: getCredentialWithServiceResponseAsync(String accountName, String databaseName, String credentialName) nameWithType: Catalogs.getCredentialWithServiceResponseAsync(String accountName, String databaseName, String credentialName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the schema.

name: databaseName type: - description:

The name of the credential.

name: credentialName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the USqlCredential object

type: Observable<ServiceResponse<>> summary: >-

Retrieves the specified credential from the Data Lake Analytics catalog.

syntax: public Observable> getCredentialWithServiceResponseAsync(String accountName, String databaseName, String credentialName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.getCredentialWithServiceResponseAsync(String,String,String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.getDatabase(String accountName, String databaseName) name: getDatabase(String accountName, String databaseName) nameWithType: Catalogs.getDatabase(String accountName, String databaseName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database.

name: databaseName type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the USqlDatabase object if successful.

type: summary: >-

Retrieves the specified database from the Data Lake Analytics catalog.

syntax: public USqlDatabase getDatabase(String accountName, String databaseName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.getDatabase(String,String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.getDatabaseAsync(String accountName, String databaseName) name: getDatabaseAsync(String accountName, String databaseName) nameWithType: Catalogs.getDatabaseAsync(String accountName, String databaseName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database.

name: databaseName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the USqlDatabase object

type: Observable<> summary: >-

Retrieves the specified database from the Data Lake Analytics catalog.

syntax: public Observable getDatabaseAsync(String accountName, String databaseName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.getDatabaseAsync(String,String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.getDatabaseAsync(String accountName, String databaseName, final ServiceCallback serviceCallback) name: getDatabaseAsync(String accountName, String databaseName, final ServiceCallback serviceCallback) nameWithType: Catalogs.getDatabaseAsync(String accountName, String databaseName, final ServiceCallback serviceCallback) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database.

name: databaseName type: - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ServiceCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<> summary: >-

Retrieves the specified database from the Data Lake Analytics catalog.

syntax: public ServiceFuture getDatabaseAsync(String accountName, String databaseName, final ServiceCallback serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.getDatabaseAsync(String,String,final ServiceCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.getDatabaseWithServiceResponseAsync(String accountName, String databaseName) name: getDatabaseWithServiceResponseAsync(String accountName, String databaseName) nameWithType: Catalogs.getDatabaseWithServiceResponseAsync(String accountName, String databaseName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database.

name: databaseName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the USqlDatabase object

type: Observable<ServiceResponse<>> summary: >-

Retrieves the specified database from the Data Lake Analytics catalog.

syntax: public Observable> getDatabaseWithServiceResponseAsync(String accountName, String databaseName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.getDatabaseWithServiceResponseAsync(String,String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.getExternalDataSource(String accountName, String databaseName, String externalDataSourceName) name: getExternalDataSource(String accountName, String databaseName, String externalDataSourceName) nameWithType: Catalogs.getExternalDataSource(String accountName, String databaseName, String externalDataSourceName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the external data source.

name: databaseName type: - description:

The name of the external data source.

name: externalDataSourceName type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the USqlExternalDataSource object if successful.

type: summary: >-

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

syntax: public USqlExternalDataSource getExternalDataSource(String accountName, String databaseName, String externalDataSourceName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.getExternalDataSource(String,String,String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.getExternalDataSourceAsync(String accountName, String databaseName, String externalDataSourceName) name: getExternalDataSourceAsync(String accountName, String databaseName, String externalDataSourceName) nameWithType: Catalogs.getExternalDataSourceAsync(String accountName, String databaseName, String externalDataSourceName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the external data source.

name: databaseName type: - description:

The name of the external data source.

name: externalDataSourceName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the USqlExternalDataSource object

type: Observable<> summary: >-

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

syntax: public Observable getExternalDataSourceAsync(String accountName, String databaseName, String externalDataSourceName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.getExternalDataSourceAsync(String,String,String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.getExternalDataSourceAsync(String accountName, String databaseName, String externalDataSourceName, final ServiceCallback serviceCallback) name: getExternalDataSourceAsync(String accountName, String databaseName, String externalDataSourceName, final ServiceCallback serviceCallback) nameWithType: Catalogs.getExternalDataSourceAsync(String accountName, String databaseName, String externalDataSourceName, final ServiceCallback serviceCallback) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the external data source.

name: databaseName type: - description:

The name of the external data source.

name: externalDataSourceName type: - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ServiceCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<> summary: >-

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

syntax: public ServiceFuture getExternalDataSourceAsync(String accountName, String databaseName, String externalDataSourceName, final ServiceCallback serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.getExternalDataSourceAsync(String,String,String,final ServiceCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.getExternalDataSourceWithServiceResponseAsync(String accountName, String databaseName, String externalDataSourceName) name: getExternalDataSourceWithServiceResponseAsync(String accountName, String databaseName, String externalDataSourceName) nameWithType: Catalogs.getExternalDataSourceWithServiceResponseAsync(String accountName, String databaseName, String externalDataSourceName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the external data source.

name: databaseName type: - description:

The name of the external data source.

name: externalDataSourceName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the USqlExternalDataSource object

type: Observable<ServiceResponse<>> summary: >-

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

syntax: public Observable> getExternalDataSourceWithServiceResponseAsync(String accountName, String databaseName, String externalDataSourceName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.getExternalDataSourceWithServiceResponseAsync(String,String,String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.getPackage(String accountName, String databaseName, String schemaName, String packageName) name: getPackage(String accountName, String databaseName, String schemaName, String packageName) nameWithType: Catalogs.getPackage(String accountName, String databaseName, String schemaName, String packageName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the package.

name: databaseName type: - description:

The name of the schema containing the package.

name: schemaName type: - description:

The name of the package.

name: packageName type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the USqlPackage object if successful.

type: summary: >-

Retrieves the specified package from the Data Lake Analytics catalog.

syntax: public USqlPackage getPackage(String accountName, String databaseName, String schemaName, String packageName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.getPackage(String,String,String,String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.getPackageAsync(String accountName, String databaseName, String schemaName, String packageName) name: getPackageAsync(String accountName, String databaseName, String schemaName, String packageName) nameWithType: Catalogs.getPackageAsync(String accountName, String databaseName, String schemaName, String packageName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the package.

name: databaseName type: - description:

The name of the schema containing the package.

name: schemaName type: - description:

The name of the package.

name: packageName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the USqlPackage object

type: Observable<> summary: >-

Retrieves the specified package from the Data Lake Analytics catalog.

syntax: public Observable getPackageAsync(String accountName, String databaseName, String schemaName, String packageName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.getPackageAsync(String,String,String,String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.getPackageAsync(String accountName, String databaseName, String schemaName, String packageName, final ServiceCallback serviceCallback) name: getPackageAsync(String accountName, String databaseName, String schemaName, String packageName, final ServiceCallback serviceCallback) nameWithType: Catalogs.getPackageAsync(String accountName, String databaseName, String schemaName, String packageName, final ServiceCallback serviceCallback) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the package.

name: databaseName type: - description:

The name of the schema containing the package.

name: schemaName type: - description:

The name of the package.

name: packageName type: - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ServiceCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<> summary: >-

Retrieves the specified package from the Data Lake Analytics catalog.

syntax: public ServiceFuture getPackageAsync(String accountName, String databaseName, String schemaName, String packageName, final ServiceCallback serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.getPackageAsync(String,String,String,String,final ServiceCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.getPackageWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String packageName) name: getPackageWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String packageName) nameWithType: Catalogs.getPackageWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String packageName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the package.

name: databaseName type: - description:

The name of the schema containing the package.

name: schemaName type: - description:

The name of the package.

name: packageName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the USqlPackage object

type: Observable<ServiceResponse<>> summary: >-

Retrieves the specified package from the Data Lake Analytics catalog.

syntax: public Observable> getPackageWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String packageName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.getPackageWithServiceResponseAsync(String,String,String,String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.getProcedure(String accountName, String databaseName, String schemaName, String procedureName) name: getProcedure(String accountName, String databaseName, String schemaName, String procedureName) nameWithType: Catalogs.getProcedure(String accountName, String databaseName, String schemaName, String procedureName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the procedure.

name: databaseName type: - description:

The name of the schema containing the procedure.

name: schemaName type: - description:

The name of the procedure.

name: procedureName type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the USqlProcedure object if successful.

type: summary: >-

Retrieves the specified procedure from the Data Lake Analytics catalog.

syntax: public USqlProcedure getProcedure(String accountName, String databaseName, String schemaName, String procedureName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.getProcedure(String,String,String,String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.getProcedureAsync(String accountName, String databaseName, String schemaName, String procedureName) name: getProcedureAsync(String accountName, String databaseName, String schemaName, String procedureName) nameWithType: Catalogs.getProcedureAsync(String accountName, String databaseName, String schemaName, String procedureName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the procedure.

name: databaseName type: - description:

The name of the schema containing the procedure.

name: schemaName type: - description:

The name of the procedure.

name: procedureName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the USqlProcedure object

type: Observable<> summary: >-

Retrieves the specified procedure from the Data Lake Analytics catalog.

syntax: public Observable getProcedureAsync(String accountName, String databaseName, String schemaName, String procedureName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.getProcedureAsync(String,String,String,String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.getProcedureAsync(String accountName, String databaseName, String schemaName, String procedureName, final ServiceCallback serviceCallback) name: getProcedureAsync(String accountName, String databaseName, String schemaName, String procedureName, final ServiceCallback serviceCallback) nameWithType: Catalogs.getProcedureAsync(String accountName, String databaseName, String schemaName, String procedureName, final ServiceCallback serviceCallback) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the procedure.

name: databaseName type: - description:

The name of the schema containing the procedure.

name: schemaName type: - description:

The name of the procedure.

name: procedureName type: - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ServiceCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<> summary: >-

Retrieves the specified procedure from the Data Lake Analytics catalog.

syntax: public ServiceFuture getProcedureAsync(String accountName, String databaseName, String schemaName, String procedureName, final ServiceCallback serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.getProcedureAsync(String,String,String,String,final ServiceCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.getProcedureWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String procedureName) name: getProcedureWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String procedureName) nameWithType: Catalogs.getProcedureWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String procedureName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the procedure.

name: databaseName type: - description:

The name of the schema containing the procedure.

name: schemaName type: - description:

The name of the procedure.

name: procedureName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the USqlProcedure object

type: Observable<ServiceResponse<>> summary: >-

Retrieves the specified procedure from the Data Lake Analytics catalog.

syntax: public Observable> getProcedureWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String procedureName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.getProcedureWithServiceResponseAsync(String,String,String,String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.getSchema(String accountName, String databaseName, String schemaName) name: getSchema(String accountName, String databaseName, String schemaName) nameWithType: Catalogs.getSchema(String accountName, String databaseName, String schemaName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the schema.

name: databaseName type: - description:

The name of the schema.

name: schemaName type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the USqlSchema object if successful.

type: summary: >-

Retrieves the specified schema from the Data Lake Analytics catalog.

syntax: public USqlSchema getSchema(String accountName, String databaseName, String schemaName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.getSchema(String,String,String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.getSchemaAsync(String accountName, String databaseName, String schemaName) name: getSchemaAsync(String accountName, String databaseName, String schemaName) nameWithType: Catalogs.getSchemaAsync(String accountName, String databaseName, String schemaName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the schema.

name: databaseName type: - description:

The name of the schema.

name: schemaName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the USqlSchema object

type: Observable<> summary: >-

Retrieves the specified schema from the Data Lake Analytics catalog.

syntax: public Observable getSchemaAsync(String accountName, String databaseName, String schemaName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.getSchemaAsync(String,String,String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.getSchemaAsync(String accountName, String databaseName, String schemaName, final ServiceCallback serviceCallback) name: getSchemaAsync(String accountName, String databaseName, String schemaName, final ServiceCallback serviceCallback) nameWithType: Catalogs.getSchemaAsync(String accountName, String databaseName, String schemaName, final ServiceCallback serviceCallback) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the schema.

name: databaseName type: - description:

The name of the schema.

name: schemaName type: - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ServiceCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<> summary: >-

Retrieves the specified schema from the Data Lake Analytics catalog.

syntax: public ServiceFuture getSchemaAsync(String accountName, String databaseName, String schemaName, final ServiceCallback serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.getSchemaAsync(String,String,String,final ServiceCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.getSchemaWithServiceResponseAsync(String accountName, String databaseName, String schemaName) name: getSchemaWithServiceResponseAsync(String accountName, String databaseName, String schemaName) nameWithType: Catalogs.getSchemaWithServiceResponseAsync(String accountName, String databaseName, String schemaName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the schema.

name: databaseName type: - description:

The name of the schema.

name: schemaName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the USqlSchema object

type: Observable<ServiceResponse<>> summary: >-

Retrieves the specified schema from the Data Lake Analytics catalog.

syntax: public Observable> getSchemaWithServiceResponseAsync(String accountName, String databaseName, String schemaName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.getSchemaWithServiceResponseAsync(String,String,String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.getSecret(String accountName, String databaseName, String secretName) name: getSecret(String accountName, String databaseName, String secretName) nameWithType: Catalogs.getSecret(String accountName, String databaseName, String secretName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the secret.

name: databaseName type: - description:

The name of the secret to get

name: secretName type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the USqlSecret object if successful.

type: summary: >-

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

syntax: public USqlSecret getSecret(String accountName, String databaseName, String secretName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.getSecret(String,String,String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.getSecretAsync(String accountName, String databaseName, String secretName) name: getSecretAsync(String accountName, String databaseName, String secretName) nameWithType: Catalogs.getSecretAsync(String accountName, String databaseName, String secretName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the secret.

name: databaseName type: - description:

The name of the secret to get

name: secretName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the USqlSecret object

type: Observable<> summary: >-

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

syntax: public Observable getSecretAsync(String accountName, String databaseName, String secretName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.getSecretAsync(String,String,String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.getSecretAsync(String accountName, String databaseName, String secretName, final ServiceCallback serviceCallback) name: getSecretAsync(String accountName, String databaseName, String secretName, final ServiceCallback serviceCallback) nameWithType: Catalogs.getSecretAsync(String accountName, String databaseName, String secretName, final ServiceCallback serviceCallback) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the secret.

name: databaseName type: - description:

The name of the secret to get

name: secretName type: - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ServiceCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<> summary: >-

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

syntax: public ServiceFuture getSecretAsync(String accountName, String databaseName, String secretName, final ServiceCallback serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.getSecretAsync(String,String,String,final ServiceCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.getSecretWithServiceResponseAsync(String accountName, String databaseName, String secretName) name: getSecretWithServiceResponseAsync(String accountName, String databaseName, String secretName) nameWithType: Catalogs.getSecretWithServiceResponseAsync(String accountName, String databaseName, String secretName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the secret.

name: databaseName type: - description:

The name of the secret to get

name: secretName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the USqlSecret object

type: Observable<ServiceResponse<>> summary: >-

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

syntax: public Observable> getSecretWithServiceResponseAsync(String accountName, String databaseName, String secretName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.getSecretWithServiceResponseAsync(String,String,String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.getTable(String accountName, String databaseName, String schemaName, String tableName) name: getTable(String accountName, String databaseName, String schemaName, String tableName) nameWithType: Catalogs.getTable(String accountName, String databaseName, String schemaName, String tableName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the table.

name: databaseName type: - description:

The name of the schema containing the table.

name: schemaName type: - description:

The name of the table.

name: tableName type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the USqlTable object if successful.

type: summary: >-

Retrieves the specified table from the Data Lake Analytics catalog.

syntax: public USqlTable getTable(String accountName, String databaseName, String schemaName, String tableName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.getTable(String,String,String,String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.getTableAsync(String accountName, String databaseName, String schemaName, String tableName) name: getTableAsync(String accountName, String databaseName, String schemaName, String tableName) nameWithType: Catalogs.getTableAsync(String accountName, String databaseName, String schemaName, String tableName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the table.

name: databaseName type: - description:

The name of the schema containing the table.

name: schemaName type: - description:

The name of the table.

name: tableName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the USqlTable object

type: Observable<> summary: >-

Retrieves the specified table from the Data Lake Analytics catalog.

syntax: public Observable getTableAsync(String accountName, String databaseName, String schemaName, String tableName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.getTableAsync(String,String,String,String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.getTableAsync(String accountName, String databaseName, String schemaName, String tableName, final ServiceCallback serviceCallback) name: getTableAsync(String accountName, String databaseName, String schemaName, String tableName, final ServiceCallback serviceCallback) nameWithType: Catalogs.getTableAsync(String accountName, String databaseName, String schemaName, String tableName, final ServiceCallback serviceCallback) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the table.

name: databaseName type: - description:

The name of the schema containing the table.

name: schemaName type: - description:

The name of the table.

name: tableName type: - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ServiceCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<> summary: >-

Retrieves the specified table from the Data Lake Analytics catalog.

syntax: public ServiceFuture getTableAsync(String accountName, String databaseName, String schemaName, String tableName, final ServiceCallback serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.getTableAsync(String,String,String,String,final ServiceCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.getTablePartition(String accountName, String databaseName, String schemaName, String tableName, String partitionName) name: getTablePartition(String accountName, String databaseName, String schemaName, String tableName, String partitionName) nameWithType: Catalogs.getTablePartition(String accountName, String databaseName, String schemaName, String tableName, String partitionName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the partition.

name: databaseName type: - description:

The name of the schema containing the partition.

name: schemaName type: - description:

The name of the table containing the partition.

name: tableName type: - description:

The name of the table partition.

name: partitionName type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the USqlTablePartition object if successful.

type: summary: >-

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

syntax: public USqlTablePartition getTablePartition(String accountName, String databaseName, String schemaName, String tableName, String partitionName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.getTablePartition(String,String,String,String,String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.getTablePartitionAsync(String accountName, String databaseName, String schemaName, String tableName, String partitionName) name: getTablePartitionAsync(String accountName, String databaseName, String schemaName, String tableName, String partitionName) nameWithType: Catalogs.getTablePartitionAsync(String accountName, String databaseName, String schemaName, String tableName, String partitionName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the partition.

name: databaseName type: - description:

The name of the schema containing the partition.

name: schemaName type: - description:

The name of the table containing the partition.

name: tableName type: - description:

The name of the table partition.

name: partitionName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the USqlTablePartition object

type: Observable<> summary: >-

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

syntax: public Observable getTablePartitionAsync(String accountName, String databaseName, String schemaName, String tableName, String partitionName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.getTablePartitionAsync(String,String,String,String,String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.getTablePartitionAsync(String accountName, String databaseName, String schemaName, String tableName, String partitionName, final ServiceCallback serviceCallback) name: getTablePartitionAsync(String accountName, String databaseName, String schemaName, String tableName, String partitionName, final ServiceCallback serviceCallback) nameWithType: Catalogs.getTablePartitionAsync(String accountName, String databaseName, String schemaName, String tableName, String partitionName, final ServiceCallback serviceCallback) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the partition.

name: databaseName type: - description:

The name of the schema containing the partition.

name: schemaName type: - description:

The name of the table containing the partition.

name: tableName type: - description:

The name of the table partition.

name: partitionName type: - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ServiceCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<> summary: >-

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

syntax: public ServiceFuture getTablePartitionAsync(String accountName, String databaseName, String schemaName, String tableName, String partitionName, final ServiceCallback serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.getTablePartitionAsync(String,String,String,String,String,final ServiceCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.getTablePartitionWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String tableName, String partitionName) name: getTablePartitionWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String tableName, String partitionName) nameWithType: Catalogs.getTablePartitionWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String tableName, String partitionName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the partition.

name: databaseName type: - description:

The name of the schema containing the partition.

name: schemaName type: - description:

The name of the table containing the partition.

name: tableName type: - description:

The name of the table partition.

name: partitionName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the USqlTablePartition object

type: Observable<ServiceResponse<>> summary: >-

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

syntax: public Observable> getTablePartitionWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String tableName, String partitionName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.getTablePartitionWithServiceResponseAsync(String,String,String,String,String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.getTableStatistic(String accountName, String databaseName, String schemaName, String tableName, String statisticsName) name: getTableStatistic(String accountName, String databaseName, String schemaName, String tableName, String statisticsName) nameWithType: Catalogs.getTableStatistic(String accountName, String databaseName, String schemaName, String tableName, String statisticsName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the statistics.

name: databaseName type: - description:

The name of the schema containing the statistics.

name: schemaName type: - description:

The name of the table containing the statistics.

name: tableName type: - description:

The name of the table statistics.

name: statisticsName type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the USqlTableStatistics object if successful.

type: summary: >-

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

syntax: public USqlTableStatistics getTableStatistic(String accountName, String databaseName, String schemaName, String tableName, String statisticsName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.getTableStatistic(String,String,String,String,String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.getTableStatisticAsync(String accountName, String databaseName, String schemaName, String tableName, String statisticsName) name: getTableStatisticAsync(String accountName, String databaseName, String schemaName, String tableName, String statisticsName) nameWithType: Catalogs.getTableStatisticAsync(String accountName, String databaseName, String schemaName, String tableName, String statisticsName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the statistics.

name: databaseName type: - description:

The name of the schema containing the statistics.

name: schemaName type: - description:

The name of the table containing the statistics.

name: tableName type: - description:

The name of the table statistics.

name: statisticsName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the USqlTableStatistics object

type: Observable<> summary: >-

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

syntax: public Observable getTableStatisticAsync(String accountName, String databaseName, String schemaName, String tableName, String statisticsName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.getTableStatisticAsync(String,String,String,String,String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.getTableStatisticAsync(String accountName, String databaseName, String schemaName, String tableName, String statisticsName, final ServiceCallback serviceCallback) name: getTableStatisticAsync(String accountName, String databaseName, String schemaName, String tableName, String statisticsName, final ServiceCallback serviceCallback) nameWithType: Catalogs.getTableStatisticAsync(String accountName, String databaseName, String schemaName, String tableName, String statisticsName, final ServiceCallback serviceCallback) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the statistics.

name: databaseName type: - description:

The name of the schema containing the statistics.

name: schemaName type: - description:

The name of the table containing the statistics.

name: tableName type: - description:

The name of the table statistics.

name: statisticsName type: - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ServiceCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<> summary: >-

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

syntax: public ServiceFuture getTableStatisticAsync(String accountName, String databaseName, String schemaName, String tableName, String statisticsName, final ServiceCallback serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.getTableStatisticAsync(String,String,String,String,String,final ServiceCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.getTableStatisticWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String tableName, String statisticsName) name: getTableStatisticWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String tableName, String statisticsName) nameWithType: Catalogs.getTableStatisticWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String tableName, String statisticsName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the statistics.

name: databaseName type: - description:

The name of the schema containing the statistics.

name: schemaName type: - description:

The name of the table containing the statistics.

name: tableName type: - description:

The name of the table statistics.

name: statisticsName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the USqlTableStatistics object

type: Observable<ServiceResponse<>> summary: >-

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

syntax: public Observable> getTableStatisticWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String tableName, String statisticsName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.getTableStatisticWithServiceResponseAsync(String,String,String,String,String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.getTableType(String accountName, String databaseName, String schemaName, String tableTypeName) name: getTableType(String accountName, String databaseName, String schemaName, String tableTypeName) nameWithType: Catalogs.getTableType(String accountName, String databaseName, String schemaName, String tableTypeName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the table type.

name: databaseName type: - description:

The name of the schema containing the table type.

name: schemaName type: - description:

The name of the table type to retrieve.

name: tableTypeName type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the USqlTableType object if successful.

type: summary: >-

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

syntax: public USqlTableType getTableType(String accountName, String databaseName, String schemaName, String tableTypeName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.getTableType(String,String,String,String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.getTableTypeAsync(String accountName, String databaseName, String schemaName, String tableTypeName) name: getTableTypeAsync(String accountName, String databaseName, String schemaName, String tableTypeName) nameWithType: Catalogs.getTableTypeAsync(String accountName, String databaseName, String schemaName, String tableTypeName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the table type.

name: databaseName type: - description:

The name of the schema containing the table type.

name: schemaName type: - description:

The name of the table type to retrieve.

name: tableTypeName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the USqlTableType object

type: Observable<> summary: >-

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

syntax: public Observable getTableTypeAsync(String accountName, String databaseName, String schemaName, String tableTypeName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.getTableTypeAsync(String,String,String,String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.getTableTypeAsync(String accountName, String databaseName, String schemaName, String tableTypeName, final ServiceCallback serviceCallback) name: getTableTypeAsync(String accountName, String databaseName, String schemaName, String tableTypeName, final ServiceCallback serviceCallback) nameWithType: Catalogs.getTableTypeAsync(String accountName, String databaseName, String schemaName, String tableTypeName, final ServiceCallback serviceCallback) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the table type.

name: databaseName type: - description:

The name of the schema containing the table type.

name: schemaName type: - description:

The name of the table type to retrieve.

name: tableTypeName type: - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ServiceCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<> summary: >-

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

syntax: public ServiceFuture getTableTypeAsync(String accountName, String databaseName, String schemaName, String tableTypeName, final ServiceCallback serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.getTableTypeAsync(String,String,String,String,final ServiceCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.getTableTypeWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String tableTypeName) name: getTableTypeWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String tableTypeName) nameWithType: Catalogs.getTableTypeWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String tableTypeName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the table type.

name: databaseName type: - description:

The name of the schema containing the table type.

name: schemaName type: - description:

The name of the table type to retrieve.

name: tableTypeName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the USqlTableType object

type: Observable<ServiceResponse<>> summary: >-

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

syntax: public Observable> getTableTypeWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String tableTypeName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.getTableTypeWithServiceResponseAsync(String,String,String,String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.getTableValuedFunction(String accountName, String databaseName, String schemaName, String tableValuedFunctionName) name: getTableValuedFunction(String accountName, String databaseName, String schemaName, String tableValuedFunctionName) nameWithType: Catalogs.getTableValuedFunction(String accountName, String databaseName, String schemaName, String tableValuedFunctionName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the table valued function.

name: databaseName type: - description:

The name of the schema containing the table valued function.

name: schemaName type: - description:

The name of the tableValuedFunction.

name: tableValuedFunctionName type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the USqlTableValuedFunction object if successful.

type: summary: >-

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

syntax: public USqlTableValuedFunction getTableValuedFunction(String accountName, String databaseName, String schemaName, String tableValuedFunctionName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.getTableValuedFunction(String,String,String,String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.getTableValuedFunctionAsync(String accountName, String databaseName, String schemaName, String tableValuedFunctionName) name: getTableValuedFunctionAsync(String accountName, String databaseName, String schemaName, String tableValuedFunctionName) nameWithType: Catalogs.getTableValuedFunctionAsync(String accountName, String databaseName, String schemaName, String tableValuedFunctionName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the table valued function.

name: databaseName type: - description:

The name of the schema containing the table valued function.

name: schemaName type: - description:

The name of the tableValuedFunction.

name: tableValuedFunctionName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the USqlTableValuedFunction object

type: Observable<> summary: >-

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

syntax: public Observable getTableValuedFunctionAsync(String accountName, String databaseName, String schemaName, String tableValuedFunctionName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.getTableValuedFunctionAsync(String,String,String,String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.getTableValuedFunctionAsync(String accountName, String databaseName, String schemaName, String tableValuedFunctionName, final ServiceCallback serviceCallback) name: getTableValuedFunctionAsync(String accountName, String databaseName, String schemaName, String tableValuedFunctionName, final ServiceCallback serviceCallback) nameWithType: Catalogs.getTableValuedFunctionAsync(String accountName, String databaseName, String schemaName, String tableValuedFunctionName, final ServiceCallback serviceCallback) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the table valued function.

name: databaseName type: - description:

The name of the schema containing the table valued function.

name: schemaName type: - description:

The name of the tableValuedFunction.

name: tableValuedFunctionName type: - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ServiceCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<> summary: >-

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

syntax: public ServiceFuture getTableValuedFunctionAsync(String accountName, String databaseName, String schemaName, String tableValuedFunctionName, final ServiceCallback serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.getTableValuedFunctionAsync(String,String,String,String,final ServiceCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.getTableValuedFunctionWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String tableValuedFunctionName) name: getTableValuedFunctionWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String tableValuedFunctionName) nameWithType: Catalogs.getTableValuedFunctionWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String tableValuedFunctionName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the table valued function.

name: databaseName type: - description:

The name of the schema containing the table valued function.

name: schemaName type: - description:

The name of the tableValuedFunction.

name: tableValuedFunctionName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the USqlTableValuedFunction object

type: Observable<ServiceResponse<>> summary: >-

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

syntax: public Observable> getTableValuedFunctionWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String tableValuedFunctionName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.getTableValuedFunctionWithServiceResponseAsync(String,String,String,String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.getTableWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String tableName) name: getTableWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String tableName) nameWithType: Catalogs.getTableWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String tableName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the table.

name: databaseName type: - description:

The name of the schema containing the table.

name: schemaName type: - description:

The name of the table.

name: tableName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the USqlTable object

type: Observable<ServiceResponse<>> summary: >-

Retrieves the specified table from the Data Lake Analytics catalog.

syntax: public Observable> getTableWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String tableName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.getTableWithServiceResponseAsync(String,String,String,String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.getView(String accountName, String databaseName, String schemaName, String viewName) name: getView(String accountName, String databaseName, String schemaName, String viewName) nameWithType: Catalogs.getView(String accountName, String databaseName, String schemaName, String viewName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the view.

name: databaseName type: - description:

The name of the schema containing the view.

name: schemaName type: - description:

The name of the view.

name: viewName type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the USqlView object if successful.

type: summary: >-

Retrieves the specified view from the Data Lake Analytics catalog.

syntax: public USqlView getView(String accountName, String databaseName, String schemaName, String viewName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.getView(String,String,String,String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.getViewAsync(String accountName, String databaseName, String schemaName, String viewName) name: getViewAsync(String accountName, String databaseName, String schemaName, String viewName) nameWithType: Catalogs.getViewAsync(String accountName, String databaseName, String schemaName, String viewName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the view.

name: databaseName type: - description:

The name of the schema containing the view.

name: schemaName type: - description:

The name of the view.

name: viewName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the USqlView object

type: Observable<> summary: >-

Retrieves the specified view from the Data Lake Analytics catalog.

syntax: public Observable getViewAsync(String accountName, String databaseName, String schemaName, String viewName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.getViewAsync(String,String,String,String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.getViewAsync(String accountName, String databaseName, String schemaName, String viewName, final ServiceCallback serviceCallback) name: getViewAsync(String accountName, String databaseName, String schemaName, String viewName, final ServiceCallback serviceCallback) nameWithType: Catalogs.getViewAsync(String accountName, String databaseName, String schemaName, String viewName, final ServiceCallback serviceCallback) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the view.

name: databaseName type: - description:

The name of the schema containing the view.

name: schemaName type: - description:

The name of the view.

name: viewName type: - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ServiceCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<> summary: >-

Retrieves the specified view from the Data Lake Analytics catalog.

syntax: public ServiceFuture getViewAsync(String accountName, String databaseName, String schemaName, String viewName, final ServiceCallback serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.getViewAsync(String,String,String,String,final ServiceCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.getViewWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String viewName) name: getViewWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String viewName) nameWithType: Catalogs.getViewWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String viewName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the view.

name: databaseName type: - description:

The name of the schema containing the view.

name: schemaName type: - description:

The name of the view.

name: viewName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the USqlView object

type: Observable<ServiceResponse<>> summary: >-

Retrieves the specified view from the Data Lake Analytics catalog.

syntax: public Observable> getViewWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String viewName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.getViewWithServiceResponseAsync(String,String,String,String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listAssemblies(final String accountName, final String databaseName) name: listAssemblies(final String accountName, final String databaseName) nameWithType: Catalogs.listAssemblies(final String accountName, final String databaseName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the assembly.

name: databaseName type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the PagedList<USqlAssemblyClr> object if successful.

type: PagedList<> summary: >-

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

syntax: public PagedList listAssemblies(final String accountName, final String databaseName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listAssemblies(final String,final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listAssemblies(final String accountName, final String databaseName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) name: listAssemblies(final String accountName, final String databaseName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) nameWithType: Catalogs.listAssemblies(final String accountName, final String databaseName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the assembly.

name: databaseName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the PagedList<USqlAssemblyClr> object if successful.

type: PagedList<> summary: >-

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

syntax: public PagedList listAssemblies(final String accountName, final String databaseName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listAssemblies(final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listAssembliesAsync(final String accountName, final String databaseName) name: listAssembliesAsync(final String accountName, final String databaseName) nameWithType: Catalogs.listAssembliesAsync(final String accountName, final String databaseName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the assembly.

name: databaseName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlAssemblyClr> object

type: Observable<Page<>> summary: >-

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

syntax: public Observable> listAssembliesAsync(final String accountName, final String databaseName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listAssembliesAsync(final String,final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listAssembliesAsync(final String accountName, final String databaseName, final ListOperationCallback serviceCallback) name: listAssembliesAsync(final String accountName, final String databaseName, final ListOperationCallback serviceCallback) nameWithType: Catalogs.listAssembliesAsync(final String accountName, final String databaseName, final ListOperationCallback serviceCallback) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the assembly.

name: databaseName type: - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ListOperationCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<List<>> summary: >-

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

syntax: public ServiceFuture> listAssembliesAsync(final String accountName, final String databaseName, final ListOperationCallback serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listAssembliesAsync(final String,final String,final ListOperationCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.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) name: 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) nameWithType: Catalogs.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) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the assembly.

name: databaseName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlAssemblyClr> object

type: Observable<Page<>> summary: >-

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

syntax: public Observable> 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) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listAssembliesAsync(final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.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 serviceCallback) name: 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 serviceCallback) nameWithType: Catalogs.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 serviceCallback) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the assembly.

name: databaseName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ListOperationCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<List<>> summary: >-

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

syntax: 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 serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listAssembliesAsync(final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean,final ListOperationCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listAssembliesNext(final String nextPageLink) name: listAssembliesNext(final String nextPageLink) nameWithType: Catalogs.listAssembliesNext(final String nextPageLink) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the PagedList<USqlAssemblyClr> object if successful.

type: PagedList<> summary: >-

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

syntax: public PagedList listAssembliesNext(final String nextPageLink) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listAssembliesNext(final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listAssembliesNextAsync(final String nextPageLink) name: listAssembliesNextAsync(final String nextPageLink) nameWithType: Catalogs.listAssembliesNextAsync(final String nextPageLink) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlAssemblyClr> object

type: Observable<Page<>> summary: >-

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

syntax: public Observable> listAssembliesNextAsync(final String nextPageLink) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listAssembliesNextAsync(final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listAssembliesNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) name: listAssembliesNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) nameWithType: Catalogs.listAssembliesNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: - description:

the ServiceFuture object tracking the Retrofit calls

name: serviceFuture type: final ServiceFuture<List<>> - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ListOperationCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<List<>> summary: >-

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

syntax: public ServiceFuture> listAssembliesNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listAssembliesNextAsync(final String,final ServiceFuture>,final ListOperationCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listAssembliesNextWithServiceResponseAsync(final String nextPageLink) name: listAssembliesNextWithServiceResponseAsync(final String nextPageLink) nameWithType: Catalogs.listAssembliesNextWithServiceResponseAsync(final String nextPageLink) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlAssemblyClr> object

type: Observable<ServiceResponse<Page<>>> summary: >-

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

syntax: public Observable>> listAssembliesNextWithServiceResponseAsync(final String nextPageLink) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listAssembliesNextWithServiceResponseAsync(final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listAssembliesWithServiceResponseAsync(final String accountName, final String databaseName) name: listAssembliesWithServiceResponseAsync(final String accountName, final String databaseName) nameWithType: Catalogs.listAssembliesWithServiceResponseAsync(final String accountName, final String databaseName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the assembly.

name: databaseName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlAssemblyClr> object

type: Observable<ServiceResponse<Page<>>> summary: >-

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

syntax: public Observable>> listAssembliesWithServiceResponseAsync(final String accountName, final String databaseName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listAssembliesWithServiceResponseAsync(final String,final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listAssembliesWithServiceResponseAsync(final String accountName, final String databaseName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) name: listAssembliesWithServiceResponseAsync(final String accountName, final String databaseName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) nameWithType: Catalogs.listAssembliesWithServiceResponseAsync(final String accountName, final String databaseName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the assembly.

name: databaseName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlAssemblyClr> object

type: Observable<ServiceResponse<Page<>>> summary: >-

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

syntax: public Observable>> listAssembliesWithServiceResponseAsync(final String accountName, final String databaseName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listAssembliesWithServiceResponseAsync(final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listCredentials(final String accountName, final String databaseName) name: listCredentials(final String accountName, final String databaseName) nameWithType: Catalogs.listCredentials(final String accountName, final String databaseName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the schema.

name: databaseName type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the PagedList<USqlCredential> object if successful.

type: PagedList<> summary: >-

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

syntax: public PagedList listCredentials(final String accountName, final String databaseName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listCredentials(final String,final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listCredentials(final String accountName, final String databaseName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) name: listCredentials(final String accountName, final String databaseName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) nameWithType: Catalogs.listCredentials(final String accountName, final String databaseName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the schema.

name: databaseName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the PagedList<USqlCredential> object if successful.

type: PagedList<> summary: >-

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

syntax: public PagedList listCredentials(final String accountName, final String databaseName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listCredentials(final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listCredentialsAsync(final String accountName, final String databaseName) name: listCredentialsAsync(final String accountName, final String databaseName) nameWithType: Catalogs.listCredentialsAsync(final String accountName, final String databaseName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the schema.

name: databaseName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlCredential> object

type: Observable<Page<>> summary: >-

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

syntax: public Observable> listCredentialsAsync(final String accountName, final String databaseName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listCredentialsAsync(final String,final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listCredentialsAsync(final String accountName, final String databaseName, final ListOperationCallback serviceCallback) name: listCredentialsAsync(final String accountName, final String databaseName, final ListOperationCallback serviceCallback) nameWithType: Catalogs.listCredentialsAsync(final String accountName, final String databaseName, final ListOperationCallback serviceCallback) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the schema.

name: databaseName type: - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ListOperationCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<List<>> summary: >-

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

syntax: public ServiceFuture> listCredentialsAsync(final String accountName, final String databaseName, final ListOperationCallback serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listCredentialsAsync(final String,final String,final ListOperationCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.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) name: 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) nameWithType: Catalogs.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) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the schema.

name: databaseName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlCredential> object

type: Observable<Page<>> summary: >-

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

syntax: public Observable> 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) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listCredentialsAsync(final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.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 serviceCallback) name: 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 serviceCallback) nameWithType: Catalogs.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 serviceCallback) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the schema.

name: databaseName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ListOperationCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<List<>> summary: >-

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

syntax: 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 serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listCredentialsAsync(final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean,final ListOperationCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listCredentialsNext(final String nextPageLink) name: listCredentialsNext(final String nextPageLink) nameWithType: Catalogs.listCredentialsNext(final String nextPageLink) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the PagedList<USqlCredential> object if successful.

type: PagedList<> summary: >-

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

syntax: public PagedList listCredentialsNext(final String nextPageLink) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listCredentialsNext(final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listCredentialsNextAsync(final String nextPageLink) name: listCredentialsNextAsync(final String nextPageLink) nameWithType: Catalogs.listCredentialsNextAsync(final String nextPageLink) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlCredential> object

type: Observable<Page<>> summary: >-

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

syntax: public Observable> listCredentialsNextAsync(final String nextPageLink) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listCredentialsNextAsync(final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listCredentialsNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) name: listCredentialsNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) nameWithType: Catalogs.listCredentialsNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: - description:

the ServiceFuture object tracking the Retrofit calls

name: serviceFuture type: final ServiceFuture<List<>> - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ListOperationCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<List<>> summary: >-

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

syntax: public ServiceFuture> listCredentialsNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listCredentialsNextAsync(final String,final ServiceFuture>,final ListOperationCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listCredentialsNextWithServiceResponseAsync(final String nextPageLink) name: listCredentialsNextWithServiceResponseAsync(final String nextPageLink) nameWithType: Catalogs.listCredentialsNextWithServiceResponseAsync(final String nextPageLink) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlCredential> object

type: Observable<ServiceResponse<Page<>>> summary: >-

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

syntax: public Observable>> listCredentialsNextWithServiceResponseAsync(final String nextPageLink) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listCredentialsNextWithServiceResponseAsync(final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listCredentialsWithServiceResponseAsync(final String accountName, final String databaseName) name: listCredentialsWithServiceResponseAsync(final String accountName, final String databaseName) nameWithType: Catalogs.listCredentialsWithServiceResponseAsync(final String accountName, final String databaseName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the schema.

name: databaseName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlCredential> object

type: Observable<ServiceResponse<Page<>>> summary: >-

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

syntax: public Observable>> listCredentialsWithServiceResponseAsync(final String accountName, final String databaseName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listCredentialsWithServiceResponseAsync(final String,final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listCredentialsWithServiceResponseAsync(final String accountName, final String databaseName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) name: listCredentialsWithServiceResponseAsync(final String accountName, final String databaseName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) nameWithType: Catalogs.listCredentialsWithServiceResponseAsync(final String accountName, final String databaseName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the schema.

name: databaseName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlCredential> object

type: Observable<ServiceResponse<Page<>>> summary: >-

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

syntax: public Observable>> listCredentialsWithServiceResponseAsync(final String accountName, final String databaseName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listCredentialsWithServiceResponseAsync(final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listDatabases(final String accountName) name: listDatabases(final String accountName) nameWithType: Catalogs.listDatabases(final String accountName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the PagedList<USqlDatabase> object if successful.

type: PagedList<> summary: >-

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

syntax: public PagedList listDatabases(final String accountName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listDatabases(final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listDatabases(final String accountName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) name: listDatabases(final String accountName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) nameWithType: Catalogs.listDatabases(final String accountName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the PagedList<USqlDatabase> object if successful.

type: PagedList<> summary: >-

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

syntax: public PagedList listDatabases(final String accountName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listDatabases(final String,final String,final Integer,final Integer,final String,final String,final Boolean) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listDatabasesAsync(final String accountName) name: listDatabasesAsync(final String accountName) nameWithType: Catalogs.listDatabasesAsync(final String accountName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlDatabase> object

type: Observable<Page<>> summary: >-

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

syntax: public Observable> listDatabasesAsync(final String accountName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listDatabasesAsync(final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listDatabasesAsync(final String accountName, final ListOperationCallback serviceCallback) name: listDatabasesAsync(final String accountName, final ListOperationCallback serviceCallback) nameWithType: Catalogs.listDatabasesAsync(final String accountName, final ListOperationCallback serviceCallback) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ListOperationCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<List<>> summary: >-

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

syntax: public ServiceFuture> listDatabasesAsync(final String accountName, final ListOperationCallback serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listDatabasesAsync(final String,final ListOperationCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listDatabasesAsync(final String accountName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) name: listDatabasesAsync(final String accountName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) nameWithType: Catalogs.listDatabasesAsync(final String accountName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlDatabase> object

type: Observable<Page<>> summary: >-

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

syntax: public Observable> listDatabasesAsync(final String accountName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listDatabasesAsync(final String,final String,final Integer,final Integer,final String,final String,final Boolean) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listDatabasesAsync(final String accountName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count, final ListOperationCallback serviceCallback) name: listDatabasesAsync(final String accountName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count, final ListOperationCallback serviceCallback) nameWithType: Catalogs.listDatabasesAsync(final String accountName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count, final ListOperationCallback serviceCallback) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ListOperationCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<List<>> summary: >-

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

syntax: 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 serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listDatabasesAsync(final String,final String,final Integer,final Integer,final String,final String,final Boolean,final ListOperationCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listDatabasesNext(final String nextPageLink) name: listDatabasesNext(final String nextPageLink) nameWithType: Catalogs.listDatabasesNext(final String nextPageLink) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the PagedList<USqlDatabase> object if successful.

type: PagedList<> summary: >-

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

syntax: public PagedList listDatabasesNext(final String nextPageLink) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listDatabasesNext(final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listDatabasesNextAsync(final String nextPageLink) name: listDatabasesNextAsync(final String nextPageLink) nameWithType: Catalogs.listDatabasesNextAsync(final String nextPageLink) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlDatabase> object

type: Observable<Page<>> summary: >-

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

syntax: public Observable> listDatabasesNextAsync(final String nextPageLink) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listDatabasesNextAsync(final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listDatabasesNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) name: listDatabasesNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) nameWithType: Catalogs.listDatabasesNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: - description:

the ServiceFuture object tracking the Retrofit calls

name: serviceFuture type: final ServiceFuture<List<>> - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ListOperationCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<List<>> summary: >-

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

syntax: public ServiceFuture> listDatabasesNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listDatabasesNextAsync(final String,final ServiceFuture>,final ListOperationCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listDatabasesNextWithServiceResponseAsync(final String nextPageLink) name: listDatabasesNextWithServiceResponseAsync(final String nextPageLink) nameWithType: Catalogs.listDatabasesNextWithServiceResponseAsync(final String nextPageLink) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlDatabase> object

type: Observable<ServiceResponse<Page<>>> summary: >-

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

syntax: public Observable>> listDatabasesNextWithServiceResponseAsync(final String nextPageLink) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listDatabasesNextWithServiceResponseAsync(final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listDatabasesWithServiceResponseAsync(final String accountName) name: listDatabasesWithServiceResponseAsync(final String accountName) nameWithType: Catalogs.listDatabasesWithServiceResponseAsync(final String accountName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlDatabase> object

type: Observable<ServiceResponse<Page<>>> summary: >-

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

syntax: public Observable>> listDatabasesWithServiceResponseAsync(final String accountName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listDatabasesWithServiceResponseAsync(final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listDatabasesWithServiceResponseAsync(final String accountName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) name: listDatabasesWithServiceResponseAsync(final String accountName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) nameWithType: Catalogs.listDatabasesWithServiceResponseAsync(final String accountName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlDatabase> object

type: Observable<ServiceResponse<Page<>>> summary: >-

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

syntax: public Observable>> listDatabasesWithServiceResponseAsync(final String accountName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listDatabasesWithServiceResponseAsync(final String,final String,final Integer,final Integer,final String,final String,final Boolean) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listExternalDataSources(final String accountName, final String databaseName) name: listExternalDataSources(final String accountName, final String databaseName) nameWithType: Catalogs.listExternalDataSources(final String accountName, final String databaseName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the external data sources.

name: databaseName type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the PagedList<USqlExternalDataSource> object if successful.

type: PagedList<> summary: >-

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

syntax: public PagedList listExternalDataSources(final String accountName, final String databaseName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listExternalDataSources(final String,final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listExternalDataSources(final String accountName, final String databaseName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) name: listExternalDataSources(final String accountName, final String databaseName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) nameWithType: Catalogs.listExternalDataSources(final String accountName, final String databaseName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the external data sources.

name: databaseName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the PagedList<USqlExternalDataSource> object if successful.

type: PagedList<> summary: >-

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

syntax: public PagedList listExternalDataSources(final String accountName, final String databaseName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listExternalDataSources(final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listExternalDataSourcesAsync(final String accountName, final String databaseName) name: listExternalDataSourcesAsync(final String accountName, final String databaseName) nameWithType: Catalogs.listExternalDataSourcesAsync(final String accountName, final String databaseName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the external data sources.

name: databaseName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlExternalDataSource> object

type: Observable<Page<>> summary: >-

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

syntax: public Observable> listExternalDataSourcesAsync(final String accountName, final String databaseName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listExternalDataSourcesAsync(final String,final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listExternalDataSourcesAsync(final String accountName, final String databaseName, final ListOperationCallback serviceCallback) name: listExternalDataSourcesAsync(final String accountName, final String databaseName, final ListOperationCallback serviceCallback) nameWithType: Catalogs.listExternalDataSourcesAsync(final String accountName, final String databaseName, final ListOperationCallback serviceCallback) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the external data sources.

name: databaseName type: - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ListOperationCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<List<>> summary: >-

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

syntax: public ServiceFuture> listExternalDataSourcesAsync(final String accountName, final String databaseName, final ListOperationCallback serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listExternalDataSourcesAsync(final String,final String,final ListOperationCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.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) name: 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) nameWithType: Catalogs.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) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the external data sources.

name: databaseName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlExternalDataSource> object

type: Observable<Page<>> summary: >-

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

syntax: public Observable> 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) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listExternalDataSourcesAsync(final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.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 serviceCallback) name: 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 serviceCallback) nameWithType: Catalogs.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 serviceCallback) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the external data sources.

name: databaseName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ListOperationCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<List<>> summary: >-

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

syntax: 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 serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listExternalDataSourcesAsync(final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean,final ListOperationCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listExternalDataSourcesNext(final String nextPageLink) name: listExternalDataSourcesNext(final String nextPageLink) nameWithType: Catalogs.listExternalDataSourcesNext(final String nextPageLink) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the PagedList<USqlExternalDataSource> object if successful.

type: PagedList<> summary: >-

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

syntax: public PagedList listExternalDataSourcesNext(final String nextPageLink) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listExternalDataSourcesNext(final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listExternalDataSourcesNextAsync(final String nextPageLink) name: listExternalDataSourcesNextAsync(final String nextPageLink) nameWithType: Catalogs.listExternalDataSourcesNextAsync(final String nextPageLink) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlExternalDataSource> object

type: Observable<Page<>> summary: >-

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

syntax: public Observable> listExternalDataSourcesNextAsync(final String nextPageLink) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listExternalDataSourcesNextAsync(final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listExternalDataSourcesNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) name: listExternalDataSourcesNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) nameWithType: Catalogs.listExternalDataSourcesNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: - description:

the ServiceFuture object tracking the Retrofit calls

name: serviceFuture type: final ServiceFuture<List<>> - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ListOperationCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<List<>> summary: >-

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

syntax: public ServiceFuture> listExternalDataSourcesNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listExternalDataSourcesNextAsync(final String,final ServiceFuture>,final ListOperationCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listExternalDataSourcesNextWithServiceResponseAsync(final String nextPageLink) name: listExternalDataSourcesNextWithServiceResponseAsync(final String nextPageLink) nameWithType: Catalogs.listExternalDataSourcesNextWithServiceResponseAsync(final String nextPageLink) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlExternalDataSource> object

type: Observable<ServiceResponse<Page<>>> summary: >-

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

syntax: public Observable>> listExternalDataSourcesNextWithServiceResponseAsync(final String nextPageLink) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listExternalDataSourcesNextWithServiceResponseAsync(final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listExternalDataSourcesWithServiceResponseAsync(final String accountName, final String databaseName) name: listExternalDataSourcesWithServiceResponseAsync(final String accountName, final String databaseName) nameWithType: Catalogs.listExternalDataSourcesWithServiceResponseAsync(final String accountName, final String databaseName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the external data sources.

name: databaseName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlExternalDataSource> object

type: Observable<ServiceResponse<Page<>>> summary: >-

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

syntax: public Observable>> listExternalDataSourcesWithServiceResponseAsync(final String accountName, final String databaseName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listExternalDataSourcesWithServiceResponseAsync(final String,final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listExternalDataSourcesWithServiceResponseAsync(final String accountName, final String databaseName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) name: listExternalDataSourcesWithServiceResponseAsync(final String accountName, final String databaseName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) nameWithType: Catalogs.listExternalDataSourcesWithServiceResponseAsync(final String accountName, final String databaseName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the external data sources.

name: databaseName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlExternalDataSource> object

type: Observable<ServiceResponse<Page<>>> summary: >-

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

syntax: public Observable>> listExternalDataSourcesWithServiceResponseAsync(final String accountName, final String databaseName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listExternalDataSourcesWithServiceResponseAsync(final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listPackages(final String accountName, final String databaseName, final String schemaName) name: listPackages(final String accountName, final String databaseName, final String schemaName) nameWithType: Catalogs.listPackages(final String accountName, final String databaseName, final String schemaName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the packages.

name: databaseName type: - description:

The name of the schema containing the packages.

name: schemaName type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the PagedList<USqlPackage> object if successful.

type: PagedList<> summary: >-

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

syntax: public PagedList listPackages(final String accountName, final String databaseName, final String schemaName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listPackages(final String,final String,final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listPackages(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) name: listPackages(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) nameWithType: Catalogs.listPackages(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) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the packages.

name: databaseName type: - description:

The name of the schema containing the packages.

name: schemaName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the PagedList<USqlPackage> object if successful.

type: PagedList<> summary: >-

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

syntax: public PagedList listPackages(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) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listPackages(final String,final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listPackagesAsync(final String accountName, final String databaseName, final String schemaName) name: listPackagesAsync(final String accountName, final String databaseName, final String schemaName) nameWithType: Catalogs.listPackagesAsync(final String accountName, final String databaseName, final String schemaName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the packages.

name: databaseName type: - description:

The name of the schema containing the packages.

name: schemaName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlPackage> object

type: Observable<Page<>> summary: >-

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

syntax: public Observable> listPackagesAsync(final String accountName, final String databaseName, final String schemaName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listPackagesAsync(final String,final String,final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listPackagesAsync(final String accountName, final String databaseName, final String schemaName, final ListOperationCallback serviceCallback) name: listPackagesAsync(final String accountName, final String databaseName, final String schemaName, final ListOperationCallback serviceCallback) nameWithType: Catalogs.listPackagesAsync(final String accountName, final String databaseName, final String schemaName, final ListOperationCallback serviceCallback) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the packages.

name: databaseName type: - description:

The name of the schema containing the packages.

name: schemaName type: - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ListOperationCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<List<>> summary: >-

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

syntax: public ServiceFuture> listPackagesAsync(final String accountName, final String databaseName, final String schemaName, final ListOperationCallback serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listPackagesAsync(final String,final String,final String,final ListOperationCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.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) name: 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) nameWithType: Catalogs.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) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the packages.

name: databaseName type: - description:

The name of the schema containing the packages.

name: schemaName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlPackage> object

type: Observable<Page<>> summary: >-

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

syntax: public Observable> 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) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listPackagesAsync(final String,final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.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 serviceCallback) name: 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 serviceCallback) nameWithType: Catalogs.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 serviceCallback) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the packages.

name: databaseName type: - description:

The name of the schema containing the packages.

name: schemaName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ListOperationCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<List<>> summary: >-

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

syntax: 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 serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listPackagesAsync(final String,final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean,final ListOperationCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listPackagesNext(final String nextPageLink) name: listPackagesNext(final String nextPageLink) nameWithType: Catalogs.listPackagesNext(final String nextPageLink) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the PagedList<USqlPackage> object if successful.

type: PagedList<> summary: >-

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

syntax: public PagedList listPackagesNext(final String nextPageLink) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listPackagesNext(final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listPackagesNextAsync(final String nextPageLink) name: listPackagesNextAsync(final String nextPageLink) nameWithType: Catalogs.listPackagesNextAsync(final String nextPageLink) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlPackage> object

type: Observable<Page<>> summary: >-

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

syntax: public Observable> listPackagesNextAsync(final String nextPageLink) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listPackagesNextAsync(final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listPackagesNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) name: listPackagesNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) nameWithType: Catalogs.listPackagesNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: - description:

the ServiceFuture object tracking the Retrofit calls

name: serviceFuture type: final ServiceFuture<List<>> - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ListOperationCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<List<>> summary: >-

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

syntax: public ServiceFuture> listPackagesNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listPackagesNextAsync(final String,final ServiceFuture>,final ListOperationCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listPackagesNextWithServiceResponseAsync(final String nextPageLink) name: listPackagesNextWithServiceResponseAsync(final String nextPageLink) nameWithType: Catalogs.listPackagesNextWithServiceResponseAsync(final String nextPageLink) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlPackage> object

type: Observable<ServiceResponse<Page<>>> summary: >-

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

syntax: public Observable>> listPackagesNextWithServiceResponseAsync(final String nextPageLink) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listPackagesNextWithServiceResponseAsync(final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listPackagesWithServiceResponseAsync(final String accountName, final String databaseName, final String schemaName) name: listPackagesWithServiceResponseAsync(final String accountName, final String databaseName, final String schemaName) nameWithType: Catalogs.listPackagesWithServiceResponseAsync(final String accountName, final String databaseName, final String schemaName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the packages.

name: databaseName type: - description:

The name of the schema containing the packages.

name: schemaName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlPackage> object

type: Observable<ServiceResponse<Page<>>> summary: >-

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

syntax: public Observable>> listPackagesWithServiceResponseAsync(final String accountName, final String databaseName, final String schemaName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listPackagesWithServiceResponseAsync(final String,final String,final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listPackagesWithServiceResponseAsync(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) name: listPackagesWithServiceResponseAsync(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) nameWithType: Catalogs.listPackagesWithServiceResponseAsync(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) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the packages.

name: databaseName type: - description:

The name of the schema containing the packages.

name: schemaName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlPackage> object

type: Observable<ServiceResponse<Page<>>> summary: >-

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

syntax: public Observable>> listPackagesWithServiceResponseAsync(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) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listPackagesWithServiceResponseAsync(final String,final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listProcedures(final String accountName, final String databaseName, final String schemaName) name: listProcedures(final String accountName, final String databaseName, final String schemaName) nameWithType: Catalogs.listProcedures(final String accountName, final String databaseName, final String schemaName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the procedures.

name: databaseName type: - description:

The name of the schema containing the procedures.

name: schemaName type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the PagedList<USqlProcedure> object if successful.

type: PagedList<> summary: >-

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

syntax: public PagedList listProcedures(final String accountName, final String databaseName, final String schemaName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listProcedures(final String,final String,final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listProcedures(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) name: listProcedures(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) nameWithType: Catalogs.listProcedures(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) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the procedures.

name: databaseName type: - description:

The name of the schema containing the procedures.

name: schemaName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the PagedList<USqlProcedure> object if successful.

type: PagedList<> summary: >-

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

syntax: public PagedList listProcedures(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) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listProcedures(final String,final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listProceduresAsync(final String accountName, final String databaseName, final String schemaName) name: listProceduresAsync(final String accountName, final String databaseName, final String schemaName) nameWithType: Catalogs.listProceduresAsync(final String accountName, final String databaseName, final String schemaName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the procedures.

name: databaseName type: - description:

The name of the schema containing the procedures.

name: schemaName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlProcedure> object

type: Observable<Page<>> summary: >-

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

syntax: public Observable> listProceduresAsync(final String accountName, final String databaseName, final String schemaName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listProceduresAsync(final String,final String,final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listProceduresAsync(final String accountName, final String databaseName, final String schemaName, final ListOperationCallback serviceCallback) name: listProceduresAsync(final String accountName, final String databaseName, final String schemaName, final ListOperationCallback serviceCallback) nameWithType: Catalogs.listProceduresAsync(final String accountName, final String databaseName, final String schemaName, final ListOperationCallback serviceCallback) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the procedures.

name: databaseName type: - description:

The name of the schema containing the procedures.

name: schemaName type: - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ListOperationCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<List<>> summary: >-

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

syntax: public ServiceFuture> listProceduresAsync(final String accountName, final String databaseName, final String schemaName, final ListOperationCallback serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listProceduresAsync(final String,final String,final String,final ListOperationCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.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) name: 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) nameWithType: Catalogs.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) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the procedures.

name: databaseName type: - description:

The name of the schema containing the procedures.

name: schemaName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlProcedure> object

type: Observable<Page<>> summary: >-

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

syntax: public Observable> 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) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listProceduresAsync(final String,final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.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 serviceCallback) name: 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 serviceCallback) nameWithType: Catalogs.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 serviceCallback) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the procedures.

name: databaseName type: - description:

The name of the schema containing the procedures.

name: schemaName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ListOperationCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<List<>> summary: >-

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

syntax: 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 serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listProceduresAsync(final String,final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean,final ListOperationCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listProceduresNext(final String nextPageLink) name: listProceduresNext(final String nextPageLink) nameWithType: Catalogs.listProceduresNext(final String nextPageLink) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the PagedList<USqlProcedure> object if successful.

type: PagedList<> summary: >-

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

syntax: public PagedList listProceduresNext(final String nextPageLink) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listProceduresNext(final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listProceduresNextAsync(final String nextPageLink) name: listProceduresNextAsync(final String nextPageLink) nameWithType: Catalogs.listProceduresNextAsync(final String nextPageLink) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlProcedure> object

type: Observable<Page<>> summary: >-

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

syntax: public Observable> listProceduresNextAsync(final String nextPageLink) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listProceduresNextAsync(final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listProceduresNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) name: listProceduresNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) nameWithType: Catalogs.listProceduresNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: - description:

the ServiceFuture object tracking the Retrofit calls

name: serviceFuture type: final ServiceFuture<List<>> - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ListOperationCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<List<>> summary: >-

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

syntax: public ServiceFuture> listProceduresNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listProceduresNextAsync(final String,final ServiceFuture>,final ListOperationCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listProceduresNextWithServiceResponseAsync(final String nextPageLink) name: listProceduresNextWithServiceResponseAsync(final String nextPageLink) nameWithType: Catalogs.listProceduresNextWithServiceResponseAsync(final String nextPageLink) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlProcedure> object

type: Observable<ServiceResponse<Page<>>> summary: >-

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

syntax: public Observable>> listProceduresNextWithServiceResponseAsync(final String nextPageLink) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listProceduresNextWithServiceResponseAsync(final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listProceduresWithServiceResponseAsync(final String accountName, final String databaseName, final String schemaName) name: listProceduresWithServiceResponseAsync(final String accountName, final String databaseName, final String schemaName) nameWithType: Catalogs.listProceduresWithServiceResponseAsync(final String accountName, final String databaseName, final String schemaName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the procedures.

name: databaseName type: - description:

The name of the schema containing the procedures.

name: schemaName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlProcedure> object

type: Observable<ServiceResponse<Page<>>> summary: >-

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

syntax: public Observable>> listProceduresWithServiceResponseAsync(final String accountName, final String databaseName, final String schemaName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listProceduresWithServiceResponseAsync(final String,final String,final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listProceduresWithServiceResponseAsync(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) name: listProceduresWithServiceResponseAsync(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) nameWithType: Catalogs.listProceduresWithServiceResponseAsync(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) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the procedures.

name: databaseName type: - description:

The name of the schema containing the procedures.

name: schemaName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlProcedure> object

type: Observable<ServiceResponse<Page<>>> summary: >-

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

syntax: public Observable>> listProceduresWithServiceResponseAsync(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) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listProceduresWithServiceResponseAsync(final String,final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listSchemas(final String accountName, final String databaseName) name: listSchemas(final String accountName, final String databaseName) nameWithType: Catalogs.listSchemas(final String accountName, final String databaseName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the schema.

name: databaseName type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the PagedList<USqlSchema> object if successful.

type: PagedList<> summary: >-

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

syntax: public PagedList listSchemas(final String accountName, final String databaseName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listSchemas(final String,final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listSchemas(final String accountName, final String databaseName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) name: listSchemas(final String accountName, final String databaseName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) nameWithType: Catalogs.listSchemas(final String accountName, final String databaseName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the schema.

name: databaseName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the PagedList<USqlSchema> object if successful.

type: PagedList<> summary: >-

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

syntax: public PagedList listSchemas(final String accountName, final String databaseName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listSchemas(final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listSchemasAsync(final String accountName, final String databaseName) name: listSchemasAsync(final String accountName, final String databaseName) nameWithType: Catalogs.listSchemasAsync(final String accountName, final String databaseName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the schema.

name: databaseName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlSchema> object

type: Observable<Page<>> summary: >-

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

syntax: public Observable> listSchemasAsync(final String accountName, final String databaseName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listSchemasAsync(final String,final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listSchemasAsync(final String accountName, final String databaseName, final ListOperationCallback serviceCallback) name: listSchemasAsync(final String accountName, final String databaseName, final ListOperationCallback serviceCallback) nameWithType: Catalogs.listSchemasAsync(final String accountName, final String databaseName, final ListOperationCallback serviceCallback) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the schema.

name: databaseName type: - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ListOperationCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<List<>> summary: >-

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

syntax: public ServiceFuture> listSchemasAsync(final String accountName, final String databaseName, final ListOperationCallback serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listSchemasAsync(final String,final String,final ListOperationCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.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) name: 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) nameWithType: Catalogs.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) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the schema.

name: databaseName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlSchema> object

type: Observable<Page<>> summary: >-

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

syntax: public Observable> 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) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listSchemasAsync(final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.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 serviceCallback) name: 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 serviceCallback) nameWithType: Catalogs.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 serviceCallback) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the schema.

name: databaseName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ListOperationCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<List<>> summary: >-

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

syntax: 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 serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listSchemasAsync(final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean,final ListOperationCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listSchemasNext(final String nextPageLink) name: listSchemasNext(final String nextPageLink) nameWithType: Catalogs.listSchemasNext(final String nextPageLink) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the PagedList<USqlSchema> object if successful.

type: PagedList<> summary: >-

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

syntax: public PagedList listSchemasNext(final String nextPageLink) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listSchemasNext(final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listSchemasNextAsync(final String nextPageLink) name: listSchemasNextAsync(final String nextPageLink) nameWithType: Catalogs.listSchemasNextAsync(final String nextPageLink) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlSchema> object

type: Observable<Page<>> summary: >-

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

syntax: public Observable> listSchemasNextAsync(final String nextPageLink) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listSchemasNextAsync(final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listSchemasNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) name: listSchemasNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) nameWithType: Catalogs.listSchemasNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: - description:

the ServiceFuture object tracking the Retrofit calls

name: serviceFuture type: final ServiceFuture<List<>> - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ListOperationCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<List<>> summary: >-

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

syntax: public ServiceFuture> listSchemasNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listSchemasNextAsync(final String,final ServiceFuture>,final ListOperationCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listSchemasNextWithServiceResponseAsync(final String nextPageLink) name: listSchemasNextWithServiceResponseAsync(final String nextPageLink) nameWithType: Catalogs.listSchemasNextWithServiceResponseAsync(final String nextPageLink) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlSchema> object

type: Observable<ServiceResponse<Page<>>> summary: >-

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

syntax: public Observable>> listSchemasNextWithServiceResponseAsync(final String nextPageLink) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listSchemasNextWithServiceResponseAsync(final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listSchemasWithServiceResponseAsync(final String accountName, final String databaseName) name: listSchemasWithServiceResponseAsync(final String accountName, final String databaseName) nameWithType: Catalogs.listSchemasWithServiceResponseAsync(final String accountName, final String databaseName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the schema.

name: databaseName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlSchema> object

type: Observable<ServiceResponse<Page<>>> summary: >-

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

syntax: public Observable>> listSchemasWithServiceResponseAsync(final String accountName, final String databaseName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listSchemasWithServiceResponseAsync(final String,final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listSchemasWithServiceResponseAsync(final String accountName, final String databaseName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) name: listSchemasWithServiceResponseAsync(final String accountName, final String databaseName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) nameWithType: Catalogs.listSchemasWithServiceResponseAsync(final String accountName, final String databaseName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the schema.

name: databaseName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlSchema> object

type: Observable<ServiceResponse<Page<>>> summary: >-

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

syntax: public Observable>> listSchemasWithServiceResponseAsync(final String accountName, final String databaseName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listSchemasWithServiceResponseAsync(final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTablePartitions(final String accountName, final String databaseName, final String schemaName, final String tableName) name: listTablePartitions(final String accountName, final String databaseName, final String schemaName, final String tableName) nameWithType: Catalogs.listTablePartitions(final String accountName, final String databaseName, final String schemaName, final String tableName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the partitions.

name: databaseName type: - description:

The name of the schema containing the partitions.

name: schemaName type: - description:

The name of the table containing the partitions.

name: tableName type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the PagedList<USqlTablePartition> object if successful.

type: PagedList<> summary: >-

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

syntax: public PagedList listTablePartitions(final String accountName, final String databaseName, final String schemaName, final String tableName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTablePartitions(final String,final String,final String,final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTablePartitions(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) name: listTablePartitions(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) nameWithType: Catalogs.listTablePartitions(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) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the partitions.

name: databaseName type: - description:

The name of the schema containing the partitions.

name: schemaName type: - description:

The name of the table containing the partitions.

name: tableName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the PagedList<USqlTablePartition> object if successful.

type: PagedList<> summary: >-

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

syntax: public PagedList listTablePartitions(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) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTablePartitions(final String,final String,final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTablePartitionsAsync(final String accountName, final String databaseName, final String schemaName, final String tableName) name: listTablePartitionsAsync(final String accountName, final String databaseName, final String schemaName, final String tableName) nameWithType: Catalogs.listTablePartitionsAsync(final String accountName, final String databaseName, final String schemaName, final String tableName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the partitions.

name: databaseName type: - description:

The name of the schema containing the partitions.

name: schemaName type: - description:

The name of the table containing the partitions.

name: tableName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlTablePartition> object

type: Observable<Page<>> summary: >-

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

syntax: public Observable> listTablePartitionsAsync(final String accountName, final String databaseName, final String schemaName, final String tableName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTablePartitionsAsync(final String,final String,final String,final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTablePartitionsAsync(final String accountName, final String databaseName, final String schemaName, final String tableName, final ListOperationCallback serviceCallback) name: listTablePartitionsAsync(final String accountName, final String databaseName, final String schemaName, final String tableName, final ListOperationCallback serviceCallback) nameWithType: Catalogs.listTablePartitionsAsync(final String accountName, final String databaseName, final String schemaName, final String tableName, final ListOperationCallback serviceCallback) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the partitions.

name: databaseName type: - description:

The name of the schema containing the partitions.

name: schemaName type: - description:

The name of the table containing the partitions.

name: tableName type: - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ListOperationCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<List<>> summary: >-

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

syntax: public ServiceFuture> listTablePartitionsAsync(final String accountName, final String databaseName, final String schemaName, final String tableName, final ListOperationCallback serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTablePartitionsAsync(final String,final String,final String,final String,final ListOperationCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.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) name: 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) nameWithType: Catalogs.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) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the partitions.

name: databaseName type: - description:

The name of the schema containing the partitions.

name: schemaName type: - description:

The name of the table containing the partitions.

name: tableName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlTablePartition> object

type: Observable<Page<>> summary: >-

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

syntax: public Observable> 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) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTablePartitionsAsync(final String,final String,final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.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 serviceCallback) name: 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 serviceCallback) nameWithType: Catalogs.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 serviceCallback) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the partitions.

name: databaseName type: - description:

The name of the schema containing the partitions.

name: schemaName type: - description:

The name of the table containing the partitions.

name: tableName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ListOperationCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<List<>> summary: >-

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

syntax: 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 serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTablePartitionsAsync(final String,final String,final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean,final ListOperationCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTablePartitionsNext(final String nextPageLink) name: listTablePartitionsNext(final String nextPageLink) nameWithType: Catalogs.listTablePartitionsNext(final String nextPageLink) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the PagedList<USqlTablePartition> object if successful.

type: PagedList<> summary: >-

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

syntax: public PagedList listTablePartitionsNext(final String nextPageLink) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTablePartitionsNext(final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTablePartitionsNextAsync(final String nextPageLink) name: listTablePartitionsNextAsync(final String nextPageLink) nameWithType: Catalogs.listTablePartitionsNextAsync(final String nextPageLink) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlTablePartition> object

type: Observable<Page<>> summary: >-

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

syntax: public Observable> listTablePartitionsNextAsync(final String nextPageLink) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTablePartitionsNextAsync(final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTablePartitionsNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) name: listTablePartitionsNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) nameWithType: Catalogs.listTablePartitionsNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: - description:

the ServiceFuture object tracking the Retrofit calls

name: serviceFuture type: final ServiceFuture<List<>> - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ListOperationCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<List<>> summary: >-

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

syntax: public ServiceFuture> listTablePartitionsNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTablePartitionsNextAsync(final String,final ServiceFuture>,final ListOperationCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTablePartitionsNextWithServiceResponseAsync(final String nextPageLink) name: listTablePartitionsNextWithServiceResponseAsync(final String nextPageLink) nameWithType: Catalogs.listTablePartitionsNextWithServiceResponseAsync(final String nextPageLink) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlTablePartition> object

type: Observable<ServiceResponse<Page<>>> summary: >-

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

syntax: public Observable>> listTablePartitionsNextWithServiceResponseAsync(final String nextPageLink) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTablePartitionsNextWithServiceResponseAsync(final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTablePartitionsWithServiceResponseAsync(final String accountName, final String databaseName, final String schemaName, final String tableName) name: listTablePartitionsWithServiceResponseAsync(final String accountName, final String databaseName, final String schemaName, final String tableName) nameWithType: Catalogs.listTablePartitionsWithServiceResponseAsync(final String accountName, final String databaseName, final String schemaName, final String tableName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the partitions.

name: databaseName type: - description:

The name of the schema containing the partitions.

name: schemaName type: - description:

The name of the table containing the partitions.

name: tableName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlTablePartition> object

type: Observable<ServiceResponse<Page<>>> summary: >-

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

syntax: public Observable>> listTablePartitionsWithServiceResponseAsync(final String accountName, final String databaseName, final String schemaName, final String tableName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTablePartitionsWithServiceResponseAsync(final String,final String,final String,final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTablePartitionsWithServiceResponseAsync(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) name: listTablePartitionsWithServiceResponseAsync(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) nameWithType: Catalogs.listTablePartitionsWithServiceResponseAsync(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) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the partitions.

name: databaseName type: - description:

The name of the schema containing the partitions.

name: schemaName type: - description:

The name of the table containing the partitions.

name: tableName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlTablePartition> object

type: Observable<ServiceResponse<Page<>>> summary: >-

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

syntax: public Observable>> listTablePartitionsWithServiceResponseAsync(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) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTablePartitionsWithServiceResponseAsync(final String,final String,final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTables(final String accountName, final String databaseName, final String schemaName) name: listTables(final String accountName, final String databaseName, final String schemaName) nameWithType: Catalogs.listTables(final String accountName, final String databaseName, final String schemaName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the tables.

name: databaseName type: - description:

The name of the schema containing the tables.

name: schemaName type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the PagedList<USqlTable> object if successful.

type: PagedList<> summary: >-

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

syntax: public PagedList listTables(final String accountName, final String databaseName, final String schemaName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTables(final String,final String,final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTables(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) name: listTables(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) nameWithType: Catalogs.listTables(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) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the tables.

name: databaseName type: - description:

The name of the schema containing the tables.

name: schemaName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: - description:

The basic switch indicates what level of information to return when listing tables. When basic is true, only database_name, schema_name, table_name and version are returned for each table, otherwise all table metadata is returned. By default, it is false. Optional.

name: basic type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the PagedList<USqlTable> object if successful.

type: PagedList<> summary: >-

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

syntax: public PagedList listTables(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) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTables(final String,final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean,final Boolean) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTablesAsync(final String accountName, final String databaseName, final String schemaName) name: listTablesAsync(final String accountName, final String databaseName, final String schemaName) nameWithType: Catalogs.listTablesAsync(final String accountName, final String databaseName, final String schemaName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the tables.

name: databaseName type: - description:

The name of the schema containing the tables.

name: schemaName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlTable> object

type: Observable<Page<>> summary: >-

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

syntax: public Observable> listTablesAsync(final String accountName, final String databaseName, final String schemaName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTablesAsync(final String,final String,final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTablesAsync(final String accountName, final String databaseName, final String schemaName, final ListOperationCallback serviceCallback) name: listTablesAsync(final String accountName, final String databaseName, final String schemaName, final ListOperationCallback serviceCallback) nameWithType: Catalogs.listTablesAsync(final String accountName, final String databaseName, final String schemaName, final ListOperationCallback serviceCallback) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the tables.

name: databaseName type: - description:

The name of the schema containing the tables.

name: schemaName type: - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ListOperationCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<List<>> summary: >-

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

syntax: public ServiceFuture> listTablesAsync(final String accountName, final String databaseName, final String schemaName, final ListOperationCallback serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTablesAsync(final String,final String,final String,final ListOperationCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.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) name: 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) nameWithType: Catalogs.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) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the tables.

name: databaseName type: - description:

The name of the schema containing the tables.

name: schemaName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: - description:

The basic switch indicates what level of information to return when listing tables. When basic is true, only database_name, schema_name, table_name and version are returned for each table, otherwise all table metadata is returned. By default, it is false. Optional.

name: basic type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlTable> object

type: Observable<Page<>> summary: >-

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

syntax: public Observable> 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) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTablesAsync(final String,final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean,final Boolean) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.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 serviceCallback) name: 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 serviceCallback) nameWithType: Catalogs.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 serviceCallback) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the tables.

name: databaseName type: - description:

The name of the schema containing the tables.

name: schemaName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: - description:

The basic switch indicates what level of information to return when listing tables. When basic is true, only database_name, schema_name, table_name and version are returned for each table, otherwise all table metadata is returned. By default, it is false. Optional.

name: basic type: - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ListOperationCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<List<>> summary: >-

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

syntax: 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 serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTablesAsync(final String,final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean,final Boolean,final ListOperationCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTablesByDatabase(final String accountName, final String databaseName) name: listTablesByDatabase(final String accountName, final String databaseName) nameWithType: Catalogs.listTablesByDatabase(final String accountName, final String databaseName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the tables.

name: databaseName type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the PagedList<USqlTable> object if successful.

type: PagedList<> summary: >-

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

syntax: public PagedList listTablesByDatabase(final String accountName, final String databaseName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTablesByDatabase(final String,final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTablesByDatabase(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) name: listTablesByDatabase(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) nameWithType: Catalogs.listTablesByDatabase(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) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the tables.

name: databaseName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: - description:

The basic switch indicates what level of information to return when listing tables. When basic is true, only database_name, schema_name, table_name and version are returned for each table, otherwise all table metadata is returned. By default, it is false

name: basic type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the PagedList<USqlTable> object if successful.

type: PagedList<> summary: >-

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

syntax: public PagedList listTablesByDatabase(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) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTablesByDatabase(final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean,final Boolean) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTablesByDatabaseAsync(final String accountName, final String databaseName) name: listTablesByDatabaseAsync(final String accountName, final String databaseName) nameWithType: Catalogs.listTablesByDatabaseAsync(final String accountName, final String databaseName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the tables.

name: databaseName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlTable> object

type: Observable<Page<>> summary: >-

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

syntax: public Observable> listTablesByDatabaseAsync(final String accountName, final String databaseName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTablesByDatabaseAsync(final String,final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTablesByDatabaseAsync(final String accountName, final String databaseName, final ListOperationCallback serviceCallback) name: listTablesByDatabaseAsync(final String accountName, final String databaseName, final ListOperationCallback serviceCallback) nameWithType: Catalogs.listTablesByDatabaseAsync(final String accountName, final String databaseName, final ListOperationCallback serviceCallback) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the tables.

name: databaseName type: - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ListOperationCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<List<>> summary: >-

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

syntax: public ServiceFuture> listTablesByDatabaseAsync(final String accountName, final String databaseName, final ListOperationCallback serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTablesByDatabaseAsync(final String,final String,final ListOperationCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.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) name: 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) nameWithType: Catalogs.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) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the tables.

name: databaseName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: - description:

The basic switch indicates what level of information to return when listing tables. When basic is true, only database_name, schema_name, table_name and version are returned for each table, otherwise all table metadata is returned. By default, it is false

name: basic type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlTable> object

type: Observable<Page<>> summary: >-

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

syntax: public Observable> 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) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTablesByDatabaseAsync(final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean,final Boolean) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.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 serviceCallback) name: 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 serviceCallback) nameWithType: Catalogs.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 serviceCallback) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the tables.

name: databaseName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: - description:

The basic switch indicates what level of information to return when listing tables. When basic is true, only database_name, schema_name, table_name and version are returned for each table, otherwise all table metadata is returned. By default, it is false

name: basic type: - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ListOperationCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<List<>> summary: >-

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

syntax: 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 serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTablesByDatabaseAsync(final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean,final Boolean,final ListOperationCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTablesByDatabaseNext(final String nextPageLink) name: listTablesByDatabaseNext(final String nextPageLink) nameWithType: Catalogs.listTablesByDatabaseNext(final String nextPageLink) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the PagedList<USqlTable> object if successful.

type: PagedList<> summary: >-

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

syntax: public PagedList listTablesByDatabaseNext(final String nextPageLink) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTablesByDatabaseNext(final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTablesByDatabaseNextAsync(final String nextPageLink) name: listTablesByDatabaseNextAsync(final String nextPageLink) nameWithType: Catalogs.listTablesByDatabaseNextAsync(final String nextPageLink) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlTable> object

type: Observable<Page<>> summary: >-

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

syntax: public Observable> listTablesByDatabaseNextAsync(final String nextPageLink) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTablesByDatabaseNextAsync(final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTablesByDatabaseNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) name: listTablesByDatabaseNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) nameWithType: Catalogs.listTablesByDatabaseNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: - description:

the ServiceFuture object tracking the Retrofit calls

name: serviceFuture type: final ServiceFuture<List<>> - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ListOperationCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<List<>> summary: >-

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

syntax: public ServiceFuture> listTablesByDatabaseNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTablesByDatabaseNextAsync(final String,final ServiceFuture>,final ListOperationCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTablesByDatabaseNextWithServiceResponseAsync(final String nextPageLink) name: listTablesByDatabaseNextWithServiceResponseAsync(final String nextPageLink) nameWithType: Catalogs.listTablesByDatabaseNextWithServiceResponseAsync(final String nextPageLink) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlTable> object

type: Observable<ServiceResponse<Page<>>> summary: >-

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

syntax: public Observable>> listTablesByDatabaseNextWithServiceResponseAsync(final String nextPageLink) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTablesByDatabaseNextWithServiceResponseAsync(final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTablesByDatabaseWithServiceResponseAsync(final String accountName, final String databaseName) name: listTablesByDatabaseWithServiceResponseAsync(final String accountName, final String databaseName) nameWithType: Catalogs.listTablesByDatabaseWithServiceResponseAsync(final String accountName, final String databaseName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the tables.

name: databaseName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlTable> object

type: Observable<ServiceResponse<Page<>>> summary: >-

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

syntax: public Observable>> listTablesByDatabaseWithServiceResponseAsync(final String accountName, final String databaseName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTablesByDatabaseWithServiceResponseAsync(final String,final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTablesByDatabaseWithServiceResponseAsync(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) name: listTablesByDatabaseWithServiceResponseAsync(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) nameWithType: Catalogs.listTablesByDatabaseWithServiceResponseAsync(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) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the tables.

name: databaseName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: - description:

The basic switch indicates what level of information to return when listing tables. When basic is true, only database_name, schema_name, table_name and version are returned for each table, otherwise all table metadata is returned. By default, it is false

name: basic type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlTable> object

type: Observable<ServiceResponse<Page<>>> summary: >-

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

syntax: public Observable>> listTablesByDatabaseWithServiceResponseAsync(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) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTablesByDatabaseWithServiceResponseAsync(final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean,final Boolean) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTablesNext(final String nextPageLink) name: listTablesNext(final String nextPageLink) nameWithType: Catalogs.listTablesNext(final String nextPageLink) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the PagedList<USqlTable> object if successful.

type: PagedList<> summary: >-

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

syntax: public PagedList listTablesNext(final String nextPageLink) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTablesNext(final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTablesNextAsync(final String nextPageLink) name: listTablesNextAsync(final String nextPageLink) nameWithType: Catalogs.listTablesNextAsync(final String nextPageLink) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlTable> object

type: Observable<Page<>> summary: >-

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

syntax: public Observable> listTablesNextAsync(final String nextPageLink) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTablesNextAsync(final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTablesNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) name: listTablesNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) nameWithType: Catalogs.listTablesNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: - description:

the ServiceFuture object tracking the Retrofit calls

name: serviceFuture type: final ServiceFuture<List<>> - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ListOperationCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<List<>> summary: >-

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

syntax: public ServiceFuture> listTablesNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTablesNextAsync(final String,final ServiceFuture>,final ListOperationCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTablesNextWithServiceResponseAsync(final String nextPageLink) name: listTablesNextWithServiceResponseAsync(final String nextPageLink) nameWithType: Catalogs.listTablesNextWithServiceResponseAsync(final String nextPageLink) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlTable> object

type: Observable<ServiceResponse<Page<>>> summary: >-

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

syntax: public Observable>> listTablesNextWithServiceResponseAsync(final String nextPageLink) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTablesNextWithServiceResponseAsync(final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableStatistics(final String accountName, final String databaseName, final String schemaName, final String tableName) name: listTableStatistics(final String accountName, final String databaseName, final String schemaName, final String tableName) nameWithType: Catalogs.listTableStatistics(final String accountName, final String databaseName, final String schemaName, final String tableName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the statistics.

name: databaseName type: - description:

The name of the schema containing the statistics.

name: schemaName type: - description:

The name of the table containing the statistics.

name: tableName type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the PagedList<USqlTableStatistics> object if successful.

type: PagedList<> summary: >-

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

syntax: public PagedList listTableStatistics(final String accountName, final String databaseName, final String schemaName, final String tableName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableStatistics(final String,final String,final String,final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableStatistics(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) name: listTableStatistics(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) nameWithType: Catalogs.listTableStatistics(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) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the statistics.

name: databaseName type: - description:

The name of the schema containing the statistics.

name: schemaName type: - description:

The name of the table containing the statistics.

name: tableName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the PagedList<USqlTableStatistics> object if successful.

type: PagedList<> summary: >-

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

syntax: public PagedList listTableStatistics(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) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableStatistics(final String,final String,final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableStatisticsAsync(final String accountName, final String databaseName, final String schemaName, final String tableName) name: listTableStatisticsAsync(final String accountName, final String databaseName, final String schemaName, final String tableName) nameWithType: Catalogs.listTableStatisticsAsync(final String accountName, final String databaseName, final String schemaName, final String tableName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the statistics.

name: databaseName type: - description:

The name of the schema containing the statistics.

name: schemaName type: - description:

The name of the table containing the statistics.

name: tableName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlTableStatistics> object

type: Observable<Page<>> summary: >-

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

syntax: public Observable> listTableStatisticsAsync(final String accountName, final String databaseName, final String schemaName, final String tableName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableStatisticsAsync(final String,final String,final String,final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableStatisticsAsync(final String accountName, final String databaseName, final String schemaName, final String tableName, final ListOperationCallback serviceCallback) name: listTableStatisticsAsync(final String accountName, final String databaseName, final String schemaName, final String tableName, final ListOperationCallback serviceCallback) nameWithType: Catalogs.listTableStatisticsAsync(final String accountName, final String databaseName, final String schemaName, final String tableName, final ListOperationCallback serviceCallback) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the statistics.

name: databaseName type: - description:

The name of the schema containing the statistics.

name: schemaName type: - description:

The name of the table containing the statistics.

name: tableName type: - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ListOperationCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<List<>> summary: >-

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

syntax: public ServiceFuture> listTableStatisticsAsync(final String accountName, final String databaseName, final String schemaName, final String tableName, final ListOperationCallback serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableStatisticsAsync(final String,final String,final String,final String,final ListOperationCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.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) name: 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) nameWithType: Catalogs.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) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the statistics.

name: databaseName type: - description:

The name of the schema containing the statistics.

name: schemaName type: - description:

The name of the table containing the statistics.

name: tableName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlTableStatistics> object

type: Observable<Page<>> summary: >-

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

syntax: public Observable> 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) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableStatisticsAsync(final String,final String,final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.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 serviceCallback) name: 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 serviceCallback) nameWithType: Catalogs.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 serviceCallback) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the statistics.

name: databaseName type: - description:

The name of the schema containing the statistics.

name: schemaName type: - description:

The name of the table containing the statistics.

name: tableName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ListOperationCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<List<>> summary: >-

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

syntax: 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 serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableStatisticsAsync(final String,final String,final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean,final ListOperationCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableStatisticsByDatabase(final String accountName, final String databaseName) name: listTableStatisticsByDatabase(final String accountName, final String databaseName) nameWithType: Catalogs.listTableStatisticsByDatabase(final String accountName, final String databaseName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the table statistics.

name: databaseName type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the PagedList<USqlTableStatistics> object if successful.

type: PagedList<> summary: >-

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

syntax: public PagedList listTableStatisticsByDatabase(final String accountName, final String databaseName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableStatisticsByDatabase(final String,final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableStatisticsByDatabase(final String accountName, final String databaseName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) name: listTableStatisticsByDatabase(final String accountName, final String databaseName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) nameWithType: Catalogs.listTableStatisticsByDatabase(final String accountName, final String databaseName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the table statistics.

name: databaseName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the PagedList<USqlTableStatistics> object if successful.

type: PagedList<> summary: >-

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

syntax: public PagedList listTableStatisticsByDatabase(final String accountName, final String databaseName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableStatisticsByDatabase(final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableStatisticsByDatabaseAndSchema(final String accountName, final String databaseName, final String schemaName) name: listTableStatisticsByDatabaseAndSchema(final String accountName, final String databaseName, final String schemaName) nameWithType: Catalogs.listTableStatisticsByDatabaseAndSchema(final String accountName, final String databaseName, final String schemaName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the statistics.

name: databaseName type: - description:

The name of the schema containing the statistics.

name: schemaName type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the PagedList<USqlTableStatistics> object if successful.

type: PagedList<> summary: >-

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

syntax: public PagedList listTableStatisticsByDatabaseAndSchema(final String accountName, final String databaseName, final String schemaName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableStatisticsByDatabaseAndSchema(final String,final String,final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableStatisticsByDatabaseAndSchema(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) name: listTableStatisticsByDatabaseAndSchema(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) nameWithType: Catalogs.listTableStatisticsByDatabaseAndSchema(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) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the statistics.

name: databaseName type: - description:

The name of the schema containing the statistics.

name: schemaName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the PagedList<USqlTableStatistics> object if successful.

type: PagedList<> summary: >-

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

syntax: public PagedList listTableStatisticsByDatabaseAndSchema(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) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableStatisticsByDatabaseAndSchema(final String,final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableStatisticsByDatabaseAndSchemaAsync(final String accountName, final String databaseName, final String schemaName) name: listTableStatisticsByDatabaseAndSchemaAsync(final String accountName, final String databaseName, final String schemaName) nameWithType: Catalogs.listTableStatisticsByDatabaseAndSchemaAsync(final String accountName, final String databaseName, final String schemaName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the statistics.

name: databaseName type: - description:

The name of the schema containing the statistics.

name: schemaName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlTableStatistics> object

type: Observable<Page<>> summary: >-

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

syntax: public Observable> listTableStatisticsByDatabaseAndSchemaAsync(final String accountName, final String databaseName, final String schemaName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableStatisticsByDatabaseAndSchemaAsync(final String,final String,final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableStatisticsByDatabaseAndSchemaAsync(final String accountName, final String databaseName, final String schemaName, final ListOperationCallback serviceCallback) name: listTableStatisticsByDatabaseAndSchemaAsync(final String accountName, final String databaseName, final String schemaName, final ListOperationCallback serviceCallback) nameWithType: Catalogs.listTableStatisticsByDatabaseAndSchemaAsync(final String accountName, final String databaseName, final String schemaName, final ListOperationCallback serviceCallback) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the statistics.

name: databaseName type: - description:

The name of the schema containing the statistics.

name: schemaName type: - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ListOperationCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<List<>> summary: >-

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

syntax: public ServiceFuture> listTableStatisticsByDatabaseAndSchemaAsync(final String accountName, final String databaseName, final String schemaName, final ListOperationCallback serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableStatisticsByDatabaseAndSchemaAsync(final String,final String,final String,final ListOperationCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.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) name: 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) nameWithType: Catalogs.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) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the statistics.

name: databaseName type: - description:

The name of the schema containing the statistics.

name: schemaName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlTableStatistics> object

type: Observable<Page<>> summary: >-

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

syntax: public Observable> 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) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableStatisticsByDatabaseAndSchemaAsync(final String,final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.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 serviceCallback) name: 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 serviceCallback) nameWithType: Catalogs.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 serviceCallback) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the statistics.

name: databaseName type: - description:

The name of the schema containing the statistics.

name: schemaName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ListOperationCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<List<>> summary: >-

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

syntax: 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 serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableStatisticsByDatabaseAndSchemaAsync(final String,final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean,final ListOperationCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableStatisticsByDatabaseAndSchemaNext(final String nextPageLink) name: listTableStatisticsByDatabaseAndSchemaNext(final String nextPageLink) nameWithType: Catalogs.listTableStatisticsByDatabaseAndSchemaNext(final String nextPageLink) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the PagedList<USqlTableStatistics> object if successful.

type: PagedList<> summary: >-

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

syntax: public PagedList listTableStatisticsByDatabaseAndSchemaNext(final String nextPageLink) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableStatisticsByDatabaseAndSchemaNext(final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableStatisticsByDatabaseAndSchemaNextAsync(final String nextPageLink) name: listTableStatisticsByDatabaseAndSchemaNextAsync(final String nextPageLink) nameWithType: Catalogs.listTableStatisticsByDatabaseAndSchemaNextAsync(final String nextPageLink) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlTableStatistics> object

type: Observable<Page<>> summary: >-

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

syntax: public Observable> listTableStatisticsByDatabaseAndSchemaNextAsync(final String nextPageLink) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableStatisticsByDatabaseAndSchemaNextAsync(final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableStatisticsByDatabaseAndSchemaNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) name: listTableStatisticsByDatabaseAndSchemaNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) nameWithType: Catalogs.listTableStatisticsByDatabaseAndSchemaNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: - description:

the ServiceFuture object tracking the Retrofit calls

name: serviceFuture type: final ServiceFuture<List<>> - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ListOperationCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<List<>> summary: >-

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

syntax: public ServiceFuture> listTableStatisticsByDatabaseAndSchemaNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableStatisticsByDatabaseAndSchemaNextAsync(final String,final ServiceFuture>,final ListOperationCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableStatisticsByDatabaseAndSchemaNextWithServiceResponseAsync(final String nextPageLink) name: listTableStatisticsByDatabaseAndSchemaNextWithServiceResponseAsync(final String nextPageLink) nameWithType: Catalogs.listTableStatisticsByDatabaseAndSchemaNextWithServiceResponseAsync(final String nextPageLink) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlTableStatistics> object

type: Observable<ServiceResponse<Page<>>> summary: >-

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

syntax: public Observable>> listTableStatisticsByDatabaseAndSchemaNextWithServiceResponseAsync(final String nextPageLink) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableStatisticsByDatabaseAndSchemaNextWithServiceResponseAsync(final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableStatisticsByDatabaseAndSchemaWithServiceResponseAsync(final String accountName, final String databaseName, final String schemaName) name: listTableStatisticsByDatabaseAndSchemaWithServiceResponseAsync(final String accountName, final String databaseName, final String schemaName) nameWithType: Catalogs.listTableStatisticsByDatabaseAndSchemaWithServiceResponseAsync(final String accountName, final String databaseName, final String schemaName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the statistics.

name: databaseName type: - description:

The name of the schema containing the statistics.

name: schemaName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlTableStatistics> object

type: Observable<ServiceResponse<Page<>>> summary: >-

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

syntax: public Observable>> listTableStatisticsByDatabaseAndSchemaWithServiceResponseAsync(final String accountName, final String databaseName, final String schemaName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableStatisticsByDatabaseAndSchemaWithServiceResponseAsync(final String,final String,final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableStatisticsByDatabaseAndSchemaWithServiceResponseAsync(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) name: listTableStatisticsByDatabaseAndSchemaWithServiceResponseAsync(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) nameWithType: Catalogs.listTableStatisticsByDatabaseAndSchemaWithServiceResponseAsync(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) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the statistics.

name: databaseName type: - description:

The name of the schema containing the statistics.

name: schemaName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlTableStatistics> object

type: Observable<ServiceResponse<Page<>>> summary: >-

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

syntax: public Observable>> listTableStatisticsByDatabaseAndSchemaWithServiceResponseAsync(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) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableStatisticsByDatabaseAndSchemaWithServiceResponseAsync(final String,final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableStatisticsByDatabaseAsync(final String accountName, final String databaseName) name: listTableStatisticsByDatabaseAsync(final String accountName, final String databaseName) nameWithType: Catalogs.listTableStatisticsByDatabaseAsync(final String accountName, final String databaseName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the table statistics.

name: databaseName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlTableStatistics> object

type: Observable<Page<>> summary: >-

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

syntax: public Observable> listTableStatisticsByDatabaseAsync(final String accountName, final String databaseName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableStatisticsByDatabaseAsync(final String,final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableStatisticsByDatabaseAsync(final String accountName, final String databaseName, final ListOperationCallback serviceCallback) name: listTableStatisticsByDatabaseAsync(final String accountName, final String databaseName, final ListOperationCallback serviceCallback) nameWithType: Catalogs.listTableStatisticsByDatabaseAsync(final String accountName, final String databaseName, final ListOperationCallback serviceCallback) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the table statistics.

name: databaseName type: - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ListOperationCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<List<>> summary: >-

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

syntax: public ServiceFuture> listTableStatisticsByDatabaseAsync(final String accountName, final String databaseName, final ListOperationCallback serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableStatisticsByDatabaseAsync(final String,final String,final ListOperationCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.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) name: 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) nameWithType: Catalogs.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) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the table statistics.

name: databaseName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlTableStatistics> object

type: Observable<Page<>> summary: >-

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

syntax: public Observable> 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) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableStatisticsByDatabaseAsync(final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.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 serviceCallback) name: 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 serviceCallback) nameWithType: Catalogs.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 serviceCallback) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the table statistics.

name: databaseName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ListOperationCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<List<>> summary: >-

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

syntax: 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 serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableStatisticsByDatabaseAsync(final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean,final ListOperationCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableStatisticsByDatabaseNext(final String nextPageLink) name: listTableStatisticsByDatabaseNext(final String nextPageLink) nameWithType: Catalogs.listTableStatisticsByDatabaseNext(final String nextPageLink) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the PagedList<USqlTableStatistics> object if successful.

type: PagedList<> summary: >-

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

syntax: public PagedList listTableStatisticsByDatabaseNext(final String nextPageLink) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableStatisticsByDatabaseNext(final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableStatisticsByDatabaseNextAsync(final String nextPageLink) name: listTableStatisticsByDatabaseNextAsync(final String nextPageLink) nameWithType: Catalogs.listTableStatisticsByDatabaseNextAsync(final String nextPageLink) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlTableStatistics> object

type: Observable<Page<>> summary: >-

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

syntax: public Observable> listTableStatisticsByDatabaseNextAsync(final String nextPageLink) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableStatisticsByDatabaseNextAsync(final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableStatisticsByDatabaseNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) name: listTableStatisticsByDatabaseNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) nameWithType: Catalogs.listTableStatisticsByDatabaseNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: - description:

the ServiceFuture object tracking the Retrofit calls

name: serviceFuture type: final ServiceFuture<List<>> - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ListOperationCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<List<>> summary: >-

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

syntax: public ServiceFuture> listTableStatisticsByDatabaseNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableStatisticsByDatabaseNextAsync(final String,final ServiceFuture>,final ListOperationCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableStatisticsByDatabaseNextWithServiceResponseAsync(final String nextPageLink) name: listTableStatisticsByDatabaseNextWithServiceResponseAsync(final String nextPageLink) nameWithType: Catalogs.listTableStatisticsByDatabaseNextWithServiceResponseAsync(final String nextPageLink) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlTableStatistics> object

type: Observable<ServiceResponse<Page<>>> summary: >-

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

syntax: public Observable>> listTableStatisticsByDatabaseNextWithServiceResponseAsync(final String nextPageLink) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableStatisticsByDatabaseNextWithServiceResponseAsync(final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableStatisticsByDatabaseWithServiceResponseAsync(final String accountName, final String databaseName) name: listTableStatisticsByDatabaseWithServiceResponseAsync(final String accountName, final String databaseName) nameWithType: Catalogs.listTableStatisticsByDatabaseWithServiceResponseAsync(final String accountName, final String databaseName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the table statistics.

name: databaseName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlTableStatistics> object

type: Observable<ServiceResponse<Page<>>> summary: >-

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

syntax: public Observable>> listTableStatisticsByDatabaseWithServiceResponseAsync(final String accountName, final String databaseName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableStatisticsByDatabaseWithServiceResponseAsync(final String,final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableStatisticsByDatabaseWithServiceResponseAsync(final String accountName, final String databaseName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) name: listTableStatisticsByDatabaseWithServiceResponseAsync(final String accountName, final String databaseName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) nameWithType: Catalogs.listTableStatisticsByDatabaseWithServiceResponseAsync(final String accountName, final String databaseName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the table statistics.

name: databaseName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlTableStatistics> object

type: Observable<ServiceResponse<Page<>>> summary: >-

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

syntax: public Observable>> listTableStatisticsByDatabaseWithServiceResponseAsync(final String accountName, final String databaseName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableStatisticsByDatabaseWithServiceResponseAsync(final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableStatisticsNext(final String nextPageLink) name: listTableStatisticsNext(final String nextPageLink) nameWithType: Catalogs.listTableStatisticsNext(final String nextPageLink) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the PagedList<USqlTableStatistics> object if successful.

type: PagedList<> summary: >-

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

syntax: public PagedList listTableStatisticsNext(final String nextPageLink) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableStatisticsNext(final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableStatisticsNextAsync(final String nextPageLink) name: listTableStatisticsNextAsync(final String nextPageLink) nameWithType: Catalogs.listTableStatisticsNextAsync(final String nextPageLink) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlTableStatistics> object

type: Observable<Page<>> summary: >-

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

syntax: public Observable> listTableStatisticsNextAsync(final String nextPageLink) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableStatisticsNextAsync(final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableStatisticsNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) name: listTableStatisticsNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) nameWithType: Catalogs.listTableStatisticsNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: - description:

the ServiceFuture object tracking the Retrofit calls

name: serviceFuture type: final ServiceFuture<List<>> - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ListOperationCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<List<>> summary: >-

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

syntax: public ServiceFuture> listTableStatisticsNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableStatisticsNextAsync(final String,final ServiceFuture>,final ListOperationCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableStatisticsNextWithServiceResponseAsync(final String nextPageLink) name: listTableStatisticsNextWithServiceResponseAsync(final String nextPageLink) nameWithType: Catalogs.listTableStatisticsNextWithServiceResponseAsync(final String nextPageLink) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlTableStatistics> object

type: Observable<ServiceResponse<Page<>>> summary: >-

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

syntax: public Observable>> listTableStatisticsNextWithServiceResponseAsync(final String nextPageLink) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableStatisticsNextWithServiceResponseAsync(final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableStatisticsWithServiceResponseAsync(final String accountName, final String databaseName, final String schemaName, final String tableName) name: listTableStatisticsWithServiceResponseAsync(final String accountName, final String databaseName, final String schemaName, final String tableName) nameWithType: Catalogs.listTableStatisticsWithServiceResponseAsync(final String accountName, final String databaseName, final String schemaName, final String tableName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the statistics.

name: databaseName type: - description:

The name of the schema containing the statistics.

name: schemaName type: - description:

The name of the table containing the statistics.

name: tableName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlTableStatistics> object

type: Observable<ServiceResponse<Page<>>> summary: >-

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

syntax: public Observable>> listTableStatisticsWithServiceResponseAsync(final String accountName, final String databaseName, final String schemaName, final String tableName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableStatisticsWithServiceResponseAsync(final String,final String,final String,final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableStatisticsWithServiceResponseAsync(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) name: listTableStatisticsWithServiceResponseAsync(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) nameWithType: Catalogs.listTableStatisticsWithServiceResponseAsync(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) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the statistics.

name: databaseName type: - description:

The name of the schema containing the statistics.

name: schemaName type: - description:

The name of the table containing the statistics.

name: tableName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlTableStatistics> object

type: Observable<ServiceResponse<Page<>>> summary: >-

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

syntax: public Observable>> listTableStatisticsWithServiceResponseAsync(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) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableStatisticsWithServiceResponseAsync(final String,final String,final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTablesWithServiceResponseAsync(final String accountName, final String databaseName, final String schemaName) name: listTablesWithServiceResponseAsync(final String accountName, final String databaseName, final String schemaName) nameWithType: Catalogs.listTablesWithServiceResponseAsync(final String accountName, final String databaseName, final String schemaName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the tables.

name: databaseName type: - description:

The name of the schema containing the tables.

name: schemaName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlTable> object

type: Observable<ServiceResponse<Page<>>> summary: >-

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

syntax: public Observable>> listTablesWithServiceResponseAsync(final String accountName, final String databaseName, final String schemaName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTablesWithServiceResponseAsync(final String,final String,final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTablesWithServiceResponseAsync(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) name: listTablesWithServiceResponseAsync(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) nameWithType: Catalogs.listTablesWithServiceResponseAsync(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) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the tables.

name: databaseName type: - description:

The name of the schema containing the tables.

name: schemaName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: - description:

The basic switch indicates what level of information to return when listing tables. When basic is true, only database_name, schema_name, table_name and version are returned for each table, otherwise all table metadata is returned. By default, it is false. Optional.

name: basic type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlTable> object

type: Observable<ServiceResponse<Page<>>> summary: >-

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

syntax: public Observable>> listTablesWithServiceResponseAsync(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) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTablesWithServiceResponseAsync(final String,final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean,final Boolean) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableTypes(final String accountName, final String databaseName, final String schemaName) name: listTableTypes(final String accountName, final String databaseName, final String schemaName) nameWithType: Catalogs.listTableTypes(final String accountName, final String databaseName, final String schemaName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the table types.

name: databaseName type: - description:

The name of the schema containing the table types.

name: schemaName type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the PagedList<USqlTableType> object if successful.

type: PagedList<> summary: >-

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

syntax: public PagedList listTableTypes(final String accountName, final String databaseName, final String schemaName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableTypes(final String,final String,final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableTypes(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) name: listTableTypes(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) nameWithType: Catalogs.listTableTypes(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) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the table types.

name: databaseName type: - description:

The name of the schema containing the table types.

name: schemaName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the PagedList<USqlTableType> object if successful.

type: PagedList<> summary: >-

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

syntax: public PagedList listTableTypes(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) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableTypes(final String,final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableTypesAsync(final String accountName, final String databaseName, final String schemaName) name: listTableTypesAsync(final String accountName, final String databaseName, final String schemaName) nameWithType: Catalogs.listTableTypesAsync(final String accountName, final String databaseName, final String schemaName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the table types.

name: databaseName type: - description:

The name of the schema containing the table types.

name: schemaName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlTableType> object

type: Observable<Page<>> summary: >-

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

syntax: public Observable> listTableTypesAsync(final String accountName, final String databaseName, final String schemaName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableTypesAsync(final String,final String,final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableTypesAsync(final String accountName, final String databaseName, final String schemaName, final ListOperationCallback serviceCallback) name: listTableTypesAsync(final String accountName, final String databaseName, final String schemaName, final ListOperationCallback serviceCallback) nameWithType: Catalogs.listTableTypesAsync(final String accountName, final String databaseName, final String schemaName, final ListOperationCallback serviceCallback) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the table types.

name: databaseName type: - description:

The name of the schema containing the table types.

name: schemaName type: - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ListOperationCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<List<>> summary: >-

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

syntax: public ServiceFuture> listTableTypesAsync(final String accountName, final String databaseName, final String schemaName, final ListOperationCallback serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableTypesAsync(final String,final String,final String,final ListOperationCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.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) name: 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) nameWithType: Catalogs.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) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the table types.

name: databaseName type: - description:

The name of the schema containing the table types.

name: schemaName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlTableType> object

type: Observable<Page<>> summary: >-

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

syntax: public Observable> 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) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableTypesAsync(final String,final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.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 serviceCallback) name: 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 serviceCallback) nameWithType: Catalogs.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 serviceCallback) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the table types.

name: databaseName type: - description:

The name of the schema containing the table types.

name: schemaName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ListOperationCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<List<>> summary: >-

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

syntax: 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 serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableTypesAsync(final String,final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean,final ListOperationCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableTypesNext(final String nextPageLink) name: listTableTypesNext(final String nextPageLink) nameWithType: Catalogs.listTableTypesNext(final String nextPageLink) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the PagedList<USqlTableType> object if successful.

type: PagedList<> summary: >-

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

syntax: public PagedList listTableTypesNext(final String nextPageLink) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableTypesNext(final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableTypesNextAsync(final String nextPageLink) name: listTableTypesNextAsync(final String nextPageLink) nameWithType: Catalogs.listTableTypesNextAsync(final String nextPageLink) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlTableType> object

type: Observable<Page<>> summary: >-

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

syntax: public Observable> listTableTypesNextAsync(final String nextPageLink) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableTypesNextAsync(final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableTypesNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) name: listTableTypesNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) nameWithType: Catalogs.listTableTypesNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: - description:

the ServiceFuture object tracking the Retrofit calls

name: serviceFuture type: final ServiceFuture<List<>> - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ListOperationCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<List<>> summary: >-

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

syntax: public ServiceFuture> listTableTypesNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableTypesNextAsync(final String,final ServiceFuture>,final ListOperationCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableTypesNextWithServiceResponseAsync(final String nextPageLink) name: listTableTypesNextWithServiceResponseAsync(final String nextPageLink) nameWithType: Catalogs.listTableTypesNextWithServiceResponseAsync(final String nextPageLink) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlTableType> object

type: Observable<ServiceResponse<Page<>>> summary: >-

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

syntax: public Observable>> listTableTypesNextWithServiceResponseAsync(final String nextPageLink) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableTypesNextWithServiceResponseAsync(final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableTypesWithServiceResponseAsync(final String accountName, final String databaseName, final String schemaName) name: listTableTypesWithServiceResponseAsync(final String accountName, final String databaseName, final String schemaName) nameWithType: Catalogs.listTableTypesWithServiceResponseAsync(final String accountName, final String databaseName, final String schemaName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the table types.

name: databaseName type: - description:

The name of the schema containing the table types.

name: schemaName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlTableType> object

type: Observable<ServiceResponse<Page<>>> summary: >-

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

syntax: public Observable>> listTableTypesWithServiceResponseAsync(final String accountName, final String databaseName, final String schemaName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableTypesWithServiceResponseAsync(final String,final String,final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableTypesWithServiceResponseAsync(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) name: listTableTypesWithServiceResponseAsync(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) nameWithType: Catalogs.listTableTypesWithServiceResponseAsync(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) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the table types.

name: databaseName type: - description:

The name of the schema containing the table types.

name: schemaName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlTableType> object

type: Observable<ServiceResponse<Page<>>> summary: >-

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

syntax: public Observable>> listTableTypesWithServiceResponseAsync(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) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableTypesWithServiceResponseAsync(final String,final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableValuedFunctions(final String accountName, final String databaseName, final String schemaName) name: listTableValuedFunctions(final String accountName, final String databaseName, final String schemaName) nameWithType: Catalogs.listTableValuedFunctions(final String accountName, final String databaseName, final String schemaName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the table valued functions.

name: databaseName type: - description:

The name of the schema containing the table valued functions.

name: schemaName type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the PagedList<USqlTableValuedFunction> object if successful.

type: PagedList<> summary: >-

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

syntax: public PagedList listTableValuedFunctions(final String accountName, final String databaseName, final String schemaName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableValuedFunctions(final String,final String,final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableValuedFunctions(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) name: listTableValuedFunctions(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) nameWithType: Catalogs.listTableValuedFunctions(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) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the table valued functions.

name: databaseName type: - description:

The name of the schema containing the table valued functions.

name: schemaName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the PagedList<USqlTableValuedFunction> object if successful.

type: PagedList<> summary: >-

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

syntax: public PagedList listTableValuedFunctions(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) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableValuedFunctions(final String,final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableValuedFunctionsAsync(final String accountName, final String databaseName, final String schemaName) name: listTableValuedFunctionsAsync(final String accountName, final String databaseName, final String schemaName) nameWithType: Catalogs.listTableValuedFunctionsAsync(final String accountName, final String databaseName, final String schemaName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the table valued functions.

name: databaseName type: - description:

The name of the schema containing the table valued functions.

name: schemaName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlTableValuedFunction> object

type: Observable<Page<>> summary: >-

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

syntax: public Observable> listTableValuedFunctionsAsync(final String accountName, final String databaseName, final String schemaName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableValuedFunctionsAsync(final String,final String,final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableValuedFunctionsAsync(final String accountName, final String databaseName, final String schemaName, final ListOperationCallback serviceCallback) name: listTableValuedFunctionsAsync(final String accountName, final String databaseName, final String schemaName, final ListOperationCallback serviceCallback) nameWithType: Catalogs.listTableValuedFunctionsAsync(final String accountName, final String databaseName, final String schemaName, final ListOperationCallback serviceCallback) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the table valued functions.

name: databaseName type: - description:

The name of the schema containing the table valued functions.

name: schemaName type: - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ListOperationCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<List<>> summary: >-

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

syntax: public ServiceFuture> listTableValuedFunctionsAsync(final String accountName, final String databaseName, final String schemaName, final ListOperationCallback serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableValuedFunctionsAsync(final String,final String,final String,final ListOperationCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.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) name: 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) nameWithType: Catalogs.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) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the table valued functions.

name: databaseName type: - description:

The name of the schema containing the table valued functions.

name: schemaName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlTableValuedFunction> object

type: Observable<Page<>> summary: >-

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

syntax: public Observable> 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) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableValuedFunctionsAsync(final String,final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.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 serviceCallback) name: 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 serviceCallback) nameWithType: Catalogs.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 serviceCallback) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the table valued functions.

name: databaseName type: - description:

The name of the schema containing the table valued functions.

name: schemaName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ListOperationCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<List<>> summary: >-

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

syntax: 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 serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableValuedFunctionsAsync(final String,final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean,final ListOperationCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableValuedFunctionsByDatabase(final String accountName, final String databaseName) name: listTableValuedFunctionsByDatabase(final String accountName, final String databaseName) nameWithType: Catalogs.listTableValuedFunctionsByDatabase(final String accountName, final String databaseName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the table valued functions.

name: databaseName type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the PagedList<USqlTableValuedFunction> object if successful.

type: PagedList<> summary: >-

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

syntax: public PagedList listTableValuedFunctionsByDatabase(final String accountName, final String databaseName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableValuedFunctionsByDatabase(final String,final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableValuedFunctionsByDatabase(final String accountName, final String databaseName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) name: listTableValuedFunctionsByDatabase(final String accountName, final String databaseName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) nameWithType: Catalogs.listTableValuedFunctionsByDatabase(final String accountName, final String databaseName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the table valued functions.

name: databaseName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the PagedList<USqlTableValuedFunction> object if successful.

type: PagedList<> summary: >-

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

syntax: public PagedList listTableValuedFunctionsByDatabase(final String accountName, final String databaseName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableValuedFunctionsByDatabase(final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableValuedFunctionsByDatabaseAsync(final String accountName, final String databaseName) name: listTableValuedFunctionsByDatabaseAsync(final String accountName, final String databaseName) nameWithType: Catalogs.listTableValuedFunctionsByDatabaseAsync(final String accountName, final String databaseName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the table valued functions.

name: databaseName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlTableValuedFunction> object

type: Observable<Page<>> summary: >-

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

syntax: public Observable> listTableValuedFunctionsByDatabaseAsync(final String accountName, final String databaseName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableValuedFunctionsByDatabaseAsync(final String,final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableValuedFunctionsByDatabaseAsync(final String accountName, final String databaseName, final ListOperationCallback serviceCallback) name: listTableValuedFunctionsByDatabaseAsync(final String accountName, final String databaseName, final ListOperationCallback serviceCallback) nameWithType: Catalogs.listTableValuedFunctionsByDatabaseAsync(final String accountName, final String databaseName, final ListOperationCallback serviceCallback) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the table valued functions.

name: databaseName type: - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ListOperationCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<List<>> summary: >-

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

syntax: public ServiceFuture> listTableValuedFunctionsByDatabaseAsync(final String accountName, final String databaseName, final ListOperationCallback serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableValuedFunctionsByDatabaseAsync(final String,final String,final ListOperationCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.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) name: 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) nameWithType: Catalogs.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) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the table valued functions.

name: databaseName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlTableValuedFunction> object

type: Observable<Page<>> summary: >-

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

syntax: public Observable> 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) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableValuedFunctionsByDatabaseAsync(final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.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 serviceCallback) name: 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 serviceCallback) nameWithType: Catalogs.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 serviceCallback) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the table valued functions.

name: databaseName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ListOperationCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<List<>> summary: >-

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

syntax: 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 serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableValuedFunctionsByDatabaseAsync(final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean,final ListOperationCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableValuedFunctionsByDatabaseNext(final String nextPageLink) name: listTableValuedFunctionsByDatabaseNext(final String nextPageLink) nameWithType: Catalogs.listTableValuedFunctionsByDatabaseNext(final String nextPageLink) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the PagedList<USqlTableValuedFunction> object if successful.

type: PagedList<> summary: >-

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

syntax: public PagedList listTableValuedFunctionsByDatabaseNext(final String nextPageLink) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableValuedFunctionsByDatabaseNext(final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableValuedFunctionsByDatabaseNextAsync(final String nextPageLink) name: listTableValuedFunctionsByDatabaseNextAsync(final String nextPageLink) nameWithType: Catalogs.listTableValuedFunctionsByDatabaseNextAsync(final String nextPageLink) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlTableValuedFunction> object

type: Observable<Page<>> summary: >-

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

syntax: public Observable> listTableValuedFunctionsByDatabaseNextAsync(final String nextPageLink) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableValuedFunctionsByDatabaseNextAsync(final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableValuedFunctionsByDatabaseNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) name: listTableValuedFunctionsByDatabaseNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) nameWithType: Catalogs.listTableValuedFunctionsByDatabaseNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: - description:

the ServiceFuture object tracking the Retrofit calls

name: serviceFuture type: final ServiceFuture<List<>> - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ListOperationCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<List<>> summary: >-

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

syntax: public ServiceFuture> listTableValuedFunctionsByDatabaseNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableValuedFunctionsByDatabaseNextAsync(final String,final ServiceFuture>,final ListOperationCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableValuedFunctionsByDatabaseNextWithServiceResponseAsync(final String nextPageLink) name: listTableValuedFunctionsByDatabaseNextWithServiceResponseAsync(final String nextPageLink) nameWithType: Catalogs.listTableValuedFunctionsByDatabaseNextWithServiceResponseAsync(final String nextPageLink) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlTableValuedFunction> object

type: Observable<ServiceResponse<Page<>>> summary: >-

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

syntax: public Observable>> listTableValuedFunctionsByDatabaseNextWithServiceResponseAsync(final String nextPageLink) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableValuedFunctionsByDatabaseNextWithServiceResponseAsync(final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableValuedFunctionsByDatabaseWithServiceResponseAsync(final String accountName, final String databaseName) name: listTableValuedFunctionsByDatabaseWithServiceResponseAsync(final String accountName, final String databaseName) nameWithType: Catalogs.listTableValuedFunctionsByDatabaseWithServiceResponseAsync(final String accountName, final String databaseName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the table valued functions.

name: databaseName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlTableValuedFunction> object

type: Observable<ServiceResponse<Page<>>> summary: >-

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

syntax: public Observable>> listTableValuedFunctionsByDatabaseWithServiceResponseAsync(final String accountName, final String databaseName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableValuedFunctionsByDatabaseWithServiceResponseAsync(final String,final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableValuedFunctionsByDatabaseWithServiceResponseAsync(final String accountName, final String databaseName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) name: listTableValuedFunctionsByDatabaseWithServiceResponseAsync(final String accountName, final String databaseName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) nameWithType: Catalogs.listTableValuedFunctionsByDatabaseWithServiceResponseAsync(final String accountName, final String databaseName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the table valued functions.

name: databaseName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlTableValuedFunction> object

type: Observable<ServiceResponse<Page<>>> summary: >-

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

syntax: public Observable>> listTableValuedFunctionsByDatabaseWithServiceResponseAsync(final String accountName, final String databaseName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableValuedFunctionsByDatabaseWithServiceResponseAsync(final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableValuedFunctionsNext(final String nextPageLink) name: listTableValuedFunctionsNext(final String nextPageLink) nameWithType: Catalogs.listTableValuedFunctionsNext(final String nextPageLink) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the PagedList<USqlTableValuedFunction> object if successful.

type: PagedList<> summary: >-

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

syntax: public PagedList listTableValuedFunctionsNext(final String nextPageLink) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableValuedFunctionsNext(final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableValuedFunctionsNextAsync(final String nextPageLink) name: listTableValuedFunctionsNextAsync(final String nextPageLink) nameWithType: Catalogs.listTableValuedFunctionsNextAsync(final String nextPageLink) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlTableValuedFunction> object

type: Observable<Page<>> summary: >-

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

syntax: public Observable> listTableValuedFunctionsNextAsync(final String nextPageLink) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableValuedFunctionsNextAsync(final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableValuedFunctionsNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) name: listTableValuedFunctionsNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) nameWithType: Catalogs.listTableValuedFunctionsNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: - description:

the ServiceFuture object tracking the Retrofit calls

name: serviceFuture type: final ServiceFuture<List<>> - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ListOperationCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<List<>> summary: >-

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

syntax: public ServiceFuture> listTableValuedFunctionsNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableValuedFunctionsNextAsync(final String,final ServiceFuture>,final ListOperationCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableValuedFunctionsNextWithServiceResponseAsync(final String nextPageLink) name: listTableValuedFunctionsNextWithServiceResponseAsync(final String nextPageLink) nameWithType: Catalogs.listTableValuedFunctionsNextWithServiceResponseAsync(final String nextPageLink) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlTableValuedFunction> object

type: Observable<ServiceResponse<Page<>>> summary: >-

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

syntax: public Observable>> listTableValuedFunctionsNextWithServiceResponseAsync(final String nextPageLink) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableValuedFunctionsNextWithServiceResponseAsync(final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableValuedFunctionsWithServiceResponseAsync(final String accountName, final String databaseName, final String schemaName) name: listTableValuedFunctionsWithServiceResponseAsync(final String accountName, final String databaseName, final String schemaName) nameWithType: Catalogs.listTableValuedFunctionsWithServiceResponseAsync(final String accountName, final String databaseName, final String schemaName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the table valued functions.

name: databaseName type: - description:

The name of the schema containing the table valued functions.

name: schemaName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlTableValuedFunction> object

type: Observable<ServiceResponse<Page<>>> summary: >-

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

syntax: public Observable>> listTableValuedFunctionsWithServiceResponseAsync(final String accountName, final String databaseName, final String schemaName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableValuedFunctionsWithServiceResponseAsync(final String,final String,final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableValuedFunctionsWithServiceResponseAsync(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) name: listTableValuedFunctionsWithServiceResponseAsync(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) nameWithType: Catalogs.listTableValuedFunctionsWithServiceResponseAsync(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) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the table valued functions.

name: databaseName type: - description:

The name of the schema containing the table valued functions.

name: schemaName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlTableValuedFunction> object

type: Observable<ServiceResponse<Page<>>> summary: >-

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

syntax: public Observable>> listTableValuedFunctionsWithServiceResponseAsync(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) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTableValuedFunctionsWithServiceResponseAsync(final String,final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTypes(final String accountName, final String databaseName, final String schemaName) name: listTypes(final String accountName, final String databaseName, final String schemaName) nameWithType: Catalogs.listTypes(final String accountName, final String databaseName, final String schemaName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the types.

name: databaseName type: - description:

The name of the schema containing the types.

name: schemaName type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the PagedList<USqlType> object if successful.

type: PagedList<> summary: >-

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

syntax: public PagedList listTypes(final String accountName, final String databaseName, final String schemaName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTypes(final String,final String,final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTypes(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) name: listTypes(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) nameWithType: Catalogs.listTypes(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) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the types.

name: databaseName type: - description:

The name of the schema containing the types.

name: schemaName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the PagedList<USqlType> object if successful.

type: PagedList<> summary: >-

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

syntax: public PagedList listTypes(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) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTypes(final String,final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTypesAsync(final String accountName, final String databaseName, final String schemaName) name: listTypesAsync(final String accountName, final String databaseName, final String schemaName) nameWithType: Catalogs.listTypesAsync(final String accountName, final String databaseName, final String schemaName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the types.

name: databaseName type: - description:

The name of the schema containing the types.

name: schemaName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlType> object

type: Observable<Page<>> summary: >-

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

syntax: public Observable> listTypesAsync(final String accountName, final String databaseName, final String schemaName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTypesAsync(final String,final String,final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTypesAsync(final String accountName, final String databaseName, final String schemaName, final ListOperationCallback serviceCallback) name: listTypesAsync(final String accountName, final String databaseName, final String schemaName, final ListOperationCallback serviceCallback) nameWithType: Catalogs.listTypesAsync(final String accountName, final String databaseName, final String schemaName, final ListOperationCallback serviceCallback) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the types.

name: databaseName type: - description:

The name of the schema containing the types.

name: schemaName type: - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ListOperationCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<List<>> summary: >-

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

syntax: public ServiceFuture> listTypesAsync(final String accountName, final String databaseName, final String schemaName, final ListOperationCallback serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTypesAsync(final String,final String,final String,final ListOperationCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.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) name: 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) nameWithType: Catalogs.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) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the types.

name: databaseName type: - description:

The name of the schema containing the types.

name: schemaName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlType> object

type: Observable<Page<>> summary: >-

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

syntax: public Observable> 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) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTypesAsync(final String,final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.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 serviceCallback) name: 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 serviceCallback) nameWithType: Catalogs.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 serviceCallback) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the types.

name: databaseName type: - description:

The name of the schema containing the types.

name: schemaName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ListOperationCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<List<>> summary: >-

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

syntax: 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 serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTypesAsync(final String,final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean,final ListOperationCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTypesNext(final String nextPageLink) name: listTypesNext(final String nextPageLink) nameWithType: Catalogs.listTypesNext(final String nextPageLink) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the PagedList<USqlType> object if successful.

type: PagedList<> summary: >-

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

syntax: public PagedList listTypesNext(final String nextPageLink) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTypesNext(final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTypesNextAsync(final String nextPageLink) name: listTypesNextAsync(final String nextPageLink) nameWithType: Catalogs.listTypesNextAsync(final String nextPageLink) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlType> object

type: Observable<Page<>> summary: >-

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

syntax: public Observable> listTypesNextAsync(final String nextPageLink) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTypesNextAsync(final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTypesNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) name: listTypesNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) nameWithType: Catalogs.listTypesNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: - description:

the ServiceFuture object tracking the Retrofit calls

name: serviceFuture type: final ServiceFuture<List<>> - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ListOperationCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<List<>> summary: >-

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

syntax: public ServiceFuture> listTypesNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTypesNextAsync(final String,final ServiceFuture>,final ListOperationCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTypesNextWithServiceResponseAsync(final String nextPageLink) name: listTypesNextWithServiceResponseAsync(final String nextPageLink) nameWithType: Catalogs.listTypesNextWithServiceResponseAsync(final String nextPageLink) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlType> object

type: Observable<ServiceResponse<Page<>>> summary: >-

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

syntax: public Observable>> listTypesNextWithServiceResponseAsync(final String nextPageLink) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTypesNextWithServiceResponseAsync(final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTypesWithServiceResponseAsync(final String accountName, final String databaseName, final String schemaName) name: listTypesWithServiceResponseAsync(final String accountName, final String databaseName, final String schemaName) nameWithType: Catalogs.listTypesWithServiceResponseAsync(final String accountName, final String databaseName, final String schemaName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the types.

name: databaseName type: - description:

The name of the schema containing the types.

name: schemaName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlType> object

type: Observable<ServiceResponse<Page<>>> summary: >-

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

syntax: public Observable>> listTypesWithServiceResponseAsync(final String accountName, final String databaseName, final String schemaName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTypesWithServiceResponseAsync(final String,final String,final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listTypesWithServiceResponseAsync(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) name: listTypesWithServiceResponseAsync(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) nameWithType: Catalogs.listTypesWithServiceResponseAsync(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) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the types.

name: databaseName type: - description:

The name of the schema containing the types.

name: schemaName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlType> object

type: Observable<ServiceResponse<Page<>>> summary: >-

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

syntax: public Observable>> listTypesWithServiceResponseAsync(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) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listTypesWithServiceResponseAsync(final String,final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listViews(final String accountName, final String databaseName, final String schemaName) name: listViews(final String accountName, final String databaseName, final String schemaName) nameWithType: Catalogs.listViews(final String accountName, final String databaseName, final String schemaName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the views.

name: databaseName type: - description:

The name of the schema containing the views.

name: schemaName type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the PagedList<USqlView> object if successful.

type: PagedList<> summary: >-

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

syntax: public PagedList listViews(final String accountName, final String databaseName, final String schemaName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listViews(final String,final String,final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listViews(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) name: listViews(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) nameWithType: Catalogs.listViews(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) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the views.

name: databaseName type: - description:

The name of the schema containing the views.

name: schemaName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the PagedList<USqlView> object if successful.

type: PagedList<> summary: >-

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

syntax: public PagedList listViews(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) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listViews(final String,final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listViewsAsync(final String accountName, final String databaseName, final String schemaName) name: listViewsAsync(final String accountName, final String databaseName, final String schemaName) nameWithType: Catalogs.listViewsAsync(final String accountName, final String databaseName, final String schemaName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the views.

name: databaseName type: - description:

The name of the schema containing the views.

name: schemaName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlView> object

type: Observable<Page<>> summary: >-

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

syntax: public Observable> listViewsAsync(final String accountName, final String databaseName, final String schemaName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listViewsAsync(final String,final String,final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listViewsAsync(final String accountName, final String databaseName, final String schemaName, final ListOperationCallback serviceCallback) name: listViewsAsync(final String accountName, final String databaseName, final String schemaName, final ListOperationCallback serviceCallback) nameWithType: Catalogs.listViewsAsync(final String accountName, final String databaseName, final String schemaName, final ListOperationCallback serviceCallback) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the views.

name: databaseName type: - description:

The name of the schema containing the views.

name: schemaName type: - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ListOperationCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<List<>> summary: >-

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

syntax: public ServiceFuture> listViewsAsync(final String accountName, final String databaseName, final String schemaName, final ListOperationCallback serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listViewsAsync(final String,final String,final String,final ListOperationCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.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) name: 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) nameWithType: Catalogs.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) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the views.

name: databaseName type: - description:

The name of the schema containing the views.

name: schemaName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlView> object

type: Observable<Page<>> summary: >-

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

syntax: public Observable> 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) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listViewsAsync(final String,final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.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 serviceCallback) name: 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 serviceCallback) nameWithType: Catalogs.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 serviceCallback) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the views.

name: databaseName type: - description:

The name of the schema containing the views.

name: schemaName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ListOperationCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<List<>> summary: >-

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

syntax: 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 serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listViewsAsync(final String,final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean,final ListOperationCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listViewsByDatabase(final String accountName, final String databaseName) name: listViewsByDatabase(final String accountName, final String databaseName) nameWithType: Catalogs.listViewsByDatabase(final String accountName, final String databaseName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the views.

name: databaseName type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the PagedList<USqlView> object if successful.

type: PagedList<> summary: >-

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

syntax: public PagedList listViewsByDatabase(final String accountName, final String databaseName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listViewsByDatabase(final String,final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listViewsByDatabase(final String accountName, final String databaseName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) name: listViewsByDatabase(final String accountName, final String databaseName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) nameWithType: Catalogs.listViewsByDatabase(final String accountName, final String databaseName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the views.

name: databaseName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the PagedList<USqlView> object if successful.

type: PagedList<> summary: >-

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

syntax: public PagedList listViewsByDatabase(final String accountName, final String databaseName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listViewsByDatabase(final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listViewsByDatabaseAsync(final String accountName, final String databaseName) name: listViewsByDatabaseAsync(final String accountName, final String databaseName) nameWithType: Catalogs.listViewsByDatabaseAsync(final String accountName, final String databaseName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the views.

name: databaseName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlView> object

type: Observable<Page<>> summary: >-

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

syntax: public Observable> listViewsByDatabaseAsync(final String accountName, final String databaseName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listViewsByDatabaseAsync(final String,final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listViewsByDatabaseAsync(final String accountName, final String databaseName, final ListOperationCallback serviceCallback) name: listViewsByDatabaseAsync(final String accountName, final String databaseName, final ListOperationCallback serviceCallback) nameWithType: Catalogs.listViewsByDatabaseAsync(final String accountName, final String databaseName, final ListOperationCallback serviceCallback) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the views.

name: databaseName type: - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ListOperationCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<List<>> summary: >-

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

syntax: public ServiceFuture> listViewsByDatabaseAsync(final String accountName, final String databaseName, final ListOperationCallback serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listViewsByDatabaseAsync(final String,final String,final ListOperationCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.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) name: 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) nameWithType: Catalogs.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) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the views.

name: databaseName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlView> object

type: Observable<Page<>> summary: >-

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

syntax: public Observable> 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) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listViewsByDatabaseAsync(final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.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 serviceCallback) name: 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 serviceCallback) nameWithType: Catalogs.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 serviceCallback) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the views.

name: databaseName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ListOperationCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<List<>> summary: >-

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

syntax: 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 serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listViewsByDatabaseAsync(final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean,final ListOperationCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listViewsByDatabaseNext(final String nextPageLink) name: listViewsByDatabaseNext(final String nextPageLink) nameWithType: Catalogs.listViewsByDatabaseNext(final String nextPageLink) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the PagedList<USqlView> object if successful.

type: PagedList<> summary: >-

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

syntax: public PagedList listViewsByDatabaseNext(final String nextPageLink) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listViewsByDatabaseNext(final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listViewsByDatabaseNextAsync(final String nextPageLink) name: listViewsByDatabaseNextAsync(final String nextPageLink) nameWithType: Catalogs.listViewsByDatabaseNextAsync(final String nextPageLink) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlView> object

type: Observable<Page<>> summary: >-

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

syntax: public Observable> listViewsByDatabaseNextAsync(final String nextPageLink) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listViewsByDatabaseNextAsync(final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listViewsByDatabaseNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) name: listViewsByDatabaseNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) nameWithType: Catalogs.listViewsByDatabaseNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: - description:

the ServiceFuture object tracking the Retrofit calls

name: serviceFuture type: final ServiceFuture<List<>> - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ListOperationCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<List<>> summary: >-

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

syntax: public ServiceFuture> listViewsByDatabaseNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listViewsByDatabaseNextAsync(final String,final ServiceFuture>,final ListOperationCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listViewsByDatabaseNextWithServiceResponseAsync(final String nextPageLink) name: listViewsByDatabaseNextWithServiceResponseAsync(final String nextPageLink) nameWithType: Catalogs.listViewsByDatabaseNextWithServiceResponseAsync(final String nextPageLink) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlView> object

type: Observable<ServiceResponse<Page<>>> summary: >-

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

syntax: public Observable>> listViewsByDatabaseNextWithServiceResponseAsync(final String nextPageLink) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listViewsByDatabaseNextWithServiceResponseAsync(final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listViewsByDatabaseWithServiceResponseAsync(final String accountName, final String databaseName) name: listViewsByDatabaseWithServiceResponseAsync(final String accountName, final String databaseName) nameWithType: Catalogs.listViewsByDatabaseWithServiceResponseAsync(final String accountName, final String databaseName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the views.

name: databaseName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlView> object

type: Observable<ServiceResponse<Page<>>> summary: >-

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

syntax: public Observable>> listViewsByDatabaseWithServiceResponseAsync(final String accountName, final String databaseName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listViewsByDatabaseWithServiceResponseAsync(final String,final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listViewsByDatabaseWithServiceResponseAsync(final String accountName, final String databaseName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) name: listViewsByDatabaseWithServiceResponseAsync(final String accountName, final String databaseName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) nameWithType: Catalogs.listViewsByDatabaseWithServiceResponseAsync(final String accountName, final String databaseName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the views.

name: databaseName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlView> object

type: Observable<ServiceResponse<Page<>>> summary: >-

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

syntax: public Observable>> listViewsByDatabaseWithServiceResponseAsync(final String accountName, final String databaseName, final String filter, final Integer top, final Integer skip, final String select, final String orderby, final Boolean count) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listViewsByDatabaseWithServiceResponseAsync(final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listViewsNext(final String nextPageLink) name: listViewsNext(final String nextPageLink) nameWithType: Catalogs.listViewsNext(final String nextPageLink) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

returns: description:

the PagedList<USqlView> object if successful.

type: PagedList<> summary: >-

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

syntax: public PagedList listViewsNext(final String nextPageLink) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listViewsNext(final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listViewsNextAsync(final String nextPageLink) name: listViewsNextAsync(final String nextPageLink) nameWithType: Catalogs.listViewsNextAsync(final String nextPageLink) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlView> object

type: Observable<Page<>> summary: >-

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

syntax: public Observable> listViewsNextAsync(final String nextPageLink) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listViewsNextAsync(final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listViewsNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) name: listViewsNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) nameWithType: Catalogs.listViewsNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: - description:

the ServiceFuture object tracking the Retrofit calls

name: serviceFuture type: final ServiceFuture<List<>> - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: final ListOperationCallback<> exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: ServiceFuture<List<>> summary: >-

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

syntax: public ServiceFuture> listViewsNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listViewsNextAsync(final String,final ServiceFuture>,final ListOperationCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listViewsNextWithServiceResponseAsync(final String nextPageLink) name: listViewsNextWithServiceResponseAsync(final String nextPageLink) nameWithType: Catalogs.listViewsNextWithServiceResponseAsync(final String nextPageLink) parameters: - description:

The NextLink from the previous successful call to List operation.

name: nextPageLink type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlView> object

type: Observable<ServiceResponse<Page<>>> summary: >-

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

syntax: public Observable>> listViewsNextWithServiceResponseAsync(final String nextPageLink) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listViewsNextWithServiceResponseAsync(final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listViewsWithServiceResponseAsync(final String accountName, final String databaseName, final String schemaName) name: listViewsWithServiceResponseAsync(final String accountName, final String databaseName, final String schemaName) nameWithType: Catalogs.listViewsWithServiceResponseAsync(final String accountName, final String databaseName, final String schemaName) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the views.

name: databaseName type: - description:

The name of the schema containing the views.

name: schemaName type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlView> object

type: Observable<ServiceResponse<Page<>>> summary: >-

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

syntax: public Observable>> listViewsWithServiceResponseAsync(final String accountName, final String databaseName, final String schemaName) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listViewsWithServiceResponseAsync(final String,final String,final String) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.listViewsWithServiceResponseAsync(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) name: listViewsWithServiceResponseAsync(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) nameWithType: Catalogs.listViewsWithServiceResponseAsync(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) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the views.

name: databaseName type: - description:

The name of the schema containing the views.

name: schemaName type: - description:

OData filter. Optional.

name: filter type: - description:

The number of items to return. Optional.

name: top type: - description:

The number of items to skip over before returning elements. Optional.

name: skip type: - description:

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

name: select type: - description:

OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

name: orderby type: - description:

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

name: count type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the observable to the PagedList<USqlView> object

type: Observable<ServiceResponse<Page<>>> summary: >-

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

syntax: public Observable>> listViewsWithServiceResponseAsync(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) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.listViewsWithServiceResponseAsync(final String,final String,final String,final String,final Integer,final Integer,final String,final String,final Boolean) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.updateCredential(String accountName, String databaseName, String credentialName, DataLakeAnalyticsCatalogCredentialUpdateParameters parameters) name: updateCredential(String accountName, String databaseName, String credentialName, DataLakeAnalyticsCatalogCredentialUpdateParameters parameters) nameWithType: Catalogs.updateCredential(String accountName, String databaseName, String credentialName, DataLakeAnalyticsCatalogCredentialUpdateParameters parameters) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the credential.

name: databaseName type: - description:

The name of the credential.

name: credentialName type: - description:

The parameters required to modify the credential (name and password)

name: parameters type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

summary: >-

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

syntax: public void updateCredential(String accountName, String databaseName, String credentialName, DataLakeAnalyticsCatalogCredentialUpdateParameters parameters) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.updateCredential(String,String,String,DataLakeAnalyticsCatalogCredentialUpdateParameters) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.updateCredentialAsync(String accountName, String databaseName, String credentialName, DataLakeAnalyticsCatalogCredentialUpdateParameters parameters) name: updateCredentialAsync(String accountName, String databaseName, String credentialName, DataLakeAnalyticsCatalogCredentialUpdateParameters parameters) nameWithType: Catalogs.updateCredentialAsync(String accountName, String databaseName, String credentialName, DataLakeAnalyticsCatalogCredentialUpdateParameters parameters) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the credential.

name: databaseName type: - description:

The name of the credential.

name: credentialName type: - description:

The parameters required to modify the credential (name and password)

name: parameters type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object if successful.

type: summary: >-

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

syntax: public Observable updateCredentialAsync(String accountName, String databaseName, String credentialName, DataLakeAnalyticsCatalogCredentialUpdateParameters parameters) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.updateCredentialAsync(String,String,String,DataLakeAnalyticsCatalogCredentialUpdateParameters) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.updateCredentialAsync(String accountName, String databaseName, String credentialName, DataLakeAnalyticsCatalogCredentialUpdateParameters parameters, final ServiceCallback serviceCallback) name: updateCredentialAsync(String accountName, String databaseName, String credentialName, DataLakeAnalyticsCatalogCredentialUpdateParameters parameters, final ServiceCallback serviceCallback) nameWithType: Catalogs.updateCredentialAsync(String accountName, String databaseName, String credentialName, DataLakeAnalyticsCatalogCredentialUpdateParameters parameters, final ServiceCallback serviceCallback) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the credential.

name: databaseName type: - description:

The name of the credential.

name: credentialName type: - description:

The parameters required to modify the credential (name and password)

name: parameters type: - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: summary: >-

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

syntax: public ServiceFuture updateCredentialAsync(String accountName, String databaseName, String credentialName, DataLakeAnalyticsCatalogCredentialUpdateParameters parameters, final ServiceCallback serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.updateCredentialAsync(String,String,String,DataLakeAnalyticsCatalogCredentialUpdateParameters,final ServiceCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.updateCredentialWithServiceResponseAsync(String accountName, String databaseName, String credentialName, DataLakeAnalyticsCatalogCredentialUpdateParameters parameters) name: updateCredentialWithServiceResponseAsync(String accountName, String databaseName, String credentialName, DataLakeAnalyticsCatalogCredentialUpdateParameters parameters) nameWithType: Catalogs.updateCredentialWithServiceResponseAsync(String accountName, String databaseName, String credentialName, DataLakeAnalyticsCatalogCredentialUpdateParameters parameters) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the credential.

name: databaseName type: - description:

The name of the credential.

name: credentialName type: - description:

The parameters required to modify the credential (name and password)

name: parameters type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object if successful.

type: summary: >-

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

syntax: public Observable> updateCredentialWithServiceResponseAsync(String accountName, String databaseName, String credentialName, DataLakeAnalyticsCatalogCredentialUpdateParameters parameters) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.updateCredentialWithServiceResponseAsync(String,String,String,DataLakeAnalyticsCatalogCredentialUpdateParameters) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.updateSecret(String accountName, String databaseName, String secretName, DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters) name: updateSecret(String accountName, String databaseName, String secretName, DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters) nameWithType: Catalogs.updateSecret(String accountName, String databaseName, String secretName, DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the secret.

name: databaseName type: - description:

The name of the secret.

name: secretName type: - description:

The parameters required to modify the secret (name and password)

name: parameters type: exceptions: - type: description:

thrown if parameters fail the validation

- type: description:

thrown if the request is rejected by server

- type: description:

all other wrapped checked exceptions if the request fails to be sent

summary: >-

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.

syntax: public void updateSecret(String accountName, String databaseName, String secretName, DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.updateSecret(String,String,String,DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.updateSecretAsync(String accountName, String databaseName, String secretName, DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters) name: updateSecretAsync(String accountName, String databaseName, String secretName, DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters) nameWithType: Catalogs.updateSecretAsync(String accountName, String databaseName, String secretName, DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the secret.

name: databaseName type: - description:

The name of the secret.

name: secretName type: - description:

The parameters required to modify the secret (name and password)

name: parameters type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object if successful.

type: summary: >-

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.

syntax: public Observable updateSecretAsync(String accountName, String databaseName, String secretName, DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.updateSecretAsync(String,String,String,DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.updateSecretAsync(String accountName, String databaseName, String secretName, DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters, final ServiceCallback serviceCallback) name: updateSecretAsync(String accountName, String databaseName, String secretName, DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters, final ServiceCallback serviceCallback) nameWithType: Catalogs.updateSecretAsync(String accountName, String databaseName, String secretName, DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters, final ServiceCallback serviceCallback) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the secret.

name: databaseName type: - description:

The name of the secret.

name: secretName type: - description:

The parameters required to modify the secret (name and password)

name: parameters type: - description:

the async ServiceCallback to handle successful and failed responses.

name: serviceCallback type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object

type: summary: >-

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.

syntax: public ServiceFuture updateSecretAsync(String accountName, String databaseName, String secretName, DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters, final ServiceCallback serviceCallback) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.updateSecretAsync(String,String,String,DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters,final ServiceCallback) - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.updateSecretWithServiceResponseAsync(String accountName, String databaseName, String secretName, DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters) name: updateSecretWithServiceResponseAsync(String accountName, String databaseName, String secretName, DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters) nameWithType: Catalogs.updateSecretWithServiceResponseAsync(String accountName, String databaseName, String secretName, DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters) parameters: - description:

The Azure Data Lake Analytics account upon which to execute catalog operations.

name: accountName type: - description:

The name of the database containing the secret.

name: databaseName type: - description:

The name of the secret.

name: secretName type: - description:

The parameters required to modify the secret (name and password)

name: parameters type: exceptions: - type: description:

thrown if parameters fail the validation

returns: description:

the object if successful.

type: summary: >-

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.

syntax: public Observable> updateSecretWithServiceResponseAsync(String accountName, String databaseName, String secretName, DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters) uid: com.microsoft.azure.management.datalake.analytics.Catalogs.updateSecretWithServiceResponseAsync(String,String,String,DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters) nameWithType: Catalogs syntax: public interface Catalogs type: interface uid: com.microsoft.azure.management.datalake.analytics.Catalogs fullName: com.microsoft.azure.management.datalake.analytics.Catalogs name: Catalogs package: com.microsoft.azure.management.datalake.analytics summary:

An instance of this class provides access to all the operations defined in Catalogs.

metadata: {}