diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/Accounts.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/Accounts.java index 1a1d6e7e70d..9b30a95b3e0 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/Accounts.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/Accounts.java @@ -10,19 +10,18 @@ import com.microsoft.azure.CloudException; import com.microsoft.azure.ListOperationCallback; -import com.microsoft.azure.Page; -import com.microsoft.azure.PagedList; import com.microsoft.azure.management.datalake.analytics.models.CreateDataLakeAnalyticsAccountParameters; import com.microsoft.azure.management.datalake.analytics.models.DataLakeAnalyticsAccount; import com.microsoft.azure.management.datalake.analytics.models.DataLakeAnalyticsAccountBasic; import com.microsoft.azure.management.datalake.analytics.models.NameAvailabilityInformation; import com.microsoft.azure.management.datalake.analytics.models.UpdateDataLakeAnalyticsAccountParameters; +import com.microsoft.azure.Page; +import com.microsoft.azure.PagedList; import com.microsoft.rest.ServiceCallback; import com.microsoft.rest.ServiceFuture; import com.microsoft.rest.ServiceResponse; -import rx.Observable; - import java.util.List; +import rx.Observable; /** * An instance of this class provides access to all the operations defined diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/Catalogs.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/Catalogs.java index 8ff8f2c673e..4c8bb73d430 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/Catalogs.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/Catalogs.java @@ -10,8 +10,6 @@ import com.microsoft.azure.CloudException; import com.microsoft.azure.ListOperationCallback; -import com.microsoft.azure.Page; -import com.microsoft.azure.PagedList; import com.microsoft.azure.management.datalake.analytics.models.Acl; import com.microsoft.azure.management.datalake.analytics.models.AclCreateOrUpdateParameters; import com.microsoft.azure.management.datalake.analytics.models.AclDeleteParameters; @@ -28,18 +26,21 @@ import com.microsoft.azure.management.datalake.analytics.models.USqlSchema; import com.microsoft.azure.management.datalake.analytics.models.USqlSecret; import com.microsoft.azure.management.datalake.analytics.models.USqlTable; +import com.microsoft.azure.management.datalake.analytics.models.USqlTableFragment; import com.microsoft.azure.management.datalake.analytics.models.USqlTablePartition; +import com.microsoft.azure.management.datalake.analytics.models.USqlTablePreview; import com.microsoft.azure.management.datalake.analytics.models.USqlTableStatistics; import com.microsoft.azure.management.datalake.analytics.models.USqlTableType; import com.microsoft.azure.management.datalake.analytics.models.USqlTableValuedFunction; import com.microsoft.azure.management.datalake.analytics.models.USqlType; import com.microsoft.azure.management.datalake.analytics.models.USqlView; +import com.microsoft.azure.Page; +import com.microsoft.azure.PagedList; import com.microsoft.rest.ServiceCallback; import com.microsoft.rest.ServiceFuture; import com.microsoft.rest.ServiceResponse; -import rx.Observable; - import java.util.List; +import rx.Observable; /** * An instance of this class provides access to all the operations defined @@ -1011,6 +1012,131 @@ public interface Catalogs { */ Observable> getTableWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String tableName); + /** + * Retrieves the list of table fragments from the Data Lake Analytics catalog. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the table fragments. + * @param schemaName The name of the schema containing the table fragments. + * @param tableName The name of the table containing the table fragments. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @throws CloudException thrown if the request is rejected by server + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent + * @return the PagedList<USqlTableFragment> object if successful. + */ + PagedList listTableFragments(final String accountName, final String databaseName, final String schemaName, final String tableName); + + /** + * Retrieves the list of table fragments from the Data Lake Analytics catalog. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the table fragments. + * @param schemaName The name of the schema containing the table fragments. + * @param tableName The name of the table containing the table fragments. + * @param serviceCallback the async ServiceCallback to handle successful and failed responses. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the {@link ServiceFuture} object + */ + ServiceFuture> listTableFragmentsAsync(final String accountName, final String databaseName, final String schemaName, final String tableName, final ListOperationCallback serviceCallback); + + /** + * Retrieves the list of table fragments from the Data Lake Analytics catalog. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the table fragments. + * @param schemaName The name of the schema containing the table fragments. + * @param tableName The name of the table containing the table fragments. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the observable to the PagedList<USqlTableFragment> object + */ + Observable> listTableFragmentsAsync(final String accountName, final String databaseName, final String schemaName, final String tableName); + + /** + * Retrieves the list of table fragments from the Data Lake Analytics catalog. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the table fragments. + * @param schemaName The name of the schema containing the table fragments. + * @param tableName The name of the table containing the table fragments. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the observable to the PagedList<USqlTableFragment> object + */ + Observable>> listTableFragmentsWithServiceResponseAsync(final String accountName, final String databaseName, final String schemaName, final String tableName); + /** + * Retrieves the list of table fragments from the Data Lake Analytics catalog. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the table fragments. + * @param schemaName The name of the schema containing the table fragments. + * @param tableName The name of the table containing the table fragments. + * @param filter OData filter. Optional. + * @param top The number of items to return. Optional. + * @param skip The number of items to skip over before returning elements. Optional. + * @param select OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. + * @param orderby OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional. + * @param count The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @throws CloudException thrown if the request is rejected by server + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent + * @return the PagedList<USqlTableFragment> object if successful. + */ + PagedList listTableFragments(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); + + /** + * Retrieves the list of table fragments from the Data Lake Analytics catalog. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the table fragments. + * @param schemaName The name of the schema containing the table fragments. + * @param tableName The name of the table containing the table fragments. + * @param filter OData filter. Optional. + * @param top The number of items to return. Optional. + * @param skip The number of items to skip over before returning elements. Optional. + * @param select OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. + * @param orderby OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional. + * @param count The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. + * @param serviceCallback the async ServiceCallback to handle successful and failed responses. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the {@link ServiceFuture} object + */ + ServiceFuture> listTableFragmentsAsync(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); + + /** + * Retrieves the list of table fragments from the Data Lake Analytics catalog. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the table fragments. + * @param schemaName The name of the schema containing the table fragments. + * @param tableName The name of the table containing the table fragments. + * @param filter OData filter. Optional. + * @param top The number of items to return. Optional. + * @param skip The number of items to skip over before returning elements. Optional. + * @param select OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. + * @param orderby OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional. + * @param count The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the observable to the PagedList<USqlTableFragment> object + */ + Observable> listTableFragmentsAsync(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); + + /** + * Retrieves the list of table fragments from the Data Lake Analytics catalog. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the table fragments. + * @param schemaName The name of the schema containing the table fragments. + * @param tableName The name of the table containing the table fragments. + * @param filter OData filter. Optional. + * @param top The number of items to return. Optional. + * @param skip The number of items to skip over before returning elements. Optional. + * @param select OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. + * @param orderby OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional. + * @param count The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the observable to the PagedList<USqlTableFragment> object + */ + Observable>> listTableFragmentsWithServiceResponseAsync(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); + /** * Retrieves the list of tables from the Data Lake Analytics catalog. * @@ -1933,6 +2059,123 @@ public interface Catalogs { */ 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); + /** + * Retrieves a preview set of rows in given partition. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the partition. + * @param schemaName The name of the schema containing the partition. + * @param tableName The name of the table containing the partition. + * @param partitionName The name of the table partition. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @throws CloudException thrown if the request is rejected by server + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent + * @return the USqlTablePreview object if successful. + */ + USqlTablePreview previewTablePartition(String accountName, String databaseName, String schemaName, String tableName, String partitionName); + + /** + * Retrieves a preview set of rows in given partition. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the partition. + * @param schemaName The name of the schema containing the partition. + * @param tableName The name of the table containing the partition. + * @param partitionName The name of the table partition. + * @param serviceCallback the async ServiceCallback to handle successful and failed responses. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the {@link ServiceFuture} object + */ + ServiceFuture previewTablePartitionAsync(String accountName, String databaseName, String schemaName, String tableName, String partitionName, final ServiceCallback serviceCallback); + + /** + * Retrieves a preview set of rows in given partition. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the partition. + * @param schemaName The name of the schema containing the partition. + * @param tableName The name of the table containing the partition. + * @param partitionName The name of the table partition. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the observable to the USqlTablePreview object + */ + Observable previewTablePartitionAsync(String accountName, String databaseName, String schemaName, String tableName, String partitionName); + + /** + * Retrieves a preview set of rows in given partition. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the partition. + * @param schemaName The name of the schema containing the partition. + * @param tableName The name of the table containing the partition. + * @param partitionName The name of the table partition. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the observable to the USqlTablePreview object + */ + Observable> previewTablePartitionWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String tableName, String partitionName); + /** + * Retrieves a preview set of rows in given partition. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the partition. + * @param schemaName The name of the schema containing the partition. + * @param tableName The name of the table containing the partition. + * @param partitionName The name of the table partition. + * @param maxRows The maximum number of preview rows to be retrieved.Rows returned may be less than or equal to this number depending on row sizes and number of rows in the partition. + * @param maxColumns The maximum number of columns to be retrieved. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @throws CloudException thrown if the request is rejected by server + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent + * @return the USqlTablePreview object if successful. + */ + USqlTablePreview previewTablePartition(String accountName, String databaseName, String schemaName, String tableName, String partitionName, Long maxRows, Long maxColumns); + + /** + * Retrieves a preview set of rows in given partition. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the partition. + * @param schemaName The name of the schema containing the partition. + * @param tableName The name of the table containing the partition. + * @param partitionName The name of the table partition. + * @param maxRows The maximum number of preview rows to be retrieved.Rows returned may be less than or equal to this number depending on row sizes and number of rows in the partition. + * @param maxColumns The maximum number of columns to be retrieved. + * @param serviceCallback the async ServiceCallback to handle successful and failed responses. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the {@link ServiceFuture} object + */ + ServiceFuture previewTablePartitionAsync(String accountName, String databaseName, String schemaName, String tableName, String partitionName, Long maxRows, Long maxColumns, final ServiceCallback serviceCallback); + + /** + * Retrieves a preview set of rows in given partition. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the partition. + * @param schemaName The name of the schema containing the partition. + * @param tableName The name of the table containing the partition. + * @param partitionName The name of the table partition. + * @param maxRows The maximum number of preview rows to be retrieved.Rows returned may be less than or equal to this number depending on row sizes and number of rows in the partition. + * @param maxColumns The maximum number of columns to be retrieved. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the observable to the USqlTablePreview object + */ + Observable previewTablePartitionAsync(String accountName, String databaseName, String schemaName, String tableName, String partitionName, Long maxRows, Long maxColumns); + + /** + * Retrieves a preview set of rows in given partition. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the partition. + * @param schemaName The name of the schema containing the partition. + * @param tableName The name of the table containing the partition. + * @param partitionName The name of the table partition. + * @param maxRows The maximum number of preview rows to be retrieved.Rows returned may be less than or equal to this number depending on row sizes and number of rows in the partition. + * @param maxColumns The maximum number of columns to be retrieved. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the observable to the USqlTablePreview object + */ + Observable> previewTablePartitionWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String tableName, String partitionName, Long maxRows, Long maxColumns); + /** * Retrieves the specified table partition from the Data Lake Analytics catalog. * @@ -1988,6 +2231,115 @@ public interface Catalogs { */ Observable> getTablePartitionWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String tableName, String partitionName); + /** + * Retrieves a preview set of rows in given table. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the table. + * @param schemaName The name of the schema containing the table. + * @param tableName The name of the table. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @throws CloudException thrown if the request is rejected by server + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent + * @return the USqlTablePreview object if successful. + */ + USqlTablePreview previewTable(String accountName, String databaseName, String schemaName, String tableName); + + /** + * Retrieves a preview set of rows in given table. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the table. + * @param schemaName The name of the schema containing the table. + * @param tableName The name of the table. + * @param serviceCallback the async ServiceCallback to handle successful and failed responses. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the {@link ServiceFuture} object + */ + ServiceFuture previewTableAsync(String accountName, String databaseName, String schemaName, String tableName, final ServiceCallback serviceCallback); + + /** + * Retrieves a preview set of rows in given table. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the table. + * @param schemaName The name of the schema containing the table. + * @param tableName The name of the table. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the observable to the USqlTablePreview object + */ + Observable previewTableAsync(String accountName, String databaseName, String schemaName, String tableName); + + /** + * Retrieves a preview set of rows in given table. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the table. + * @param schemaName The name of the schema containing the table. + * @param tableName The name of the table. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the observable to the USqlTablePreview object + */ + Observable> previewTableWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String tableName); + /** + * Retrieves a preview set of rows in given table. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the table. + * @param schemaName The name of the schema containing the table. + * @param tableName The name of the table. + * @param maxRows The maximum number of preview rows to be retrieved. Rows returned may be less than or equal to this number depending on row sizes and number of rows in the table. + * @param maxColumns The maximum number of columns to be retrieved. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @throws CloudException thrown if the request is rejected by server + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent + * @return the USqlTablePreview object if successful. + */ + USqlTablePreview previewTable(String accountName, String databaseName, String schemaName, String tableName, Long maxRows, Long maxColumns); + + /** + * Retrieves a preview set of rows in given table. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the table. + * @param schemaName The name of the schema containing the table. + * @param tableName The name of the table. + * @param maxRows The maximum number of preview rows to be retrieved. Rows returned may be less than or equal to this number depending on row sizes and number of rows in the table. + * @param maxColumns The maximum number of columns to be retrieved. + * @param serviceCallback the async ServiceCallback to handle successful and failed responses. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the {@link ServiceFuture} object + */ + ServiceFuture previewTableAsync(String accountName, String databaseName, String schemaName, String tableName, Long maxRows, Long maxColumns, final ServiceCallback serviceCallback); + + /** + * Retrieves a preview set of rows in given table. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the table. + * @param schemaName The name of the schema containing the table. + * @param tableName The name of the table. + * @param maxRows The maximum number of preview rows to be retrieved. Rows returned may be less than or equal to this number depending on row sizes and number of rows in the table. + * @param maxColumns The maximum number of columns to be retrieved. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the observable to the USqlTablePreview object + */ + Observable previewTableAsync(String accountName, String databaseName, String schemaName, String tableName, Long maxRows, Long maxColumns); + + /** + * Retrieves a preview set of rows in given table. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the table. + * @param schemaName The name of the schema containing the table. + * @param tableName The name of the table. + * @param maxRows The maximum number of preview rows to be retrieved. Rows returned may be less than or equal to this number depending on row sizes and number of rows in the table. + * @param maxColumns The maximum number of columns to be retrieved. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the observable to the USqlTablePreview object + */ + Observable> previewTableWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String tableName, Long maxRows, Long maxColumns); + /** * Retrieves the list of table partitions from the Data Lake Analytics catalog. * @@ -3800,6 +4152,46 @@ public interface Catalogs { */ Observable>> listProceduresNextWithServiceResponseAsync(final String nextPageLink); + /** + * Retrieves the list of table fragments from the Data Lake Analytics catalog. + * + * @param nextPageLink The NextLink from the previous successful call to List operation. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @throws CloudException thrown if the request is rejected by server + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent + * @return the PagedList<USqlTableFragment> object if successful. + */ + PagedList listTableFragmentsNext(final String nextPageLink); + + /** + * Retrieves the list of table fragments from the Data Lake Analytics catalog. + * + * @param nextPageLink The NextLink from the previous successful call to List operation. + * @param serviceFuture the ServiceFuture object tracking the Retrofit calls + * @param serviceCallback the async ServiceCallback to handle successful and failed responses. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the {@link ServiceFuture} object + */ + ServiceFuture> listTableFragmentsNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback); + + /** + * Retrieves the list of table fragments from the Data Lake Analytics catalog. + * + * @param nextPageLink The NextLink from the previous successful call to List operation. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the observable to the PagedList<USqlTableFragment> object + */ + Observable> listTableFragmentsNextAsync(final String nextPageLink); + + /** + * Retrieves the list of table fragments from the Data Lake Analytics catalog. + * + * @param nextPageLink The NextLink from the previous successful call to List operation. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the observable to the PagedList<USqlTableFragment> object + */ + Observable>> listTableFragmentsNextWithServiceResponseAsync(final String nextPageLink); + /** * Retrieves the list of tables from the Data Lake Analytics catalog. * diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/ComputePolicies.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/ComputePolicies.java index a091e314707..2ffcc144261 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/ComputePolicies.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/ComputePolicies.java @@ -10,17 +10,16 @@ import com.microsoft.azure.CloudException; import com.microsoft.azure.ListOperationCallback; -import com.microsoft.azure.Page; -import com.microsoft.azure.PagedList; import com.microsoft.azure.management.datalake.analytics.models.ComputePolicy; import com.microsoft.azure.management.datalake.analytics.models.CreateOrUpdateComputePolicyParameters; import com.microsoft.azure.management.datalake.analytics.models.UpdateComputePolicyParameters; +import com.microsoft.azure.Page; +import com.microsoft.azure.PagedList; import com.microsoft.rest.ServiceCallback; import com.microsoft.rest.ServiceFuture; import com.microsoft.rest.ServiceResponse; -import rx.Observable; - import java.util.List; +import rx.Observable; /** * An instance of this class provides access to all the operations defined diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/DataLakeAnalyticsAccountManagementClient.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/DataLakeAnalyticsAccountManagementClient.java index 968831ca8ac..7e47613c085 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/DataLakeAnalyticsAccountManagementClient.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/DataLakeAnalyticsAccountManagementClient.java @@ -58,14 +58,14 @@ public interface DataLakeAnalyticsAccountManagementClient { String apiVersion(); /** - * Gets Gets or sets the preferred language for the response.. + * Gets The preferred language for the response.. * * @return the acceptLanguage value. */ String acceptLanguage(); /** - * Sets Gets or sets the preferred language for the response.. + * Sets The preferred language for the response.. * * @param acceptLanguage the acceptLanguage value. * @return the service client itself @@ -73,14 +73,14 @@ public interface DataLakeAnalyticsAccountManagementClient { DataLakeAnalyticsAccountManagementClient withAcceptLanguage(String acceptLanguage); /** - * Gets Gets or sets the retry timeout in seconds for Long Running Operations. Default value is 30.. + * Gets The retry timeout in seconds for Long Running Operations. Default value is 30.. * * @return the longRunningOperationRetryTimeout value. */ int longRunningOperationRetryTimeout(); /** - * Sets Gets or sets the retry timeout in seconds for Long Running Operations. Default value is 30.. + * Sets The retry timeout in seconds for Long Running Operations. Default value is 30.. * * @param longRunningOperationRetryTimeout the longRunningOperationRetryTimeout value. * @return the service client itself @@ -88,14 +88,14 @@ public interface DataLakeAnalyticsAccountManagementClient { DataLakeAnalyticsAccountManagementClient withLongRunningOperationRetryTimeout(int longRunningOperationRetryTimeout); /** - * Gets When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true.. + * Gets Whether a unique x-ms-client-request-id should be generated. When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true.. * * @return the generateClientRequestId value. */ boolean generateClientRequestId(); /** - * Sets When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true.. + * Sets Whether a unique x-ms-client-request-id should be generated. When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true.. * * @param generateClientRequestId the generateClientRequestId value. * @return the service client itself diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/DataLakeAnalyticsCatalogManagementClient.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/DataLakeAnalyticsCatalogManagementClient.java index 3608a6f9ea4..26a96af986e 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/DataLakeAnalyticsCatalogManagementClient.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/DataLakeAnalyticsCatalogManagementClient.java @@ -58,14 +58,14 @@ public interface DataLakeAnalyticsCatalogManagementClient { DataLakeAnalyticsCatalogManagementClient withAdlaCatalogDnsSuffix(String adlaCatalogDnsSuffix); /** - * Gets Gets or sets the preferred language for the response.. + * Gets The preferred language for the response.. * * @return the acceptLanguage value. */ String acceptLanguage(); /** - * Sets Gets or sets the preferred language for the response.. + * Sets The preferred language for the response.. * * @param acceptLanguage the acceptLanguage value. * @return the service client itself @@ -73,14 +73,14 @@ public interface DataLakeAnalyticsCatalogManagementClient { DataLakeAnalyticsCatalogManagementClient withAcceptLanguage(String acceptLanguage); /** - * Gets Gets or sets the retry timeout in seconds for Long Running Operations. Default value is 30.. + * Gets The retry timeout in seconds for Long Running Operations. Default value is 30.. * * @return the longRunningOperationRetryTimeout value. */ int longRunningOperationRetryTimeout(); /** - * Sets Gets or sets the retry timeout in seconds for Long Running Operations. Default value is 30.. + * Sets The retry timeout in seconds for Long Running Operations. Default value is 30.. * * @param longRunningOperationRetryTimeout the longRunningOperationRetryTimeout value. * @return the service client itself @@ -88,14 +88,14 @@ public interface DataLakeAnalyticsCatalogManagementClient { DataLakeAnalyticsCatalogManagementClient withLongRunningOperationRetryTimeout(int longRunningOperationRetryTimeout); /** - * Gets When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true.. + * Gets Whether a unique x-ms-client-request-id should be generated. When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true.. * * @return the generateClientRequestId value. */ boolean generateClientRequestId(); /** - * Sets When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true.. + * Sets Whether a unique x-ms-client-request-id should be generated. When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true.. * * @param generateClientRequestId the generateClientRequestId value. * @return the service client itself diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/DataLakeAnalyticsJobManagementClient.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/DataLakeAnalyticsJobManagementClient.java index 2ffc6f687c2..7cdae3ac227 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/DataLakeAnalyticsJobManagementClient.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/DataLakeAnalyticsJobManagementClient.java @@ -35,13 +35,6 @@ public interface DataLakeAnalyticsJobManagementClient { */ String userAgent(); - /** - * Gets Client Api Version.. - * - * @return the apiVersion value. - */ - String apiVersion(); - /** * Gets The DNS suffix used as the base for all Azure Data Lake Analytics Job service requests.. * @@ -58,14 +51,21 @@ public interface DataLakeAnalyticsJobManagementClient { DataLakeAnalyticsJobManagementClient withAdlaJobDnsSuffix(String adlaJobDnsSuffix); /** - * Gets Gets or sets the preferred language for the response.. + * Gets Client Api Version.. + * + * @return the apiVersion value. + */ + String apiVersion(); + + /** + * Gets The preferred language for the response.. * * @return the acceptLanguage value. */ String acceptLanguage(); /** - * Sets Gets or sets the preferred language for the response.. + * Sets The preferred language for the response.. * * @param acceptLanguage the acceptLanguage value. * @return the service client itself @@ -73,14 +73,14 @@ public interface DataLakeAnalyticsJobManagementClient { DataLakeAnalyticsJobManagementClient withAcceptLanguage(String acceptLanguage); /** - * Gets Gets or sets the retry timeout in seconds for Long Running Operations. Default value is 30.. + * Gets The retry timeout in seconds for Long Running Operations. Default value is 30.. * * @return the longRunningOperationRetryTimeout value. */ int longRunningOperationRetryTimeout(); /** - * Sets Gets or sets the retry timeout in seconds for Long Running Operations. Default value is 30.. + * Sets The retry timeout in seconds for Long Running Operations. Default value is 30.. * * @param longRunningOperationRetryTimeout the longRunningOperationRetryTimeout value. * @return the service client itself @@ -88,14 +88,14 @@ public interface DataLakeAnalyticsJobManagementClient { DataLakeAnalyticsJobManagementClient withLongRunningOperationRetryTimeout(int longRunningOperationRetryTimeout); /** - * Gets When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true.. + * Gets Whether a unique x-ms-client-request-id should be generated. When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true.. * * @return the generateClientRequestId value. */ boolean generateClientRequestId(); /** - * Sets When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true.. + * Sets Whether a unique x-ms-client-request-id should be generated. When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true.. * * @param generateClientRequestId the generateClientRequestId value. * @return the service client itself diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/DataLakeStoreAccounts.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/DataLakeStoreAccounts.java index 5da588da13d..367bfa0dd2f 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/DataLakeStoreAccounts.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/DataLakeStoreAccounts.java @@ -10,15 +10,14 @@ import com.microsoft.azure.CloudException; import com.microsoft.azure.ListOperationCallback; +import com.microsoft.azure.management.datalake.analytics.models.DataLakeStoreAccountInformation; import com.microsoft.azure.Page; import com.microsoft.azure.PagedList; -import com.microsoft.azure.management.datalake.analytics.models.DataLakeStoreAccountInformation; import com.microsoft.rest.ServiceCallback; import com.microsoft.rest.ServiceFuture; import com.microsoft.rest.ServiceResponse; -import rx.Observable; - import java.util.List; +import rx.Observable; /** * An instance of this class provides access to all the operations defined diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/FirewallRules.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/FirewallRules.java index e8b046d9b7e..41dd0cf3a3d 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/FirewallRules.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/FirewallRules.java @@ -10,15 +10,14 @@ import com.microsoft.azure.CloudException; import com.microsoft.azure.ListOperationCallback; +import com.microsoft.azure.management.datalake.analytics.models.FirewallRule; import com.microsoft.azure.Page; import com.microsoft.azure.PagedList; -import com.microsoft.azure.management.datalake.analytics.models.FirewallRule; import com.microsoft.rest.ServiceCallback; import com.microsoft.rest.ServiceFuture; import com.microsoft.rest.ServiceResponse; -import rx.Observable; - import java.util.List; +import rx.Observable; /** * An instance of this class provides access to all the operations defined diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/Jobs.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/Jobs.java index 0093cfd6535..af1974f20e8 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/Jobs.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/Jobs.java @@ -10,8 +10,6 @@ import com.microsoft.azure.CloudException; import com.microsoft.azure.ListOperationCallback; -import com.microsoft.azure.Page; -import com.microsoft.azure.PagedList; import com.microsoft.azure.management.datalake.analytics.models.BuildJobParameters; import com.microsoft.azure.management.datalake.analytics.models.CreateJobParameters; import com.microsoft.azure.management.datalake.analytics.models.JobDataPath; @@ -19,13 +17,14 @@ import com.microsoft.azure.management.datalake.analytics.models.JobInformationBasic; import com.microsoft.azure.management.datalake.analytics.models.JobStatistics; import com.microsoft.azure.management.datalake.analytics.models.UpdateJobParameters; +import com.microsoft.azure.Page; +import com.microsoft.azure.PagedList; import com.microsoft.rest.ServiceCallback; import com.microsoft.rest.ServiceFuture; import com.microsoft.rest.ServiceResponse; -import rx.Observable; - import java.util.List; import java.util.UUID; +import rx.Observable; /** * An instance of this class provides access to all the operations defined diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/Pipelines.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/Pipelines.java index e3549c7a4cc..a1f6323d7ad 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/Pipelines.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/Pipelines.java @@ -10,17 +10,16 @@ import com.microsoft.azure.CloudException; import com.microsoft.azure.ListOperationCallback; +import com.microsoft.azure.management.datalake.analytics.models.JobPipelineInformation; import com.microsoft.azure.Page; import com.microsoft.azure.PagedList; -import com.microsoft.azure.management.datalake.analytics.models.JobPipelineInformation; import com.microsoft.rest.ServiceCallback; import com.microsoft.rest.ServiceFuture; import com.microsoft.rest.ServiceResponse; -import org.joda.time.DateTime; -import rx.Observable; - import java.util.List; import java.util.UUID; +import org.joda.time.DateTime; +import rx.Observable; /** * An instance of this class provides access to all the operations defined diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/Recurrences.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/Recurrences.java index 5e62592e778..009315bb1fc 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/Recurrences.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/Recurrences.java @@ -10,17 +10,16 @@ import com.microsoft.azure.CloudException; import com.microsoft.azure.ListOperationCallback; +import com.microsoft.azure.management.datalake.analytics.models.JobRecurrenceInformation; import com.microsoft.azure.Page; import com.microsoft.azure.PagedList; -import com.microsoft.azure.management.datalake.analytics.models.JobRecurrenceInformation; import com.microsoft.rest.ServiceCallback; import com.microsoft.rest.ServiceFuture; import com.microsoft.rest.ServiceResponse; -import org.joda.time.DateTime; -import rx.Observable; - import java.util.List; import java.util.UUID; +import org.joda.time.DateTime; +import rx.Observable; /** * An instance of this class provides access to all the operations defined diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/StorageAccounts.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/StorageAccounts.java index fd5d03d3471..00b58af645f 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/StorageAccounts.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/StorageAccounts.java @@ -10,17 +10,16 @@ import com.microsoft.azure.CloudException; import com.microsoft.azure.ListOperationCallback; -import com.microsoft.azure.Page; -import com.microsoft.azure.PagedList; import com.microsoft.azure.management.datalake.analytics.models.SasTokenInformation; import com.microsoft.azure.management.datalake.analytics.models.StorageAccountInformation; import com.microsoft.azure.management.datalake.analytics.models.StorageContainer; +import com.microsoft.azure.Page; +import com.microsoft.azure.PagedList; import com.microsoft.rest.ServiceCallback; import com.microsoft.rest.ServiceFuture; import com.microsoft.rest.ServiceResponse; -import rx.Observable; - import java.util.List; +import rx.Observable; /** * An instance of this class provides access to all the operations defined diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/implementation/AccountsImpl.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/implementation/AccountsImpl.java index 7bebc983f4c..ddd1dd4dea8 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/implementation/AccountsImpl.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/implementation/AccountsImpl.java @@ -8,13 +8,12 @@ package com.microsoft.azure.management.datalake.analytics.implementation; +import retrofit2.Retrofit; +import com.microsoft.azure.management.datalake.analytics.Accounts; import com.google.common.reflect.TypeToken; import com.microsoft.azure.AzureServiceFuture; import com.microsoft.azure.CloudException; import com.microsoft.azure.ListOperationCallback; -import com.microsoft.azure.Page; -import com.microsoft.azure.PagedList; -import com.microsoft.azure.management.datalake.analytics.Accounts; import com.microsoft.azure.management.datalake.analytics.models.CheckNameAvailabilityParameters; import com.microsoft.azure.management.datalake.analytics.models.CreateDataLakeAnalyticsAccountParameters; import com.microsoft.azure.management.datalake.analytics.models.DataLakeAnalyticsAccount; @@ -22,29 +21,29 @@ import com.microsoft.azure.management.datalake.analytics.models.NameAvailabilityInformation; import com.microsoft.azure.management.datalake.analytics.models.PageImpl; import com.microsoft.azure.management.datalake.analytics.models.UpdateDataLakeAnalyticsAccountParameters; +import com.microsoft.azure.Page; +import com.microsoft.azure.PagedList; import com.microsoft.rest.ServiceCallback; import com.microsoft.rest.ServiceFuture; import com.microsoft.rest.ServiceResponse; import com.microsoft.rest.Validator; +import java.io.IOException; +import java.util.List; import okhttp3.ResponseBody; -import retrofit2.Response; -import retrofit2.Retrofit; import retrofit2.http.Body; import retrofit2.http.GET; -import retrofit2.http.HTTP; import retrofit2.http.Header; import retrofit2.http.Headers; +import retrofit2.http.HTTP; import retrofit2.http.PATCH; +import retrofit2.http.Path; import retrofit2.http.POST; import retrofit2.http.PUT; -import retrofit2.http.Path; import retrofit2.http.Query; import retrofit2.http.Url; -import rx.Observable; +import retrofit2.Response; import rx.functions.Func1; - -import java.io.IOException; -import java.util.List; +import rx.Observable; /** * An instance of this class provides access to all the operations defined diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/implementation/CatalogsImpl.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/implementation/CatalogsImpl.java index 4aad1a473a7..d158745e67c 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/implementation/CatalogsImpl.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/implementation/CatalogsImpl.java @@ -8,14 +8,13 @@ package com.microsoft.azure.management.datalake.analytics.implementation; +import retrofit2.Retrofit; +import com.microsoft.azure.management.datalake.analytics.Catalogs; import com.google.common.base.Joiner; import com.google.common.reflect.TypeToken; import com.microsoft.azure.AzureServiceFuture; import com.microsoft.azure.CloudException; import com.microsoft.azure.ListOperationCallback; -import com.microsoft.azure.Page; -import com.microsoft.azure.PagedList; -import com.microsoft.azure.management.datalake.analytics.Catalogs; import com.microsoft.azure.management.datalake.analytics.models.Acl; import com.microsoft.azure.management.datalake.analytics.models.AclCreateOrUpdateParameters; import com.microsoft.azure.management.datalake.analytics.models.AclDeleteParameters; @@ -34,35 +33,37 @@ import com.microsoft.azure.management.datalake.analytics.models.USqlSchema; import com.microsoft.azure.management.datalake.analytics.models.USqlSecret; import com.microsoft.azure.management.datalake.analytics.models.USqlTable; +import com.microsoft.azure.management.datalake.analytics.models.USqlTableFragment; import com.microsoft.azure.management.datalake.analytics.models.USqlTablePartition; +import com.microsoft.azure.management.datalake.analytics.models.USqlTablePreview; import com.microsoft.azure.management.datalake.analytics.models.USqlTableStatistics; import com.microsoft.azure.management.datalake.analytics.models.USqlTableType; import com.microsoft.azure.management.datalake.analytics.models.USqlTableValuedFunction; import com.microsoft.azure.management.datalake.analytics.models.USqlType; import com.microsoft.azure.management.datalake.analytics.models.USqlView; +import com.microsoft.azure.Page; +import com.microsoft.azure.PagedList; import com.microsoft.rest.ServiceCallback; import com.microsoft.rest.ServiceFuture; import com.microsoft.rest.ServiceResponse; import com.microsoft.rest.Validator; +import java.io.IOException; +import java.util.List; import okhttp3.ResponseBody; -import retrofit2.Response; -import retrofit2.Retrofit; import retrofit2.http.Body; import retrofit2.http.GET; -import retrofit2.http.HTTP; import retrofit2.http.Header; import retrofit2.http.Headers; +import retrofit2.http.HTTP; import retrofit2.http.PATCH; +import retrofit2.http.Path; import retrofit2.http.POST; import retrofit2.http.PUT; -import retrofit2.http.Path; import retrofit2.http.Query; import retrofit2.http.Url; -import rx.Observable; +import retrofit2.Response; import rx.functions.Func1; - -import java.io.IOException; -import java.util.List; +import rx.Observable; /** * An instance of this class provides access to all the operations defined @@ -90,271 +91,287 @@ public CatalogsImpl(Retrofit retrofit, DataLakeAnalyticsCatalogManagementClientI * used by Retrofit to perform actually REST calls. */ interface CatalogsService { - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs createSecret" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs createSecret" }) @PUT("catalog/usql/databases/{databaseName}/secrets/{secretName}") Observable> createSecret(@Path("databaseName") String databaseName, @Path("secretName") String secretName, @Body DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs getSecret" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs getSecret" }) @GET("catalog/usql/databases/{databaseName}/secrets/{secretName}") Observable> getSecret(@Path("databaseName") String databaseName, @Path("secretName") String secretName, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs updateSecret" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs updateSecret" }) @PATCH("catalog/usql/databases/{databaseName}/secrets/{secretName}") Observable> updateSecret(@Path("databaseName") String databaseName, @Path("secretName") String secretName, @Body DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs deleteSecret" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs deleteSecret" }) @HTTP(path = "catalog/usql/databases/{databaseName}/secrets/{secretName}", method = "DELETE", hasBody = true) Observable> deleteSecret(@Path("databaseName") String databaseName, @Path("secretName") String secretName, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs deleteAllSecrets" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs deleteAllSecrets" }) @HTTP(path = "catalog/usql/databases/{databaseName}/secrets", method = "DELETE", hasBody = true) Observable> deleteAllSecrets(@Path("databaseName") String databaseName, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs createCredential" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs createCredential" }) @PUT("catalog/usql/databases/{databaseName}/credentials/{credentialName}") Observable> createCredential(@Path("databaseName") String databaseName, @Path("credentialName") String credentialName, @Body DataLakeAnalyticsCatalogCredentialCreateParameters parameters, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs getCredential" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs getCredential" }) @GET("catalog/usql/databases/{databaseName}/credentials/{credentialName}") Observable> getCredential(@Path("databaseName") String databaseName, @Path("credentialName") String credentialName, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs updateCredential" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs updateCredential" }) @PATCH("catalog/usql/databases/{databaseName}/credentials/{credentialName}") Observable> updateCredential(@Path("databaseName") String databaseName, @Path("credentialName") String credentialName, @Body DataLakeAnalyticsCatalogCredentialUpdateParameters parameters, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs deleteCredential" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs deleteCredential" }) @POST("catalog/usql/databases/{databaseName}/credentials/{credentialName}") Observable> deleteCredential(@Path("databaseName") String databaseName, @Path("credentialName") String credentialName, @Query("cascade") Boolean cascade, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Body DataLakeAnalyticsCatalogCredentialDeleteParameters parameters, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs listCredentials" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs listCredentials" }) @GET("catalog/usql/databases/{databaseName}/credentials") Observable> listCredentials(@Path("databaseName") String databaseName, @Query("$filter") String filter, @Query("$top") Integer top, @Query("$skip") Integer skip, @Query("$select") String select, @Query("$orderby") String orderby, @Query("$count") Boolean count, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs getExternalDataSource" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs getExternalDataSource" }) @GET("catalog/usql/databases/{databaseName}/externaldatasources/{externalDataSourceName}") Observable> getExternalDataSource(@Path("databaseName") String databaseName, @Path("externalDataSourceName") String externalDataSourceName, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs listExternalDataSources" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs listExternalDataSources" }) @GET("catalog/usql/databases/{databaseName}/externaldatasources") Observable> listExternalDataSources(@Path("databaseName") String databaseName, @Query("$filter") String filter, @Query("$top") Integer top, @Query("$skip") Integer skip, @Query("$select") String select, @Query("$orderby") String orderby, @Query("$count") Boolean count, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs getProcedure" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs getProcedure" }) @GET("catalog/usql/databases/{databaseName}/schemas/{schemaName}/procedures/{procedureName}") Observable> getProcedure(@Path("databaseName") String databaseName, @Path("schemaName") String schemaName, @Path("procedureName") String procedureName, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs listProcedures" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs listProcedures" }) @GET("catalog/usql/databases/{databaseName}/schemas/{schemaName}/procedures") Observable> listProcedures(@Path("databaseName") String databaseName, @Path("schemaName") String schemaName, @Query("$filter") String filter, @Query("$top") Integer top, @Query("$skip") Integer skip, @Query("$select") String select, @Query("$orderby") String orderby, @Query("$count") Boolean count, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs getTable" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs getTable" }) @GET("catalog/usql/databases/{databaseName}/schemas/{schemaName}/tables/{tableName}") Observable> getTable(@Path("databaseName") String databaseName, @Path("schemaName") String schemaName, @Path("tableName") String tableName, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs listTables" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs listTableFragments" }) + @GET("catalog/usql/databases/{databaseName}/schemas/{schemaName}/tables/{tableName}/tablefragments") + Observable> listTableFragments(@Path("databaseName") String databaseName, @Path("schemaName") String schemaName, @Path("tableName") String tableName, @Query("$filter") String filter, @Query("$top") Integer top, @Query("$skip") Integer skip, @Query("$select") String select, @Query("$orderby") String orderby, @Query("$count") Boolean count, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); + + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs listTables" }) @GET("catalog/usql/databases/{databaseName}/schemas/{schemaName}/tables") Observable> listTables(@Path("databaseName") String databaseName, @Path("schemaName") String schemaName, @Query("$filter") String filter, @Query("$top") Integer top, @Query("$skip") Integer skip, @Query("$select") String select, @Query("$orderby") String orderby, @Query("$count") Boolean count, @Query("basic") Boolean basic, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs listTableStatisticsByDatabaseAndSchema" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs listTableStatisticsByDatabaseAndSchema" }) @GET("catalog/usql/databases/{databaseName}/schemas/{schemaName}/statistics") Observable> listTableStatisticsByDatabaseAndSchema(@Path("databaseName") String databaseName, @Path("schemaName") String schemaName, @Query("$filter") String filter, @Query("$top") Integer top, @Query("$skip") Integer skip, @Query("$select") String select, @Query("$orderby") String orderby, @Query("$count") Boolean count, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs getTableType" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs getTableType" }) @GET("catalog/usql/databases/{databaseName}/schemas/{schemaName}/tabletypes/{tableTypeName}") Observable> getTableType(@Path("databaseName") String databaseName, @Path("schemaName") String schemaName, @Path("tableTypeName") String tableTypeName, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs listTableTypes" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs listTableTypes" }) @GET("catalog/usql/databases/{databaseName}/schemas/{schemaName}/tabletypes") Observable> listTableTypes(@Path("databaseName") String databaseName, @Path("schemaName") String schemaName, @Query("$filter") String filter, @Query("$top") Integer top, @Query("$skip") Integer skip, @Query("$select") String select, @Query("$orderby") String orderby, @Query("$count") Boolean count, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs getPackage" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs getPackage" }) @GET("catalog/usql/databases/{databaseName}/schemas/{schemaName}/packages/{packageName}") Observable> getPackage(@Path("databaseName") String databaseName, @Path("schemaName") String schemaName, @Path("packageName") String packageName, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs listPackages" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs listPackages" }) @GET("catalog/usql/databases/{databaseName}/schemas/{schemaName}/packages") Observable> listPackages(@Path("databaseName") String databaseName, @Path("schemaName") String schemaName, @Query("$filter") String filter, @Query("$top") Integer top, @Query("$skip") Integer skip, @Query("$select") String select, @Query("$orderby") String orderby, @Query("$count") Boolean count, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs getView" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs getView" }) @GET("catalog/usql/databases/{databaseName}/schemas/{schemaName}/views/{viewName}") Observable> getView(@Path("databaseName") String databaseName, @Path("schemaName") String schemaName, @Path("viewName") String viewName, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs listViews" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs listViews" }) @GET("catalog/usql/databases/{databaseName}/schemas/{schemaName}/views") Observable> listViews(@Path("databaseName") String databaseName, @Path("schemaName") String schemaName, @Query("$filter") String filter, @Query("$top") Integer top, @Query("$skip") Integer skip, @Query("$select") String select, @Query("$orderby") String orderby, @Query("$count") Boolean count, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs getTableStatistic" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs getTableStatistic" }) @GET("catalog/usql/databases/{databaseName}/schemas/{schemaName}/tables/{tableName}/statistics/{statisticsName}") Observable> getTableStatistic(@Path("databaseName") String databaseName, @Path("schemaName") String schemaName, @Path("tableName") String tableName, @Path("statisticsName") String statisticsName, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs listTableStatistics" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs listTableStatistics" }) @GET("catalog/usql/databases/{databaseName}/schemas/{schemaName}/tables/{tableName}/statistics") Observable> listTableStatistics(@Path("databaseName") String databaseName, @Path("schemaName") String schemaName, @Path("tableName") String tableName, @Query("$filter") String filter, @Query("$top") Integer top, @Query("$skip") Integer skip, @Query("$select") String select, @Query("$orderby") String orderby, @Query("$count") Boolean count, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs getTablePartition" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs previewTablePartition" }) + @GET("catalog/usql/databases/{databaseName}/schemas/{schemaName}/tables/{tableName}/partitions/{partitionName}/previewrows") + Observable> previewTablePartition(@Path("databaseName") String databaseName, @Path("schemaName") String schemaName, @Path("tableName") String tableName, @Path("partitionName") String partitionName, @Query("maxRows") Long maxRows, @Query("maxColumns") Long maxColumns, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); + + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs getTablePartition" }) @GET("catalog/usql/databases/{databaseName}/schemas/{schemaName}/tables/{tableName}/partitions/{partitionName}") Observable> getTablePartition(@Path("databaseName") String databaseName, @Path("schemaName") String schemaName, @Path("tableName") String tableName, @Path("partitionName") String partitionName, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs listTablePartitions" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs previewTable" }) + @GET("catalog/usql/databases/{databaseName}/schemas/{schemaName}/tables/{tableName}/previewrows") + Observable> previewTable(@Path("databaseName") String databaseName, @Path("schemaName") String schemaName, @Path("tableName") String tableName, @Query("maxRows") Long maxRows, @Query("maxColumns") Long maxColumns, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); + + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs listTablePartitions" }) @GET("catalog/usql/databases/{databaseName}/schemas/{schemaName}/tables/{tableName}/partitions") Observable> listTablePartitions(@Path("databaseName") String databaseName, @Path("schemaName") String schemaName, @Path("tableName") String tableName, @Query("$filter") String filter, @Query("$top") Integer top, @Query("$skip") Integer skip, @Query("$select") String select, @Query("$orderby") String orderby, @Query("$count") Boolean count, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs listTypes" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs listTypes" }) @GET("catalog/usql/databases/{databaseName}/schemas/{schemaName}/types") Observable> listTypes(@Path("databaseName") String databaseName, @Path("schemaName") String schemaName, @Query("$filter") String filter, @Query("$top") Integer top, @Query("$skip") Integer skip, @Query("$select") String select, @Query("$orderby") String orderby, @Query("$count") Boolean count, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs getTableValuedFunction" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs getTableValuedFunction" }) @GET("catalog/usql/databases/{databaseName}/schemas/{schemaName}/tablevaluedfunctions/{tableValuedFunctionName}") Observable> getTableValuedFunction(@Path("databaseName") String databaseName, @Path("schemaName") String schemaName, @Path("tableValuedFunctionName") String tableValuedFunctionName, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs listTableValuedFunctions" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs listTableValuedFunctions" }) @GET("catalog/usql/databases/{databaseName}/schemas/{schemaName}/tablevaluedfunctions") Observable> listTableValuedFunctions(@Path("databaseName") String databaseName, @Path("schemaName") String schemaName, @Query("$filter") String filter, @Query("$top") Integer top, @Query("$skip") Integer skip, @Query("$select") String select, @Query("$orderby") String orderby, @Query("$count") Boolean count, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs getAssembly" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs getAssembly" }) @GET("catalog/usql/databases/{databaseName}/assemblies/{assemblyName}") Observable> getAssembly(@Path("databaseName") String databaseName, @Path("assemblyName") String assemblyName, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs listAssemblies" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs listAssemblies" }) @GET("catalog/usql/databases/{databaseName}/assemblies") Observable> listAssemblies(@Path("databaseName") String databaseName, @Query("$filter") String filter, @Query("$top") Integer top, @Query("$skip") Integer skip, @Query("$select") String select, @Query("$orderby") String orderby, @Query("$count") Boolean count, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs getSchema" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs getSchema" }) @GET("catalog/usql/databases/{databaseName}/schemas/{schemaName}") Observable> getSchema(@Path("databaseName") String databaseName, @Path("schemaName") String schemaName, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs listSchemas" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs listSchemas" }) @GET("catalog/usql/databases/{databaseName}/schemas") Observable> listSchemas(@Path("databaseName") String databaseName, @Query("$filter") String filter, @Query("$top") Integer top, @Query("$skip") Integer skip, @Query("$select") String select, @Query("$orderby") String orderby, @Query("$count") Boolean count, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs listTableStatisticsByDatabase" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs listTableStatisticsByDatabase" }) @GET("catalog/usql/databases/{databaseName}/statistics") Observable> listTableStatisticsByDatabase(@Path("databaseName") String databaseName, @Query("$filter") String filter, @Query("$top") Integer top, @Query("$skip") Integer skip, @Query("$select") String select, @Query("$orderby") String orderby, @Query("$count") Boolean count, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs listTablesByDatabase" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs listTablesByDatabase" }) @GET("catalog/usql/databases/{databaseName}/tables") Observable> listTablesByDatabase(@Path("databaseName") String databaseName, @Query("$filter") String filter, @Query("$top") Integer top, @Query("$skip") Integer skip, @Query("$select") String select, @Query("$orderby") String orderby, @Query("$count") Boolean count, @Query("basic") Boolean basic, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs listTableValuedFunctionsByDatabase" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs listTableValuedFunctionsByDatabase" }) @GET("catalog/usql/databases/{databaseName}/tablevaluedfunctions") Observable> listTableValuedFunctionsByDatabase(@Path("databaseName") String databaseName, @Query("$filter") String filter, @Query("$top") Integer top, @Query("$skip") Integer skip, @Query("$select") String select, @Query("$orderby") String orderby, @Query("$count") Boolean count, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs listViewsByDatabase" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs listViewsByDatabase" }) @GET("catalog/usql/databases/{databaseName}/views") Observable> listViewsByDatabase(@Path("databaseName") String databaseName, @Query("$filter") String filter, @Query("$top") Integer top, @Query("$skip") Integer skip, @Query("$select") String select, @Query("$orderby") String orderby, @Query("$count") Boolean count, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs listAclsByDatabase" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs listAclsByDatabase" }) @GET("catalog/usql/databases/{databaseName}/acl") Observable> listAclsByDatabase(@Path("databaseName") String databaseName, @Query("$filter") String filter, @Query("$top") Integer top, @Query("$skip") Integer skip, @Query("$select") String select, @Query("$orderby") String orderby, @Query("$count") Boolean count, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs listAcls" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs listAcls" }) @GET("catalog/usql/acl") Observable> listAcls(@Query("$filter") String filter, @Query("$top") Integer top, @Query("$skip") Integer skip, @Query("$select") String select, @Query("$orderby") String orderby, @Query("$count") Boolean count, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs getDatabase" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs getDatabase" }) @GET("catalog/usql/databases/{databaseName}") Observable> getDatabase(@Path("databaseName") String databaseName, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs listDatabases" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs listDatabases" }) @GET("catalog/usql/databases") Observable> listDatabases(@Query("$filter") String filter, @Query("$top") Integer top, @Query("$skip") Integer skip, @Query("$select") String select, @Query("$orderby") String orderby, @Query("$count") Boolean count, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs grantAcl" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs grantAcl" }) @POST("catalog/usql/acl") Observable> grantAcl(@Body AclCreateOrUpdateParameters parameters, @Query("op") String op, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs grantAclToDatabase" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs grantAclToDatabase" }) @POST("catalog/usql/databases/{databaseName}/acl") Observable> grantAclToDatabase(@Path("databaseName") String databaseName, @Body AclCreateOrUpdateParameters parameters, @Query("op") String op, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs revokeAcl" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs revokeAcl" }) @POST("catalog/usql/acl") Observable> revokeAcl(@Body AclDeleteParameters parameters, @Query("op") String op, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs revokeAclFromDatabase" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs revokeAclFromDatabase" }) @POST("catalog/usql/databases/{databaseName}/acl") Observable> revokeAclFromDatabase(@Path("databaseName") String databaseName, @Body AclDeleteParameters parameters, @Query("op") String op, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs listCredentialsNext" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs listCredentialsNext" }) @GET Observable> listCredentialsNext(@Url String nextUrl, @Header("accept-language") String acceptLanguage, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs listExternalDataSourcesNext" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs listExternalDataSourcesNext" }) @GET Observable> listExternalDataSourcesNext(@Url String nextUrl, @Header("accept-language") String acceptLanguage, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs listProceduresNext" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs listProceduresNext" }) @GET Observable> listProceduresNext(@Url String nextUrl, @Header("accept-language") String acceptLanguage, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs listTablesNext" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs listTableFragmentsNext" }) + @GET + Observable> listTableFragmentsNext(@Url String nextUrl, @Header("accept-language") String acceptLanguage, @Header("User-Agent") String userAgent); + + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs listTablesNext" }) @GET Observable> listTablesNext(@Url String nextUrl, @Header("accept-language") String acceptLanguage, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs listTableStatisticsByDatabaseAndSchemaNext" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs listTableStatisticsByDatabaseAndSchemaNext" }) @GET Observable> listTableStatisticsByDatabaseAndSchemaNext(@Url String nextUrl, @Header("accept-language") String acceptLanguage, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs listTableTypesNext" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs listTableTypesNext" }) @GET Observable> listTableTypesNext(@Url String nextUrl, @Header("accept-language") String acceptLanguage, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs listPackagesNext" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs listPackagesNext" }) @GET Observable> listPackagesNext(@Url String nextUrl, @Header("accept-language") String acceptLanguage, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs listViewsNext" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs listViewsNext" }) @GET Observable> listViewsNext(@Url String nextUrl, @Header("accept-language") String acceptLanguage, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs listTableStatisticsNext" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs listTableStatisticsNext" }) @GET Observable> listTableStatisticsNext(@Url String nextUrl, @Header("accept-language") String acceptLanguage, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs listTablePartitionsNext" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs listTablePartitionsNext" }) @GET Observable> listTablePartitionsNext(@Url String nextUrl, @Header("accept-language") String acceptLanguage, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs listTypesNext" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs listTypesNext" }) @GET Observable> listTypesNext(@Url String nextUrl, @Header("accept-language") String acceptLanguage, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs listTableValuedFunctionsNext" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs listTableValuedFunctionsNext" }) @GET Observable> listTableValuedFunctionsNext(@Url String nextUrl, @Header("accept-language") String acceptLanguage, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs listAssembliesNext" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs listAssembliesNext" }) @GET Observable> listAssembliesNext(@Url String nextUrl, @Header("accept-language") String acceptLanguage, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs listSchemasNext" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs listSchemasNext" }) @GET Observable> listSchemasNext(@Url String nextUrl, @Header("accept-language") String acceptLanguage, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs listTableStatisticsByDatabaseNext" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs listTableStatisticsByDatabaseNext" }) @GET Observable> listTableStatisticsByDatabaseNext(@Url String nextUrl, @Header("accept-language") String acceptLanguage, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs listTablesByDatabaseNext" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs listTablesByDatabaseNext" }) @GET Observable> listTablesByDatabaseNext(@Url String nextUrl, @Header("accept-language") String acceptLanguage, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs listTableValuedFunctionsByDatabaseNext" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs listTableValuedFunctionsByDatabaseNext" }) @GET Observable> listTableValuedFunctionsByDatabaseNext(@Url String nextUrl, @Header("accept-language") String acceptLanguage, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs listViewsByDatabaseNext" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs listViewsByDatabaseNext" }) @GET Observable> listViewsByDatabaseNext(@Url String nextUrl, @Header("accept-language") String acceptLanguage, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs listAclsByDatabaseNext" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs listAclsByDatabaseNext" }) @GET Observable> listAclsByDatabaseNext(@Url String nextUrl, @Header("accept-language") String acceptLanguage, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs listAclsNext" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs listAclsNext" }) @GET Observable> listAclsNext(@Url String nextUrl, @Header("accept-language") String acceptLanguage, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Catalogs listDatabasesNext" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Catalogs listDatabasesNext" }) @GET Observable> listDatabasesNext(@Url String nextUrl, @Header("accept-language") String acceptLanguage, @Header("User-Agent") String userAgent); @@ -2470,6 +2487,315 @@ private ServiceResponse getTableDelegate(Response respo .build(response); } + /** + * Retrieves the list of table fragments from the Data Lake Analytics catalog. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the table fragments. + * @param schemaName The name of the schema containing the table fragments. + * @param tableName The name of the table containing the table fragments. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @throws CloudException thrown if the request is rejected by server + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent + * @return the PagedList<USqlTableFragment> object if successful. + */ + public PagedList listTableFragments(final String accountName, final String databaseName, final String schemaName, final String tableName) { + ServiceResponse> response = listTableFragmentsSinglePageAsync(accountName, databaseName, schemaName, tableName).toBlocking().single(); + return new PagedList(response.body()) { + @Override + public Page nextPage(String nextPageLink) { + return listTableFragmentsNextSinglePageAsync(nextPageLink).toBlocking().single().body(); + } + }; + } + + /** + * Retrieves the list of table fragments from the Data Lake Analytics catalog. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the table fragments. + * @param schemaName The name of the schema containing the table fragments. + * @param tableName The name of the table containing the table fragments. + * @param serviceCallback the async ServiceCallback to handle successful and failed responses. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the {@link ServiceFuture} object + */ + public ServiceFuture> listTableFragmentsAsync(final String accountName, final String databaseName, final String schemaName, final String tableName, final ListOperationCallback serviceCallback) { + return AzureServiceFuture.fromPageResponse( + listTableFragmentsSinglePageAsync(accountName, databaseName, schemaName, tableName), + new Func1>>>() { + @Override + public Observable>> call(String nextPageLink) { + return listTableFragmentsNextSinglePageAsync(nextPageLink); + } + }, + serviceCallback); + } + + /** + * Retrieves the list of table fragments from the Data Lake Analytics catalog. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the table fragments. + * @param schemaName The name of the schema containing the table fragments. + * @param tableName The name of the table containing the table fragments. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the observable to the PagedList<USqlTableFragment> object + */ + public Observable> listTableFragmentsAsync(final String accountName, final String databaseName, final String schemaName, final String tableName) { + return listTableFragmentsWithServiceResponseAsync(accountName, databaseName, schemaName, tableName) + .map(new Func1>, Page>() { + @Override + public Page call(ServiceResponse> response) { + return response.body(); + } + }); + } + + /** + * Retrieves the list of table fragments from the Data Lake Analytics catalog. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the table fragments. + * @param schemaName The name of the schema containing the table fragments. + * @param tableName The name of the table containing the table fragments. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the observable to the PagedList<USqlTableFragment> object + */ + public Observable>> listTableFragmentsWithServiceResponseAsync(final String accountName, final String databaseName, final String schemaName, final String tableName) { + return listTableFragmentsSinglePageAsync(accountName, databaseName, schemaName, tableName) + .concatMap(new Func1>, Observable>>>() { + @Override + public Observable>> call(ServiceResponse> page) { + String nextPageLink = page.body().nextPageLink(); + if (nextPageLink == null) { + return Observable.just(page); + } + return Observable.just(page).concatWith(listTableFragmentsNextWithServiceResponseAsync(nextPageLink)); + } + }); + } + + /** + * Retrieves the list of table fragments from the Data Lake Analytics catalog. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the table fragments. + * @param schemaName The name of the schema containing the table fragments. + * @param tableName The name of the table containing the table fragments. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the PagedList<USqlTableFragment> object wrapped in {@link ServiceResponse} if successful. + */ + public Observable>> listTableFragmentsSinglePageAsync(final String accountName, final String databaseName, final String schemaName, final String tableName) { + if (accountName == null) { + throw new IllegalArgumentException("Parameter accountName is required and cannot be null."); + } + if (this.client.adlaCatalogDnsSuffix() == null) { + throw new IllegalArgumentException("Parameter this.client.adlaCatalogDnsSuffix() is required and cannot be null."); + } + if (databaseName == null) { + throw new IllegalArgumentException("Parameter databaseName is required and cannot be null."); + } + if (schemaName == null) { + throw new IllegalArgumentException("Parameter schemaName is required and cannot be null."); + } + if (tableName == null) { + throw new IllegalArgumentException("Parameter tableName is required and cannot be null."); + } + if (this.client.apiVersion() == null) { + throw new IllegalArgumentException("Parameter this.client.apiVersion() is required and cannot be null."); + } + final String filter = null; + final Integer top = null; + final Integer skip = null; + final String select = null; + final String orderby = null; + final Boolean count = null; + String parameterizedHost = Joiner.on(", ").join("{accountName}", accountName, "{adlaCatalogDnsSuffix}", this.client.adlaCatalogDnsSuffix()); + return service.listTableFragments(databaseName, schemaName, tableName, filter, top, skip, select, orderby, count, this.client.apiVersion(), this.client.acceptLanguage(), parameterizedHost, this.client.userAgent()) + .flatMap(new Func1, Observable>>>() { + @Override + public Observable>> call(Response response) { + try { + ServiceResponse> result = listTableFragmentsDelegate(response); + return Observable.just(new ServiceResponse>(result.body(), result.response())); + } catch (Throwable t) { + return Observable.error(t); + } + } + }); + } + + /** + * Retrieves the list of table fragments from the Data Lake Analytics catalog. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the table fragments. + * @param schemaName The name of the schema containing the table fragments. + * @param tableName The name of the table containing the table fragments. + * @param filter OData filter. Optional. + * @param top The number of items to return. Optional. + * @param skip The number of items to skip over before returning elements. Optional. + * @param select OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. + * @param orderby OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional. + * @param count The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @throws CloudException thrown if the request is rejected by server + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent + * @return the PagedList<USqlTableFragment> object if successful. + */ + public PagedList listTableFragments(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) { + ServiceResponse> response = listTableFragmentsSinglePageAsync(accountName, databaseName, schemaName, tableName, filter, top, skip, select, orderby, count).toBlocking().single(); + return new PagedList(response.body()) { + @Override + public Page nextPage(String nextPageLink) { + return listTableFragmentsNextSinglePageAsync(nextPageLink).toBlocking().single().body(); + } + }; + } + + /** + * Retrieves the list of table fragments from the Data Lake Analytics catalog. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the table fragments. + * @param schemaName The name of the schema containing the table fragments. + * @param tableName The name of the table containing the table fragments. + * @param filter OData filter. Optional. + * @param top The number of items to return. Optional. + * @param skip The number of items to skip over before returning elements. Optional. + * @param select OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. + * @param orderby OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional. + * @param count The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. + * @param serviceCallback the async ServiceCallback to handle successful and failed responses. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the {@link ServiceFuture} object + */ + public ServiceFuture> listTableFragmentsAsync(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) { + return AzureServiceFuture.fromPageResponse( + listTableFragmentsSinglePageAsync(accountName, databaseName, schemaName, tableName, filter, top, skip, select, orderby, count), + new Func1>>>() { + @Override + public Observable>> call(String nextPageLink) { + return listTableFragmentsNextSinglePageAsync(nextPageLink); + } + }, + serviceCallback); + } + + /** + * Retrieves the list of table fragments from the Data Lake Analytics catalog. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the table fragments. + * @param schemaName The name of the schema containing the table fragments. + * @param tableName The name of the table containing the table fragments. + * @param filter OData filter. Optional. + * @param top The number of items to return. Optional. + * @param skip The number of items to skip over before returning elements. Optional. + * @param select OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. + * @param orderby OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional. + * @param count The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the observable to the PagedList<USqlTableFragment> object + */ + public Observable> listTableFragmentsAsync(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) { + return listTableFragmentsWithServiceResponseAsync(accountName, databaseName, schemaName, tableName, filter, top, skip, select, orderby, count) + .map(new Func1>, Page>() { + @Override + public Page call(ServiceResponse> response) { + return response.body(); + } + }); + } + + /** + * Retrieves the list of table fragments from the Data Lake Analytics catalog. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the table fragments. + * @param schemaName The name of the schema containing the table fragments. + * @param tableName The name of the table containing the table fragments. + * @param filter OData filter. Optional. + * @param top The number of items to return. Optional. + * @param skip The number of items to skip over before returning elements. Optional. + * @param select OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. + * @param orderby OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional. + * @param count The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the observable to the PagedList<USqlTableFragment> object + */ + public Observable>> listTableFragmentsWithServiceResponseAsync(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) { + return listTableFragmentsSinglePageAsync(accountName, databaseName, schemaName, tableName, filter, top, skip, select, orderby, count) + .concatMap(new Func1>, Observable>>>() { + @Override + public Observable>> call(ServiceResponse> page) { + String nextPageLink = page.body().nextPageLink(); + if (nextPageLink == null) { + return Observable.just(page); + } + return Observable.just(page).concatWith(listTableFragmentsNextWithServiceResponseAsync(nextPageLink)); + } + }); + } + + /** + * Retrieves the list of table fragments from the Data Lake Analytics catalog. + * + ServiceResponse> * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + ServiceResponse> * @param databaseName The name of the database containing the table fragments. + ServiceResponse> * @param schemaName The name of the schema containing the table fragments. + ServiceResponse> * @param tableName The name of the table containing the table fragments. + ServiceResponse> * @param filter OData filter. Optional. + ServiceResponse> * @param top The number of items to return. Optional. + ServiceResponse> * @param skip The number of items to skip over before returning elements. Optional. + ServiceResponse> * @param select OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. + ServiceResponse> * @param orderby OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional. + ServiceResponse> * @param count The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the PagedList<USqlTableFragment> object wrapped in {@link ServiceResponse} if successful. + */ + public Observable>> listTableFragmentsSinglePageAsync(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) { + if (accountName == null) { + throw new IllegalArgumentException("Parameter accountName is required and cannot be null."); + } + if (this.client.adlaCatalogDnsSuffix() == null) { + throw new IllegalArgumentException("Parameter this.client.adlaCatalogDnsSuffix() is required and cannot be null."); + } + if (databaseName == null) { + throw new IllegalArgumentException("Parameter databaseName is required and cannot be null."); + } + if (schemaName == null) { + throw new IllegalArgumentException("Parameter schemaName is required and cannot be null."); + } + if (tableName == null) { + throw new IllegalArgumentException("Parameter tableName is required and cannot be null."); + } + if (this.client.apiVersion() == null) { + throw new IllegalArgumentException("Parameter this.client.apiVersion() is required and cannot be null."); + } + String parameterizedHost = Joiner.on(", ").join("{accountName}", accountName, "{adlaCatalogDnsSuffix}", this.client.adlaCatalogDnsSuffix()); + return service.listTableFragments(databaseName, schemaName, tableName, filter, top, skip, select, orderby, count, this.client.apiVersion(), this.client.acceptLanguage(), parameterizedHost, this.client.userAgent()) + .flatMap(new Func1, Observable>>>() { + @Override + public Observable>> call(Response response) { + try { + ServiceResponse> result = listTableFragmentsDelegate(response); + return Observable.just(new ServiceResponse>(result.body(), result.response())); + } catch (Throwable t) { + return Observable.error(t); + } + } + }); + } + + private ServiceResponse> listTableFragmentsDelegate(Response response) throws CloudException, IOException, IllegalArgumentException { + return this.client.restClient().responseBuilderFactory()., CloudException>newInstance(this.client.serializerAdapter()) + .register(200, new TypeToken>() { }.getType()) + .registerError(CloudException.class) + .build(response); + } + /** * Retrieves the list of tables from the Data Lake Analytics catalog. * @@ -4662,7 +4988,7 @@ private ServiceResponse> listTableStatisticsDelega } /** - * Retrieves the specified table partition from the Data Lake Analytics catalog. + * Retrieves a preview set of rows in given partition. * * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. * @param databaseName The name of the database containing the partition. @@ -4672,14 +4998,14 @@ private ServiceResponse> listTableStatisticsDelega * @throws IllegalArgumentException thrown if parameters fail the validation * @throws CloudException thrown if the request is rejected by server * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent - * @return the USqlTablePartition object if successful. + * @return the USqlTablePreview object if successful. */ - public USqlTablePartition getTablePartition(String accountName, String databaseName, String schemaName, String tableName, String partitionName) { - return getTablePartitionWithServiceResponseAsync(accountName, databaseName, schemaName, tableName, partitionName).toBlocking().single().body(); + public USqlTablePreview previewTablePartition(String accountName, String databaseName, String schemaName, String tableName, String partitionName) { + return previewTablePartitionWithServiceResponseAsync(accountName, databaseName, schemaName, tableName, partitionName).toBlocking().single().body(); } /** - * Retrieves the specified table partition from the Data Lake Analytics catalog. + * Retrieves a preview set of rows in given partition. * * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. * @param databaseName The name of the database containing the partition. @@ -4690,12 +5016,12 @@ public USqlTablePartition getTablePartition(String accountName, String databaseN * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceFuture} object */ - public ServiceFuture getTablePartitionAsync(String accountName, String databaseName, String schemaName, String tableName, String partitionName, final ServiceCallback serviceCallback) { - return ServiceFuture.fromResponse(getTablePartitionWithServiceResponseAsync(accountName, databaseName, schemaName, tableName, partitionName), serviceCallback); + public ServiceFuture previewTablePartitionAsync(String accountName, String databaseName, String schemaName, String tableName, String partitionName, final ServiceCallback serviceCallback) { + return ServiceFuture.fromResponse(previewTablePartitionWithServiceResponseAsync(accountName, databaseName, schemaName, tableName, partitionName), serviceCallback); } /** - * Retrieves the specified table partition from the Data Lake Analytics catalog. + * Retrieves a preview set of rows in given partition. * * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. * @param databaseName The name of the database containing the partition. @@ -4703,19 +5029,19 @@ public ServiceFuture getTablePartitionAsync(String accountNa * @param tableName The name of the table containing the partition. * @param partitionName The name of the table partition. * @throws IllegalArgumentException thrown if parameters fail the validation - * @return the observable to the USqlTablePartition object + * @return the observable to the USqlTablePreview object */ - public Observable getTablePartitionAsync(String accountName, String databaseName, String schemaName, String tableName, String partitionName) { - return getTablePartitionWithServiceResponseAsync(accountName, databaseName, schemaName, tableName, partitionName).map(new Func1, USqlTablePartition>() { + public Observable previewTablePartitionAsync(String accountName, String databaseName, String schemaName, String tableName, String partitionName) { + return previewTablePartitionWithServiceResponseAsync(accountName, databaseName, schemaName, tableName, partitionName).map(new Func1, USqlTablePreview>() { @Override - public USqlTablePartition call(ServiceResponse response) { + public USqlTablePreview call(ServiceResponse response) { return response.body(); } }); } /** - * Retrieves the specified table partition from the Data Lake Analytics catalog. + * Retrieves a preview set of rows in given partition. * * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. * @param databaseName The name of the database containing the partition. @@ -4723,9 +5049,9 @@ public USqlTablePartition call(ServiceResponse response) { * @param tableName The name of the table containing the partition. * @param partitionName The name of the table partition. * @throws IllegalArgumentException thrown if parameters fail the validation - * @return the observable to the USqlTablePartition object + * @return the observable to the USqlTablePreview object */ - public Observable> getTablePartitionWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String tableName, String partitionName) { + public Observable> previewTablePartitionWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String tableName, String partitionName) { if (accountName == null) { throw new IllegalArgumentException("Parameter accountName is required and cannot be null."); } @@ -4747,13 +5073,15 @@ public Observable> getTablePartitionWithServ if (this.client.apiVersion() == null) { throw new IllegalArgumentException("Parameter this.client.apiVersion() is required and cannot be null."); } + final Long maxRows = null; + final Long maxColumns = null; String parameterizedHost = Joiner.on(", ").join("{accountName}", accountName, "{adlaCatalogDnsSuffix}", this.client.adlaCatalogDnsSuffix()); - return service.getTablePartition(databaseName, schemaName, tableName, partitionName, this.client.apiVersion(), this.client.acceptLanguage(), parameterizedHost, this.client.userAgent()) - .flatMap(new Func1, Observable>>() { + return service.previewTablePartition(databaseName, schemaName, tableName, partitionName, maxRows, maxColumns, this.client.apiVersion(), this.client.acceptLanguage(), parameterizedHost, this.client.userAgent()) + .flatMap(new Func1, Observable>>() { @Override - public Observable> call(Response response) { + public Observable> call(Response response) { try { - ServiceResponse clientResponse = getTablePartitionDelegate(response); + ServiceResponse clientResponse = previewTablePartitionDelegate(response); return Observable.just(clientResponse); } catch (Throwable t) { return Observable.error(t); @@ -4762,19 +5090,441 @@ public Observable> call(Response getTablePartitionDelegate(Response response) throws CloudException, IOException, IllegalArgumentException { - return this.client.restClient().responseBuilderFactory().newInstance(this.client.serializerAdapter()) - .register(200, new TypeToken() { }.getType()) - .registerError(CloudException.class) - .build(response); - } - /** - * Retrieves the list of table partitions from the Data Lake Analytics catalog. + * Retrieves a preview set of rows in given partition. * * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. - * @param databaseName The name of the database containing the partitions. - * @param schemaName The name of the schema containing the partitions. + * @param databaseName The name of the database containing the partition. + * @param schemaName The name of the schema containing the partition. + * @param tableName The name of the table containing the partition. + * @param partitionName The name of the table partition. + * @param maxRows The maximum number of preview rows to be retrieved.Rows returned may be less than or equal to this number depending on row sizes and number of rows in the partition. + * @param maxColumns The maximum number of columns to be retrieved. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @throws CloudException thrown if the request is rejected by server + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent + * @return the USqlTablePreview object if successful. + */ + public USqlTablePreview previewTablePartition(String accountName, String databaseName, String schemaName, String tableName, String partitionName, Long maxRows, Long maxColumns) { + return previewTablePartitionWithServiceResponseAsync(accountName, databaseName, schemaName, tableName, partitionName, maxRows, maxColumns).toBlocking().single().body(); + } + + /** + * Retrieves a preview set of rows in given partition. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the partition. + * @param schemaName The name of the schema containing the partition. + * @param tableName The name of the table containing the partition. + * @param partitionName The name of the table partition. + * @param maxRows The maximum number of preview rows to be retrieved.Rows returned may be less than or equal to this number depending on row sizes and number of rows in the partition. + * @param maxColumns The maximum number of columns to be retrieved. + * @param serviceCallback the async ServiceCallback to handle successful and failed responses. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the {@link ServiceFuture} object + */ + public ServiceFuture previewTablePartitionAsync(String accountName, String databaseName, String schemaName, String tableName, String partitionName, Long maxRows, Long maxColumns, final ServiceCallback serviceCallback) { + return ServiceFuture.fromResponse(previewTablePartitionWithServiceResponseAsync(accountName, databaseName, schemaName, tableName, partitionName, maxRows, maxColumns), serviceCallback); + } + + /** + * Retrieves a preview set of rows in given partition. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the partition. + * @param schemaName The name of the schema containing the partition. + * @param tableName The name of the table containing the partition. + * @param partitionName The name of the table partition. + * @param maxRows The maximum number of preview rows to be retrieved.Rows returned may be less than or equal to this number depending on row sizes and number of rows in the partition. + * @param maxColumns The maximum number of columns to be retrieved. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the observable to the USqlTablePreview object + */ + public Observable previewTablePartitionAsync(String accountName, String databaseName, String schemaName, String tableName, String partitionName, Long maxRows, Long maxColumns) { + return previewTablePartitionWithServiceResponseAsync(accountName, databaseName, schemaName, tableName, partitionName, maxRows, maxColumns).map(new Func1, USqlTablePreview>() { + @Override + public USqlTablePreview call(ServiceResponse response) { + return response.body(); + } + }); + } + + /** + * Retrieves a preview set of rows in given partition. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the partition. + * @param schemaName The name of the schema containing the partition. + * @param tableName The name of the table containing the partition. + * @param partitionName The name of the table partition. + * @param maxRows The maximum number of preview rows to be retrieved.Rows returned may be less than or equal to this number depending on row sizes and number of rows in the partition. + * @param maxColumns The maximum number of columns to be retrieved. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the observable to the USqlTablePreview object + */ + public Observable> previewTablePartitionWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String tableName, String partitionName, Long maxRows, Long maxColumns) { + if (accountName == null) { + throw new IllegalArgumentException("Parameter accountName is required and cannot be null."); + } + if (this.client.adlaCatalogDnsSuffix() == null) { + throw new IllegalArgumentException("Parameter this.client.adlaCatalogDnsSuffix() is required and cannot be null."); + } + if (databaseName == null) { + throw new IllegalArgumentException("Parameter databaseName is required and cannot be null."); + } + if (schemaName == null) { + throw new IllegalArgumentException("Parameter schemaName is required and cannot be null."); + } + if (tableName == null) { + throw new IllegalArgumentException("Parameter tableName is required and cannot be null."); + } + if (partitionName == null) { + throw new IllegalArgumentException("Parameter partitionName is required and cannot be null."); + } + if (this.client.apiVersion() == null) { + throw new IllegalArgumentException("Parameter this.client.apiVersion() is required and cannot be null."); + } + String parameterizedHost = Joiner.on(", ").join("{accountName}", accountName, "{adlaCatalogDnsSuffix}", this.client.adlaCatalogDnsSuffix()); + return service.previewTablePartition(databaseName, schemaName, tableName, partitionName, maxRows, maxColumns, this.client.apiVersion(), this.client.acceptLanguage(), parameterizedHost, this.client.userAgent()) + .flatMap(new Func1, Observable>>() { + @Override + public Observable> call(Response response) { + try { + ServiceResponse clientResponse = previewTablePartitionDelegate(response); + return Observable.just(clientResponse); + } catch (Throwable t) { + return Observable.error(t); + } + } + }); + } + + private ServiceResponse previewTablePartitionDelegate(Response response) throws CloudException, IOException, IllegalArgumentException { + return this.client.restClient().responseBuilderFactory().newInstance(this.client.serializerAdapter()) + .register(200, new TypeToken() { }.getType()) + .registerError(CloudException.class) + .build(response); + } + + /** + * Retrieves the specified table partition from the Data Lake Analytics catalog. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the partition. + * @param schemaName The name of the schema containing the partition. + * @param tableName The name of the table containing the partition. + * @param partitionName The name of the table partition. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @throws CloudException thrown if the request is rejected by server + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent + * @return the USqlTablePartition object if successful. + */ + public USqlTablePartition getTablePartition(String accountName, String databaseName, String schemaName, String tableName, String partitionName) { + return getTablePartitionWithServiceResponseAsync(accountName, databaseName, schemaName, tableName, partitionName).toBlocking().single().body(); + } + + /** + * Retrieves the specified table partition from the Data Lake Analytics catalog. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the partition. + * @param schemaName The name of the schema containing the partition. + * @param tableName The name of the table containing the partition. + * @param partitionName The name of the table partition. + * @param serviceCallback the async ServiceCallback to handle successful and failed responses. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the {@link ServiceFuture} object + */ + public ServiceFuture getTablePartitionAsync(String accountName, String databaseName, String schemaName, String tableName, String partitionName, final ServiceCallback serviceCallback) { + return ServiceFuture.fromResponse(getTablePartitionWithServiceResponseAsync(accountName, databaseName, schemaName, tableName, partitionName), serviceCallback); + } + + /** + * Retrieves the specified table partition from the Data Lake Analytics catalog. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the partition. + * @param schemaName The name of the schema containing the partition. + * @param tableName The name of the table containing the partition. + * @param partitionName The name of the table partition. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the observable to the USqlTablePartition object + */ + public Observable getTablePartitionAsync(String accountName, String databaseName, String schemaName, String tableName, String partitionName) { + return getTablePartitionWithServiceResponseAsync(accountName, databaseName, schemaName, tableName, partitionName).map(new Func1, USqlTablePartition>() { + @Override + public USqlTablePartition call(ServiceResponse response) { + return response.body(); + } + }); + } + + /** + * Retrieves the specified table partition from the Data Lake Analytics catalog. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the partition. + * @param schemaName The name of the schema containing the partition. + * @param tableName The name of the table containing the partition. + * @param partitionName The name of the table partition. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the observable to the USqlTablePartition object + */ + public Observable> getTablePartitionWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String tableName, String partitionName) { + if (accountName == null) { + throw new IllegalArgumentException("Parameter accountName is required and cannot be null."); + } + if (this.client.adlaCatalogDnsSuffix() == null) { + throw new IllegalArgumentException("Parameter this.client.adlaCatalogDnsSuffix() is required and cannot be null."); + } + if (databaseName == null) { + throw new IllegalArgumentException("Parameter databaseName is required and cannot be null."); + } + if (schemaName == null) { + throw new IllegalArgumentException("Parameter schemaName is required and cannot be null."); + } + if (tableName == null) { + throw new IllegalArgumentException("Parameter tableName is required and cannot be null."); + } + if (partitionName == null) { + throw new IllegalArgumentException("Parameter partitionName is required and cannot be null."); + } + if (this.client.apiVersion() == null) { + throw new IllegalArgumentException("Parameter this.client.apiVersion() is required and cannot be null."); + } + String parameterizedHost = Joiner.on(", ").join("{accountName}", accountName, "{adlaCatalogDnsSuffix}", this.client.adlaCatalogDnsSuffix()); + return service.getTablePartition(databaseName, schemaName, tableName, partitionName, this.client.apiVersion(), this.client.acceptLanguage(), parameterizedHost, this.client.userAgent()) + .flatMap(new Func1, Observable>>() { + @Override + public Observable> call(Response response) { + try { + ServiceResponse clientResponse = getTablePartitionDelegate(response); + return Observable.just(clientResponse); + } catch (Throwable t) { + return Observable.error(t); + } + } + }); + } + + private ServiceResponse getTablePartitionDelegate(Response response) throws CloudException, IOException, IllegalArgumentException { + return this.client.restClient().responseBuilderFactory().newInstance(this.client.serializerAdapter()) + .register(200, new TypeToken() { }.getType()) + .registerError(CloudException.class) + .build(response); + } + + /** + * Retrieves a preview set of rows in given table. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the table. + * @param schemaName The name of the schema containing the table. + * @param tableName The name of the table. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @throws CloudException thrown if the request is rejected by server + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent + * @return the USqlTablePreview object if successful. + */ + public USqlTablePreview previewTable(String accountName, String databaseName, String schemaName, String tableName) { + return previewTableWithServiceResponseAsync(accountName, databaseName, schemaName, tableName).toBlocking().single().body(); + } + + /** + * Retrieves a preview set of rows in given table. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the table. + * @param schemaName The name of the schema containing the table. + * @param tableName The name of the table. + * @param serviceCallback the async ServiceCallback to handle successful and failed responses. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the {@link ServiceFuture} object + */ + public ServiceFuture previewTableAsync(String accountName, String databaseName, String schemaName, String tableName, final ServiceCallback serviceCallback) { + return ServiceFuture.fromResponse(previewTableWithServiceResponseAsync(accountName, databaseName, schemaName, tableName), serviceCallback); + } + + /** + * Retrieves a preview set of rows in given table. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the table. + * @param schemaName The name of the schema containing the table. + * @param tableName The name of the table. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the observable to the USqlTablePreview object + */ + public Observable previewTableAsync(String accountName, String databaseName, String schemaName, String tableName) { + return previewTableWithServiceResponseAsync(accountName, databaseName, schemaName, tableName).map(new Func1, USqlTablePreview>() { + @Override + public USqlTablePreview call(ServiceResponse response) { + return response.body(); + } + }); + } + + /** + * Retrieves a preview set of rows in given table. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the table. + * @param schemaName The name of the schema containing the table. + * @param tableName The name of the table. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the observable to the USqlTablePreview object + */ + public Observable> previewTableWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String tableName) { + if (accountName == null) { + throw new IllegalArgumentException("Parameter accountName is required and cannot be null."); + } + if (this.client.adlaCatalogDnsSuffix() == null) { + throw new IllegalArgumentException("Parameter this.client.adlaCatalogDnsSuffix() is required and cannot be null."); + } + if (databaseName == null) { + throw new IllegalArgumentException("Parameter databaseName is required and cannot be null."); + } + if (schemaName == null) { + throw new IllegalArgumentException("Parameter schemaName is required and cannot be null."); + } + if (tableName == null) { + throw new IllegalArgumentException("Parameter tableName is required and cannot be null."); + } + if (this.client.apiVersion() == null) { + throw new IllegalArgumentException("Parameter this.client.apiVersion() is required and cannot be null."); + } + final Long maxRows = null; + final Long maxColumns = null; + String parameterizedHost = Joiner.on(", ").join("{accountName}", accountName, "{adlaCatalogDnsSuffix}", this.client.adlaCatalogDnsSuffix()); + return service.previewTable(databaseName, schemaName, tableName, maxRows, maxColumns, this.client.apiVersion(), this.client.acceptLanguage(), parameterizedHost, this.client.userAgent()) + .flatMap(new Func1, Observable>>() { + @Override + public Observable> call(Response response) { + try { + ServiceResponse clientResponse = previewTableDelegate(response); + return Observable.just(clientResponse); + } catch (Throwable t) { + return Observable.error(t); + } + } + }); + } + + /** + * Retrieves a preview set of rows in given table. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the table. + * @param schemaName The name of the schema containing the table. + * @param tableName The name of the table. + * @param maxRows The maximum number of preview rows to be retrieved. Rows returned may be less than or equal to this number depending on row sizes and number of rows in the table. + * @param maxColumns The maximum number of columns to be retrieved. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @throws CloudException thrown if the request is rejected by server + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent + * @return the USqlTablePreview object if successful. + */ + public USqlTablePreview previewTable(String accountName, String databaseName, String schemaName, String tableName, Long maxRows, Long maxColumns) { + return previewTableWithServiceResponseAsync(accountName, databaseName, schemaName, tableName, maxRows, maxColumns).toBlocking().single().body(); + } + + /** + * Retrieves a preview set of rows in given table. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the table. + * @param schemaName The name of the schema containing the table. + * @param tableName The name of the table. + * @param maxRows The maximum number of preview rows to be retrieved. Rows returned may be less than or equal to this number depending on row sizes and number of rows in the table. + * @param maxColumns The maximum number of columns to be retrieved. + * @param serviceCallback the async ServiceCallback to handle successful and failed responses. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the {@link ServiceFuture} object + */ + public ServiceFuture previewTableAsync(String accountName, String databaseName, String schemaName, String tableName, Long maxRows, Long maxColumns, final ServiceCallback serviceCallback) { + return ServiceFuture.fromResponse(previewTableWithServiceResponseAsync(accountName, databaseName, schemaName, tableName, maxRows, maxColumns), serviceCallback); + } + + /** + * Retrieves a preview set of rows in given table. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the table. + * @param schemaName The name of the schema containing the table. + * @param tableName The name of the table. + * @param maxRows The maximum number of preview rows to be retrieved. Rows returned may be less than or equal to this number depending on row sizes and number of rows in the table. + * @param maxColumns The maximum number of columns to be retrieved. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the observable to the USqlTablePreview object + */ + public Observable previewTableAsync(String accountName, String databaseName, String schemaName, String tableName, Long maxRows, Long maxColumns) { + return previewTableWithServiceResponseAsync(accountName, databaseName, schemaName, tableName, maxRows, maxColumns).map(new Func1, USqlTablePreview>() { + @Override + public USqlTablePreview call(ServiceResponse response) { + return response.body(); + } + }); + } + + /** + * Retrieves a preview set of rows in given table. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the table. + * @param schemaName The name of the schema containing the table. + * @param tableName The name of the table. + * @param maxRows The maximum number of preview rows to be retrieved. Rows returned may be less than or equal to this number depending on row sizes and number of rows in the table. + * @param maxColumns The maximum number of columns to be retrieved. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the observable to the USqlTablePreview object + */ + public Observable> previewTableWithServiceResponseAsync(String accountName, String databaseName, String schemaName, String tableName, Long maxRows, Long maxColumns) { + if (accountName == null) { + throw new IllegalArgumentException("Parameter accountName is required and cannot be null."); + } + if (this.client.adlaCatalogDnsSuffix() == null) { + throw new IllegalArgumentException("Parameter this.client.adlaCatalogDnsSuffix() is required and cannot be null."); + } + if (databaseName == null) { + throw new IllegalArgumentException("Parameter databaseName is required and cannot be null."); + } + if (schemaName == null) { + throw new IllegalArgumentException("Parameter schemaName is required and cannot be null."); + } + if (tableName == null) { + throw new IllegalArgumentException("Parameter tableName is required and cannot be null."); + } + if (this.client.apiVersion() == null) { + throw new IllegalArgumentException("Parameter this.client.apiVersion() is required and cannot be null."); + } + String parameterizedHost = Joiner.on(", ").join("{accountName}", accountName, "{adlaCatalogDnsSuffix}", this.client.adlaCatalogDnsSuffix()); + return service.previewTable(databaseName, schemaName, tableName, maxRows, maxColumns, this.client.apiVersion(), this.client.acceptLanguage(), parameterizedHost, this.client.userAgent()) + .flatMap(new Func1, Observable>>() { + @Override + public Observable> call(Response response) { + try { + ServiceResponse clientResponse = previewTableDelegate(response); + return Observable.just(clientResponse); + } catch (Throwable t) { + return Observable.error(t); + } + } + }); + } + + private ServiceResponse previewTableDelegate(Response response) throws CloudException, IOException, IllegalArgumentException { + return this.client.restClient().responseBuilderFactory().newInstance(this.client.serializerAdapter()) + .register(200, new TypeToken() { }.getType()) + .registerError(CloudException.class) + .build(response); + } + + /** + * Retrieves the list of table partitions from the Data Lake Analytics catalog. + * + * @param accountName The Azure Data Lake Analytics account upon which to execute catalog operations. + * @param databaseName The name of the database containing the partitions. + * @param schemaName The name of the schema containing the partitions. * @param tableName The name of the table containing the partitions. * @throws IllegalArgumentException thrown if parameters fail the validation * @throws CloudException thrown if the request is rejected by server @@ -9206,6 +9956,117 @@ private ServiceResponse> listProceduresNextDelegate(Resp .build(response); } + /** + * Retrieves the list of table fragments from the Data Lake Analytics catalog. + * + * @param nextPageLink The NextLink from the previous successful call to List operation. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @throws CloudException thrown if the request is rejected by server + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent + * @return the PagedList<USqlTableFragment> object if successful. + */ + public PagedList listTableFragmentsNext(final String nextPageLink) { + ServiceResponse> response = listTableFragmentsNextSinglePageAsync(nextPageLink).toBlocking().single(); + return new PagedList(response.body()) { + @Override + public Page nextPage(String nextPageLink) { + return listTableFragmentsNextSinglePageAsync(nextPageLink).toBlocking().single().body(); + } + }; + } + + /** + * Retrieves the list of table fragments from the Data Lake Analytics catalog. + * + * @param nextPageLink The NextLink from the previous successful call to List operation. + * @param serviceFuture the ServiceFuture object tracking the Retrofit calls + * @param serviceCallback the async ServiceCallback to handle successful and failed responses. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the {@link ServiceFuture} object + */ + public ServiceFuture> listTableFragmentsNextAsync(final String nextPageLink, final ServiceFuture> serviceFuture, final ListOperationCallback serviceCallback) { + return AzureServiceFuture.fromPageResponse( + listTableFragmentsNextSinglePageAsync(nextPageLink), + new Func1>>>() { + @Override + public Observable>> call(String nextPageLink) { + return listTableFragmentsNextSinglePageAsync(nextPageLink); + } + }, + serviceCallback); + } + + /** + * Retrieves the list of table fragments from the Data Lake Analytics catalog. + * + * @param nextPageLink The NextLink from the previous successful call to List operation. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the observable to the PagedList<USqlTableFragment> object + */ + public Observable> listTableFragmentsNextAsync(final String nextPageLink) { + return listTableFragmentsNextWithServiceResponseAsync(nextPageLink) + .map(new Func1>, Page>() { + @Override + public Page call(ServiceResponse> response) { + return response.body(); + } + }); + } + + /** + * Retrieves the list of table fragments from the Data Lake Analytics catalog. + * + * @param nextPageLink The NextLink from the previous successful call to List operation. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the observable to the PagedList<USqlTableFragment> object + */ + public Observable>> listTableFragmentsNextWithServiceResponseAsync(final String nextPageLink) { + return listTableFragmentsNextSinglePageAsync(nextPageLink) + .concatMap(new Func1>, Observable>>>() { + @Override + public Observable>> call(ServiceResponse> page) { + String nextPageLink = page.body().nextPageLink(); + if (nextPageLink == null) { + return Observable.just(page); + } + return Observable.just(page).concatWith(listTableFragmentsNextWithServiceResponseAsync(nextPageLink)); + } + }); + } + + /** + * Retrieves the list of table fragments from the Data Lake Analytics catalog. + * + ServiceResponse> * @param nextPageLink The NextLink from the previous successful call to List operation. + * @throws IllegalArgumentException thrown if parameters fail the validation + * @return the PagedList<USqlTableFragment> object wrapped in {@link ServiceResponse} if successful. + */ + public Observable>> listTableFragmentsNextSinglePageAsync(final String nextPageLink) { + if (nextPageLink == null) { + throw new IllegalArgumentException("Parameter nextPageLink is required and cannot be null."); + } + String nextUrl = String.format("%s", nextPageLink); + return service.listTableFragmentsNext(nextUrl, this.client.acceptLanguage(), this.client.userAgent()) + .flatMap(new Func1, Observable>>>() { + @Override + public Observable>> call(Response response) { + try { + ServiceResponse> result = listTableFragmentsNextDelegate(response); + return Observable.just(new ServiceResponse>(result.body(), result.response())); + } catch (Throwable t) { + return Observable.error(t); + } + } + }); + } + + private ServiceResponse> listTableFragmentsNextDelegate(Response response) throws CloudException, IOException, IllegalArgumentException { + return this.client.restClient().responseBuilderFactory()., CloudException>newInstance(this.client.serializerAdapter()) + .register(200, new TypeToken>() { }.getType()) + .registerError(CloudException.class) + .build(response); + } + /** * Retrieves the list of tables from the Data Lake Analytics catalog. * diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/implementation/DataLakeAnalyticsAccountManagementClientImpl.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/implementation/DataLakeAnalyticsAccountManagementClientImpl.java index 67278e9daa6..3da467a5f31 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/implementation/DataLakeAnalyticsAccountManagementClientImpl.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/implementation/DataLakeAnalyticsAccountManagementClientImpl.java @@ -71,11 +71,11 @@ public String apiVersion() { return this.apiVersion; } - /** Gets or sets the preferred language for the response. */ + /** The preferred language for the response. */ private String acceptLanguage; /** - * Gets Gets or sets the preferred language for the response. + * Gets The preferred language for the response. * * @return the acceptLanguage value. */ @@ -84,7 +84,7 @@ public String acceptLanguage() { } /** - * Sets Gets or sets the preferred language for the response. + * Sets The preferred language for the response. * * @param acceptLanguage the acceptLanguage value. * @return the service client itself @@ -94,11 +94,11 @@ public DataLakeAnalyticsAccountManagementClientImpl withAcceptLanguage(String ac return this; } - /** Gets or sets the retry timeout in seconds for Long Running Operations. Default value is 30. */ + /** The retry timeout in seconds for Long Running Operations. Default value is 30. */ private int longRunningOperationRetryTimeout; /** - * Gets Gets or sets the retry timeout in seconds for Long Running Operations. Default value is 30. + * Gets The retry timeout in seconds for Long Running Operations. Default value is 30. * * @return the longRunningOperationRetryTimeout value. */ @@ -107,7 +107,7 @@ public int longRunningOperationRetryTimeout() { } /** - * Sets Gets or sets the retry timeout in seconds for Long Running Operations. Default value is 30. + * Sets The retry timeout in seconds for Long Running Operations. Default value is 30. * * @param longRunningOperationRetryTimeout the longRunningOperationRetryTimeout value. * @return the service client itself @@ -117,11 +117,11 @@ public DataLakeAnalyticsAccountManagementClientImpl withLongRunningOperationRetr return this; } - /** When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true. */ + /** Whether a unique x-ms-client-request-id should be generated. When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true. */ private boolean generateClientRequestId; /** - * Gets When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true. + * Gets Whether a unique x-ms-client-request-id should be generated. When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true. * * @return the generateClientRequestId value. */ @@ -130,7 +130,7 @@ public boolean generateClientRequestId() { } /** - * Sets When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true. + * Sets Whether a unique x-ms-client-request-id should be generated. When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true. * * @param generateClientRequestId the generateClientRequestId value. * @return the service client itself diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/implementation/DataLakeAnalyticsCatalogManagementClientImpl.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/implementation/DataLakeAnalyticsCatalogManagementClientImpl.java index 83a3c1a9925..6ac548922cf 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/implementation/DataLakeAnalyticsCatalogManagementClientImpl.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/implementation/DataLakeAnalyticsCatalogManagementClientImpl.java @@ -65,11 +65,11 @@ public DataLakeAnalyticsCatalogManagementClientImpl withAdlaCatalogDnsSuffix(Str return this; } - /** Gets or sets the preferred language for the response. */ + /** The preferred language for the response. */ private String acceptLanguage; /** - * Gets Gets or sets the preferred language for the response. + * Gets The preferred language for the response. * * @return the acceptLanguage value. */ @@ -78,7 +78,7 @@ public String acceptLanguage() { } /** - * Sets Gets or sets the preferred language for the response. + * Sets The preferred language for the response. * * @param acceptLanguage the acceptLanguage value. * @return the service client itself @@ -88,11 +88,11 @@ public DataLakeAnalyticsCatalogManagementClientImpl withAcceptLanguage(String ac return this; } - /** Gets or sets the retry timeout in seconds for Long Running Operations. Default value is 30. */ + /** The retry timeout in seconds for Long Running Operations. Default value is 30. */ private int longRunningOperationRetryTimeout; /** - * Gets Gets or sets the retry timeout in seconds for Long Running Operations. Default value is 30. + * Gets The retry timeout in seconds for Long Running Operations. Default value is 30. * * @return the longRunningOperationRetryTimeout value. */ @@ -101,7 +101,7 @@ public int longRunningOperationRetryTimeout() { } /** - * Sets Gets or sets the retry timeout in seconds for Long Running Operations. Default value is 30. + * Sets The retry timeout in seconds for Long Running Operations. Default value is 30. * * @param longRunningOperationRetryTimeout the longRunningOperationRetryTimeout value. * @return the service client itself @@ -111,11 +111,11 @@ public DataLakeAnalyticsCatalogManagementClientImpl withLongRunningOperationRetr return this; } - /** When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true. */ + /** Whether a unique x-ms-client-request-id should be generated. When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true. */ private boolean generateClientRequestId; /** - * Gets When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true. + * Gets Whether a unique x-ms-client-request-id should be generated. When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true. * * @return the generateClientRequestId value. */ @@ -124,7 +124,7 @@ public boolean generateClientRequestId() { } /** - * Sets When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true. + * Sets Whether a unique x-ms-client-request-id should be generated. When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true. * * @param generateClientRequestId the generateClientRequestId value. * @return the service client itself diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/implementation/DataLakeAnalyticsJobManagementClientImpl.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/implementation/DataLakeAnalyticsJobManagementClientImpl.java index 40513b37c5c..c1a4cecf953 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/implementation/DataLakeAnalyticsJobManagementClientImpl.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/implementation/DataLakeAnalyticsJobManagementClientImpl.java @@ -32,18 +32,6 @@ public AzureClient getAzureClient() { return this.azureClient; } - /** Client Api Version. */ - private String apiVersion; - - /** - * Gets Client Api Version. - * - * @return the apiVersion value. - */ - public String apiVersion() { - return this.apiVersion; - } - /** The DNS suffix used as the base for all Azure Data Lake Analytics Job service requests. */ private String adlaJobDnsSuffix; @@ -67,11 +55,23 @@ public DataLakeAnalyticsJobManagementClientImpl withAdlaJobDnsSuffix(String adla return this; } - /** Gets or sets the preferred language for the response. */ + /** Client Api Version. */ + private String apiVersion; + + /** + * Gets Client Api Version. + * + * @return the apiVersion value. + */ + public String apiVersion() { + return this.apiVersion; + } + + /** The preferred language for the response. */ private String acceptLanguage; /** - * Gets Gets or sets the preferred language for the response. + * Gets The preferred language for the response. * * @return the acceptLanguage value. */ @@ -80,7 +80,7 @@ public String acceptLanguage() { } /** - * Sets Gets or sets the preferred language for the response. + * Sets The preferred language for the response. * * @param acceptLanguage the acceptLanguage value. * @return the service client itself @@ -90,11 +90,11 @@ public DataLakeAnalyticsJobManagementClientImpl withAcceptLanguage(String accept return this; } - /** Gets or sets the retry timeout in seconds for Long Running Operations. Default value is 30. */ + /** The retry timeout in seconds for Long Running Operations. Default value is 30. */ private int longRunningOperationRetryTimeout; /** - * Gets Gets or sets the retry timeout in seconds for Long Running Operations. Default value is 30. + * Gets The retry timeout in seconds for Long Running Operations. Default value is 30. * * @return the longRunningOperationRetryTimeout value. */ @@ -103,7 +103,7 @@ public int longRunningOperationRetryTimeout() { } /** - * Sets Gets or sets the retry timeout in seconds for Long Running Operations. Default value is 30. + * Sets The retry timeout in seconds for Long Running Operations. Default value is 30. * * @param longRunningOperationRetryTimeout the longRunningOperationRetryTimeout value. * @return the service client itself @@ -113,11 +113,11 @@ public DataLakeAnalyticsJobManagementClientImpl withLongRunningOperationRetryTim return this; } - /** When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true. */ + /** Whether a unique x-ms-client-request-id should be generated. When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true. */ private boolean generateClientRequestId; /** - * Gets When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true. + * Gets Whether a unique x-ms-client-request-id should be generated. When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true. * * @return the generateClientRequestId value. */ @@ -126,7 +126,7 @@ public boolean generateClientRequestId() { } /** - * Sets When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true. + * Sets Whether a unique x-ms-client-request-id should be generated. When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true. * * @param generateClientRequestId the generateClientRequestId value. * @return the service client itself @@ -206,8 +206,8 @@ public DataLakeAnalyticsJobManagementClientImpl(RestClient restClient) { } protected void initialize() { - this.apiVersion = "2017-09-01-preview"; this.adlaJobDnsSuffix = "azuredatalakeanalytics.net"; + this.apiVersion = "2017-09-01-preview"; this.acceptLanguage = "en-US"; this.longRunningOperationRetryTimeout = 30; this.generateClientRequestId = true; diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/implementation/JobsImpl.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/implementation/JobsImpl.java index 9456edf0da4..581c72ec1f7 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/implementation/JobsImpl.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/implementation/JobsImpl.java @@ -8,14 +8,13 @@ package com.microsoft.azure.management.datalake.analytics.implementation; +import retrofit2.Retrofit; +import com.microsoft.azure.management.datalake.analytics.Jobs; import com.google.common.base.Joiner; import com.google.common.reflect.TypeToken; import com.microsoft.azure.AzureServiceFuture; import com.microsoft.azure.CloudException; import com.microsoft.azure.ListOperationCallback; -import com.microsoft.azure.Page; -import com.microsoft.azure.PagedList; -import com.microsoft.azure.management.datalake.analytics.Jobs; import com.microsoft.azure.management.datalake.analytics.models.BuildJobParameters; import com.microsoft.azure.management.datalake.analytics.models.CreateJobParameters; import com.microsoft.azure.management.datalake.analytics.models.JobDataPath; @@ -24,29 +23,29 @@ import com.microsoft.azure.management.datalake.analytics.models.JobStatistics; import com.microsoft.azure.management.datalake.analytics.models.PageImpl; import com.microsoft.azure.management.datalake.analytics.models.UpdateJobParameters; +import com.microsoft.azure.Page; +import com.microsoft.azure.PagedList; import com.microsoft.rest.ServiceCallback; import com.microsoft.rest.ServiceFuture; import com.microsoft.rest.ServiceResponse; import com.microsoft.rest.Validator; +import java.io.IOException; +import java.util.List; +import java.util.UUID; import okhttp3.ResponseBody; -import retrofit2.Response; -import retrofit2.Retrofit; import retrofit2.http.Body; import retrofit2.http.GET; import retrofit2.http.Header; import retrofit2.http.Headers; import retrofit2.http.PATCH; +import retrofit2.http.Path; import retrofit2.http.POST; import retrofit2.http.PUT; -import retrofit2.http.Path; import retrofit2.http.Query; import retrofit2.http.Url; -import rx.Observable; +import retrofit2.Response; import rx.functions.Func1; - -import java.io.IOException; -import java.util.List; -import java.util.UUID; +import rx.Observable; /** * An instance of this class provides access to all the operations defined @@ -74,55 +73,55 @@ public JobsImpl(Retrofit retrofit, DataLakeAnalyticsJobManagementClientImpl clie * used by Retrofit to perform actually REST calls. */ interface JobsService { - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Jobs list" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Jobs list" }) @GET("jobs") Observable> list(@Query("$filter") String filter, @Query("$top") Integer top, @Query("$skip") Integer skip, @Query("$select") String select, @Query("$orderby") String orderby, @Query("$count") Boolean count, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Jobs create" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Jobs create" }) @PUT("jobs/{jobIdentity}") Observable> create(@Path("jobIdentity") UUID jobIdentity, @Body CreateJobParameters parameters, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Jobs get" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Jobs get" }) @GET("jobs/{jobIdentity}") Observable> get(@Path("jobIdentity") UUID jobIdentity, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Jobs update" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Jobs update" }) @PATCH("jobs/{jobIdentity}") Observable> update(@Path("jobIdentity") UUID jobIdentity, @Body UpdateJobParameters parameters, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Jobs beginUpdate" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Jobs beginUpdate" }) @PATCH("jobs/{jobIdentity}") Observable> beginUpdate(@Path("jobIdentity") UUID jobIdentity, @Body UpdateJobParameters parameters, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Jobs getStatistics" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Jobs getStatistics" }) @GET("jobs/{jobIdentity}/GetStatistics") Observable> getStatistics(@Path("jobIdentity") UUID jobIdentity, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Jobs getDebugDataPath" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Jobs getDebugDataPath" }) @GET("jobs/{jobIdentity}/GetDebugDataPath") Observable> getDebugDataPath(@Path("jobIdentity") UUID jobIdentity, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Jobs cancel" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Jobs cancel" }) @POST("jobs/{jobIdentity}/CancelJob") Observable> cancel(@Path("jobIdentity") UUID jobIdentity, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Jobs beginCancel" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Jobs beginCancel" }) @POST("jobs/{jobIdentity}/CancelJob") Observable> beginCancel(@Path("jobIdentity") UUID jobIdentity, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Jobs yield" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Jobs yield" }) @POST("jobs/{jobIdentity}/YieldJob") Observable> yield(@Path("jobIdentity") UUID jobIdentity, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Jobs beginYield" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Jobs beginYield" }) @POST("jobs/{jobIdentity}/YieldJob") Observable> beginYield(@Path("jobIdentity") UUID jobIdentity, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Jobs build" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Jobs build" }) @POST("buildJob") Observable> build(@Body BuildJobParameters parameters, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Jobs listNext" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Jobs listNext" }) @GET Observable> listNext(@Url String nextUrl, @Header("accept-language") String acceptLanguage, @Header("User-Agent") String userAgent); @@ -382,7 +381,7 @@ public Observable>> call(Response> listDelegate(Response response) throws CloudException, IllegalArgumentException, IOException { + private ServiceResponse> listDelegate(Response response) throws CloudException, IOException, IllegalArgumentException { return this.client.restClient().responseBuilderFactory()., CloudException>newInstance(this.client.serializerAdapter()) .register(200, new TypeToken>() { }.getType()) .registerError(CloudException.class) @@ -477,7 +476,7 @@ public Observable> call(Response r }); } - private ServiceResponse createDelegate(Response response) throws CloudException, IllegalArgumentException, IOException { + private ServiceResponse createDelegate(Response response) throws CloudException, IOException, IllegalArgumentException { return this.client.restClient().responseBuilderFactory().newInstance(this.client.serializerAdapter()) .register(200, new TypeToken() { }.getType()) .registerError(CloudException.class) @@ -564,7 +563,7 @@ public Observable> call(Response r }); } - private ServiceResponse getDelegate(Response response) throws CloudException, IllegalArgumentException, IOException { + private ServiceResponse getDelegate(Response response) throws CloudException, IOException, IllegalArgumentException { return this.client.restClient().responseBuilderFactory().newInstance(this.client.serializerAdapter()) .register(200, new TypeToken() { }.getType()) .registerError(CloudException.class) @@ -882,7 +881,7 @@ public Observable> call(Response r }); } - private ServiceResponse beginUpdateDelegate(Response response) throws CloudException, IllegalArgumentException, IOException { + private ServiceResponse beginUpdateDelegate(Response response) throws CloudException, IOException, IllegalArgumentException { return this.client.restClient().responseBuilderFactory().newInstance(this.client.serializerAdapter()) .register(200, new TypeToken() { }.getType()) .register(201, new TypeToken() { }.getType()) @@ -971,7 +970,7 @@ public Observable> call(Response re }); } - private ServiceResponse getStatisticsDelegate(Response response) throws CloudException, IllegalArgumentException, IOException { + private ServiceResponse getStatisticsDelegate(Response response) throws CloudException, IOException, IllegalArgumentException { return this.client.restClient().responseBuilderFactory().newInstance(this.client.serializerAdapter()) .register(200, new TypeToken() { }.getType()) .registerError(CloudException.class) @@ -1058,7 +1057,7 @@ public Observable> call(Response resp }); } - private ServiceResponse getDebugDataPathDelegate(Response response) throws CloudException, IllegalArgumentException, IOException { + private ServiceResponse getDebugDataPathDelegate(Response response) throws CloudException, IOException, IllegalArgumentException { return this.client.restClient().responseBuilderFactory().newInstance(this.client.serializerAdapter()) .register(200, new TypeToken() { }.getType()) .registerError(CloudException.class) @@ -1213,7 +1212,7 @@ public Observable> call(Response response) { }); } - private ServiceResponse beginCancelDelegate(Response response) throws CloudException, IllegalArgumentException, IOException { + private ServiceResponse beginCancelDelegate(Response response) throws CloudException, IOException, IllegalArgumentException { return this.client.restClient().responseBuilderFactory().newInstance(this.client.serializerAdapter()) .register(200, new TypeToken() { }.getType()) .register(202, new TypeToken() { }.getType()) @@ -1370,7 +1369,7 @@ public Observable> call(Response response) { }); } - private ServiceResponse beginYieldDelegate(Response response) throws CloudException, IllegalArgumentException, IOException { + private ServiceResponse beginYieldDelegate(Response response) throws CloudException, IOException, IllegalArgumentException { return this.client.restClient().responseBuilderFactory().newInstance(this.client.serializerAdapter()) .register(200, new TypeToken() { }.getType()) .register(202, new TypeToken() { }.getType()) @@ -1460,7 +1459,7 @@ public Observable> call(Response r }); } - private ServiceResponse buildDelegate(Response response) throws CloudException, IllegalArgumentException, IOException { + private ServiceResponse buildDelegate(Response response) throws CloudException, IOException, IllegalArgumentException { return this.client.restClient().responseBuilderFactory().newInstance(this.client.serializerAdapter()) .register(200, new TypeToken() { }.getType()) .registerError(CloudException.class) @@ -1571,7 +1570,7 @@ public Observable>> call(Response> listNextDelegate(Response response) throws CloudException, IllegalArgumentException, IOException { + private ServiceResponse> listNextDelegate(Response response) throws CloudException, IOException, IllegalArgumentException { return this.client.restClient().responseBuilderFactory()., CloudException>newInstance(this.client.serializerAdapter()) .register(200, new TypeToken>() { }.getType()) .registerError(CloudException.class) diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/implementation/PipelinesImpl.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/implementation/PipelinesImpl.java index e65511d4da0..0ec09315523 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/implementation/PipelinesImpl.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/implementation/PipelinesImpl.java @@ -8,35 +8,34 @@ package com.microsoft.azure.management.datalake.analytics.implementation; +import retrofit2.Retrofit; +import com.microsoft.azure.management.datalake.analytics.Pipelines; import com.google.common.base.Joiner; import com.google.common.reflect.TypeToken; import com.microsoft.azure.AzureServiceFuture; import com.microsoft.azure.CloudException; import com.microsoft.azure.ListOperationCallback; -import com.microsoft.azure.Page; -import com.microsoft.azure.PagedList; -import com.microsoft.azure.management.datalake.analytics.Pipelines; import com.microsoft.azure.management.datalake.analytics.models.JobPipelineInformation; import com.microsoft.azure.management.datalake.analytics.models.PageImpl; +import com.microsoft.azure.Page; +import com.microsoft.azure.PagedList; import com.microsoft.rest.ServiceCallback; import com.microsoft.rest.ServiceFuture; import com.microsoft.rest.ServiceResponse; +import java.io.IOException; +import java.util.List; +import java.util.UUID; import okhttp3.ResponseBody; import org.joda.time.DateTime; -import retrofit2.Response; -import retrofit2.Retrofit; import retrofit2.http.GET; import retrofit2.http.Header; import retrofit2.http.Headers; import retrofit2.http.Path; import retrofit2.http.Query; import retrofit2.http.Url; -import rx.Observable; +import retrofit2.Response; import rx.functions.Func1; - -import java.io.IOException; -import java.util.List; -import java.util.UUID; +import rx.Observable; /** * An instance of this class provides access to all the operations defined @@ -64,15 +63,15 @@ public PipelinesImpl(Retrofit retrofit, DataLakeAnalyticsJobManagementClientImpl * used by Retrofit to perform actually REST calls. */ interface PipelinesService { - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Pipelines list" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Pipelines list" }) @GET("pipelines") Observable> list(@Query("startDateTime") DateTime startDateTime, @Query("endDateTime") DateTime endDateTime, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Pipelines get" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Pipelines get" }) @GET("pipelines/{pipelineIdentity}") Observable> get(@Path("pipelineIdentity") UUID pipelineIdentity, @Query("startDateTime") DateTime startDateTime, @Query("endDateTime") DateTime endDateTime, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Pipelines listNext" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Pipelines listNext" }) @GET Observable> listNext(@Url String nextUrl, @Header("accept-language") String acceptLanguage, @Header("User-Agent") String userAgent); diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/implementation/RecurrencesImpl.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/implementation/RecurrencesImpl.java index 87fef0c6d80..9b6f96e47b8 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/implementation/RecurrencesImpl.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/implementation/RecurrencesImpl.java @@ -8,35 +8,34 @@ package com.microsoft.azure.management.datalake.analytics.implementation; +import retrofit2.Retrofit; +import com.microsoft.azure.management.datalake.analytics.Recurrences; import com.google.common.base.Joiner; import com.google.common.reflect.TypeToken; import com.microsoft.azure.AzureServiceFuture; import com.microsoft.azure.CloudException; import com.microsoft.azure.ListOperationCallback; -import com.microsoft.azure.Page; -import com.microsoft.azure.PagedList; -import com.microsoft.azure.management.datalake.analytics.Recurrences; import com.microsoft.azure.management.datalake.analytics.models.JobRecurrenceInformation; import com.microsoft.azure.management.datalake.analytics.models.PageImpl; +import com.microsoft.azure.Page; +import com.microsoft.azure.PagedList; import com.microsoft.rest.ServiceCallback; import com.microsoft.rest.ServiceFuture; import com.microsoft.rest.ServiceResponse; +import java.io.IOException; +import java.util.List; +import java.util.UUID; import okhttp3.ResponseBody; import org.joda.time.DateTime; -import retrofit2.Response; -import retrofit2.Retrofit; import retrofit2.http.GET; import retrofit2.http.Header; import retrofit2.http.Headers; import retrofit2.http.Path; import retrofit2.http.Query; import retrofit2.http.Url; -import rx.Observable; +import retrofit2.Response; import rx.functions.Func1; - -import java.io.IOException; -import java.util.List; -import java.util.UUID; +import rx.Observable; /** * An instance of this class provides access to all the operations defined @@ -64,15 +63,15 @@ public RecurrencesImpl(Retrofit retrofit, DataLakeAnalyticsJobManagementClientIm * used by Retrofit to perform actually REST calls. */ interface RecurrencesService { - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Recurrences list" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Recurrences list" }) @GET("recurrences") Observable> list(@Query("startDateTime") DateTime startDateTime, @Query("endDateTime") DateTime endDateTime, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Recurrences get" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Recurrences get" }) @GET("recurrences/{recurrenceIdentity}") Observable> get(@Path("recurrenceIdentity") UUID recurrenceIdentity, @Query("startDateTime") DateTime startDateTime, @Query("endDateTime") DateTime endDateTime, @Query("api-version") String apiVersion, @Header("accept-language") String acceptLanguage, @Header("x-ms-parameterized-host") String parameterizedHost, @Header("User-Agent") String userAgent); - @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.datalake.analytics.Recurrences listNext" }) + @Headers({ "Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.datalake.analytics.Recurrences listNext" }) @GET Observable> listNext(@Url String nextUrl, @Header("accept-language") String acceptLanguage, @Header("User-Agent") String userAgent); diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/implementation/package-info.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/implementation/package-info.java index 7e8a41d7892..07c7febe1ee 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/implementation/package-info.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/implementation/package-info.java @@ -8,4 +8,4 @@ * This package contains the implementation classes for DataLakeAnalyticsCatalogManagementClient. * Creates an Azure Data Lake Analytics catalog client. */ -package com.microsoft.azure.datalake.analytics.implementation; +package com.microsoft.azure.management.datalake.analytics.implementation; diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/Acl.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/Acl.java index f678a251470..b680f725ddc 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/Acl.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/Acl.java @@ -39,7 +39,7 @@ public class Acl { private PermissionType permission; /** - * Get the aceType value. + * Get the access control list (ACL) entry type. UserObj and GroupObj denote the owning user and group, respectively. Possible values include: 'UserObj', 'GroupObj', 'Other', 'User', 'Group'. * * @return the aceType value */ @@ -48,7 +48,7 @@ public AclType aceType() { } /** - * Get the principalId value. + * Get the Azure AD object ID of the user or group being specified in the access control list (ACL) entry. * * @return the principalId value */ @@ -57,7 +57,7 @@ public UUID principalId() { } /** - * Get the permission value. + * Get the permission type of the access control list (ACL) entry. Possible values include: 'None', 'Use', 'Create', 'Drop', 'Alter', 'Write', 'All'. * * @return the permission value */ diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/AclCreateOrUpdateParameters.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/AclCreateOrUpdateParameters.java index 59b193b7a5a..619237646ed 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/AclCreateOrUpdateParameters.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/AclCreateOrUpdateParameters.java @@ -39,7 +39,7 @@ public class AclCreateOrUpdateParameters { private PermissionType permission; /** - * Get the aceType value. + * Get the access control list (ACL) entry type. UserObj and GroupObj denote the owning user and group, respectively. Possible values include: 'UserObj', 'GroupObj', 'Other', 'User', 'Group'. * * @return the aceType value */ @@ -48,7 +48,7 @@ public AclType aceType() { } /** - * Set the aceType value. + * Set the access control list (ACL) entry type. UserObj and GroupObj denote the owning user and group, respectively. Possible values include: 'UserObj', 'GroupObj', 'Other', 'User', 'Group'. * * @param aceType the aceType value to set * @return the AclCreateOrUpdateParameters object itself. @@ -59,7 +59,7 @@ public AclCreateOrUpdateParameters withAceType(AclType aceType) { } /** - * Get the principalId value. + * Get the Azure AD object ID of the user or group being specified in the access control list (ACL) entry. * * @return the principalId value */ @@ -68,7 +68,7 @@ public UUID principalId() { } /** - * Set the principalId value. + * Set the Azure AD object ID of the user or group being specified in the access control list (ACL) entry. * * @param principalId the principalId value to set * @return the AclCreateOrUpdateParameters object itself. @@ -79,7 +79,7 @@ public AclCreateOrUpdateParameters withPrincipalId(UUID principalId) { } /** - * Get the permission value. + * Get the permission type of the access control list (ACL) entry. Possible values include: 'None', 'Use', 'Create', 'Drop', 'Alter', 'Write', 'All'. * * @return the permission value */ @@ -88,7 +88,7 @@ public PermissionType permission() { } /** - * Set the permission value. + * Set the permission type of the access control list (ACL) entry. Possible values include: 'None', 'Use', 'Create', 'Drop', 'Alter', 'Write', 'All'. * * @param permission the permission value to set * @return the AclCreateOrUpdateParameters object itself. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/AclDeleteParameters.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/AclDeleteParameters.java index bddd24c5213..53605df5c5d 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/AclDeleteParameters.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/AclDeleteParameters.java @@ -8,9 +8,8 @@ package com.microsoft.azure.management.datalake.analytics.models; -import com.fasterxml.jackson.annotation.JsonProperty; - import java.util.UUID; +import com.fasterxml.jackson.annotation.JsonProperty; /** * The parameters used to delete an access control list (ACL) entry. @@ -32,7 +31,7 @@ public class AclDeleteParameters { private UUID principalId; /** - * Get the aceType value. + * Get the access control list (ACL) entry type. UserObj and GroupObj denote the owning user and group, respectively. Possible values include: 'UserObj', 'GroupObj', 'Other', 'User', 'Group'. * * @return the aceType value */ @@ -41,7 +40,7 @@ public AclType aceType() { } /** - * Set the aceType value. + * Set the access control list (ACL) entry type. UserObj and GroupObj denote the owning user and group, respectively. Possible values include: 'UserObj', 'GroupObj', 'Other', 'User', 'Group'. * * @param aceType the aceType value to set * @return the AclDeleteParameters object itself. @@ -52,7 +51,7 @@ public AclDeleteParameters withAceType(AclType aceType) { } /** - * Get the principalId value. + * Get the Azure AD object ID of the user or group being specified in the access control list (ACL) entry. * * @return the principalId value */ @@ -61,7 +60,7 @@ public UUID principalId() { } /** - * Set the principalId value. + * Set the Azure AD object ID of the user or group being specified in the access control list (ACL) entry. * * @param principalId the principalId value to set * @return the AclDeleteParameters object itself. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/AclType.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/AclType.java index 4afb541a280..daa976a513b 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/AclType.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/AclType.java @@ -8,11 +8,10 @@ package com.microsoft.azure.management.datalake.analytics.models; +import java.util.Collection; import com.fasterxml.jackson.annotation.JsonCreator; import com.microsoft.rest.ExpandableStringEnum; -import java.util.Collection; - /** * Defines values for AclType. */ diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/AddDataLakeStoreParameters.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/AddDataLakeStoreParameters.java index 6a0c9c2987e..20a70ece678 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/AddDataLakeStoreParameters.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/AddDataLakeStoreParameters.java @@ -23,7 +23,7 @@ public class AddDataLakeStoreParameters { private String suffix; /** - * Get the suffix value. + * Get the optional suffix for the Data Lake Store account. * * @return the suffix value */ @@ -32,7 +32,7 @@ public String suffix() { } /** - * Set the suffix value. + * Set the optional suffix for the Data Lake Store account. * * @param suffix the suffix value to set * @return the AddDataLakeStoreParameters object itself. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/AddDataLakeStoreWithAccountParameters.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/AddDataLakeStoreWithAccountParameters.java index fed39c33e67..3f4eb1f16e0 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/AddDataLakeStoreWithAccountParameters.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/AddDataLakeStoreWithAccountParameters.java @@ -30,7 +30,7 @@ public class AddDataLakeStoreWithAccountParameters { private String suffix; /** - * Get the name value. + * Get the unique name of the Data Lake Store account to add. * * @return the name value */ @@ -39,7 +39,7 @@ public String name() { } /** - * Set the name value. + * Set the unique name of the Data Lake Store account to add. * * @param name the name value to set * @return the AddDataLakeStoreWithAccountParameters object itself. @@ -50,7 +50,7 @@ public AddDataLakeStoreWithAccountParameters withName(String name) { } /** - * Get the suffix value. + * Get the optional suffix for the Data Lake Store account. * * @return the suffix value */ @@ -59,7 +59,7 @@ public String suffix() { } /** - * Set the suffix value. + * Set the optional suffix for the Data Lake Store account. * * @param suffix the suffix value to set * @return the AddDataLakeStoreWithAccountParameters object itself. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/AddStorageAccountParameters.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/AddStorageAccountParameters.java index 40c21583260..cfd090cb238 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/AddStorageAccountParameters.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/AddStorageAccountParameters.java @@ -30,7 +30,7 @@ public class AddStorageAccountParameters { private String suffix; /** - * Get the accessKey value. + * Get the access key associated with this Azure Storage account that will be used to connect to it. * * @return the accessKey value */ @@ -39,7 +39,7 @@ public String accessKey() { } /** - * Set the accessKey value. + * Set the access key associated with this Azure Storage account that will be used to connect to it. * * @param accessKey the accessKey value to set * @return the AddStorageAccountParameters object itself. @@ -50,7 +50,7 @@ public AddStorageAccountParameters withAccessKey(String accessKey) { } /** - * Get the suffix value. + * Get the optional suffix for the storage account. * * @return the suffix value */ @@ -59,7 +59,7 @@ public String suffix() { } /** - * Set the suffix value. + * Set the optional suffix for the storage account. * * @param suffix the suffix value to set * @return the AddStorageAccountParameters object itself. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/AddStorageAccountWithAccountParameters.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/AddStorageAccountWithAccountParameters.java index 12c10292917..1727018f8c1 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/AddStorageAccountWithAccountParameters.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/AddStorageAccountWithAccountParameters.java @@ -37,7 +37,7 @@ public class AddStorageAccountWithAccountParameters { private String suffix; /** - * Get the name value. + * Get the unique name of the Azure Storage account to add. * * @return the name value */ @@ -46,7 +46,7 @@ public String name() { } /** - * Set the name value. + * Set the unique name of the Azure Storage account to add. * * @param name the name value to set * @return the AddStorageAccountWithAccountParameters object itself. @@ -57,7 +57,7 @@ public AddStorageAccountWithAccountParameters withName(String name) { } /** - * Get the accessKey value. + * Get the access key associated with this Azure Storage account that will be used to connect to it. * * @return the accessKey value */ @@ -66,7 +66,7 @@ public String accessKey() { } /** - * Set the accessKey value. + * Set the access key associated with this Azure Storage account that will be used to connect to it. * * @param accessKey the accessKey value to set * @return the AddStorageAccountWithAccountParameters object itself. @@ -77,7 +77,7 @@ public AddStorageAccountWithAccountParameters withAccessKey(String accessKey) { } /** - * Get the suffix value. + * Get the optional suffix for the storage account. * * @return the suffix value */ @@ -86,7 +86,7 @@ public String suffix() { } /** - * Set the suffix value. + * Set the optional suffix for the storage account. * * @param suffix the suffix value to set * @return the AddStorageAccountWithAccountParameters object itself. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/BaseJobParameters.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/BaseJobParameters.java index bbaa1c5f1d1..c08017eb9e6 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/BaseJobParameters.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/BaseJobParameters.java @@ -15,20 +15,20 @@ */ public class BaseJobParameters { /** - * the job type of the current job (Hive, USql, or Scope (for internal use + * The job type of the current job (Hive, USql, or Scope (for internal use * only)). Possible values include: 'USql', 'Hive', 'Scope'. */ @JsonProperty(value = "type", required = true) private JobType type; /** - * the job specific properties. + * The job specific properties. */ @JsonProperty(value = "properties", required = true) private CreateJobProperties properties; /** - * Get the type value. + * Get the job type of the current job (Hive, USql, or Scope (for internal use only)). Possible values include: 'USql', 'Hive', 'Scope'. * * @return the type value */ @@ -37,7 +37,7 @@ public JobType type() { } /** - * Set the type value. + * Set the job type of the current job (Hive, USql, or Scope (for internal use only)). Possible values include: 'USql', 'Hive', 'Scope'. * * @param type the type value to set * @return the BaseJobParameters object itself. @@ -48,7 +48,7 @@ public BaseJobParameters withType(JobType type) { } /** - * Get the properties value. + * Get the job specific properties. * * @return the properties value */ @@ -57,7 +57,7 @@ public CreateJobProperties properties() { } /** - * Set the properties value. + * Set the job specific properties. * * @param properties the properties value to set * @return the BaseJobParameters object itself. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/BuildJobParameters.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/BuildJobParameters.java index 3e9b0de0e61..6c961b01f39 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/BuildJobParameters.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/BuildJobParameters.java @@ -15,13 +15,13 @@ */ public class BuildJobParameters extends BaseJobParameters { /** - * the friendly name of the job to build. + * The friendly name of the job to build. */ @JsonProperty(value = "name") private String name; /** - * Get the name value. + * Get the friendly name of the job to build. * * @return the name value */ @@ -30,7 +30,7 @@ public String name() { } /** - * Set the name value. + * Set the friendly name of the job to build. * * @param name the name value to set * @return the BuildJobParameters object itself. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CapabilityInformation.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CapabilityInformation.java index 0a91b653215..d1df930bc29 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CapabilityInformation.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CapabilityInformation.java @@ -8,9 +8,8 @@ package com.microsoft.azure.management.datalake.analytics.models; -import com.fasterxml.jackson.annotation.JsonProperty; - import java.util.UUID; +import com.fasterxml.jackson.annotation.JsonProperty; /** * Subscription-level properties and limits for Data Lake Analytics. @@ -48,7 +47,7 @@ public class CapabilityInformation { private Boolean migrationState; /** - * Get the subscriptionId value. + * Get the subscription credentials that uniquely identifies the subscription. * * @return the subscriptionId value */ @@ -57,7 +56,7 @@ public UUID subscriptionId() { } /** - * Get the state value. + * Get the subscription state. Possible values include: 'Registered', 'Suspended', 'Deleted', 'Unregistered', 'Warned'. * * @return the state value */ @@ -66,7 +65,7 @@ public SubscriptionState state() { } /** - * Get the maxAccountCount value. + * Get the maximum supported number of accounts under this subscription. * * @return the maxAccountCount value */ @@ -75,7 +74,7 @@ public Integer maxAccountCount() { } /** - * Get the accountCount value. + * Get the current number of accounts under this subscription. * * @return the accountCount value */ @@ -84,7 +83,7 @@ public Integer accountCount() { } /** - * Get the migrationState value. + * Get the Boolean value of true or false to indicate the maintenance state. * * @return the migrationState value */ diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CatalogItem.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CatalogItem.java index 843cccd2518..684c6e94b63 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CatalogItem.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CatalogItem.java @@ -28,7 +28,7 @@ public class CatalogItem { private UUID version; /** - * Get the computeAccountName value. + * Get the name of the Data Lake Analytics account. * * @return the computeAccountName value */ @@ -37,7 +37,7 @@ public String computeAccountName() { } /** - * Set the computeAccountName value. + * Set the name of the Data Lake Analytics account. * * @param computeAccountName the computeAccountName value to set * @return the CatalogItem object itself. @@ -48,7 +48,7 @@ public CatalogItem withComputeAccountName(String computeAccountName) { } /** - * Get the version value. + * Get the version of the catalog item. * * @return the version value */ @@ -57,7 +57,7 @@ public UUID version() { } /** - * Set the version value. + * Set the version of the catalog item. * * @param version the version value to set * @return the CatalogItem object itself. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CatalogItemList.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CatalogItemList.java index ae149b93ba9..5b81fe05a1a 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CatalogItemList.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CatalogItemList.java @@ -21,7 +21,7 @@ public class CatalogItemList { private String nextLink; /** - * Get the nextLink value. + * Get the link to the next page of results. * * @return the nextLink value */ @@ -30,7 +30,7 @@ public String nextLink() { } /** - * Set the nextLink value. + * Set the link to the next page of results. * * @param nextLink the nextLink value to set * @return the CatalogItemList object itself. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CheckNameAvailabilityParameters.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CheckNameAvailabilityParameters.java index 0af03b7914c..ef72533846a 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CheckNameAvailabilityParameters.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CheckNameAvailabilityParameters.java @@ -35,7 +35,7 @@ public CheckNameAvailabilityParameters() { } /** - * Get the name value. + * Get the Data Lake Analytics name to check availability for. * * @return the name value */ @@ -44,7 +44,7 @@ public String name() { } /** - * Set the name value. + * Set the Data Lake Analytics name to check availability for. * * @param name the name value to set * @return the CheckNameAvailabilityParameters object itself. @@ -55,7 +55,7 @@ public CheckNameAvailabilityParameters withName(String name) { } /** - * Get the type value. + * Get the resource type. Note: This should not be set by the user, as the constant value is Microsoft.DataLakeAnalytics/accounts. * * @return the type value */ @@ -64,7 +64,7 @@ public String type() { } /** - * Set the type value. + * Set the resource type. Note: This should not be set by the user, as the constant value is Microsoft.DataLakeAnalytics/accounts. * * @param type the type value to set * @return the CheckNameAvailabilityParameters object itself. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/ComputePolicy.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/ComputePolicy.java index c5cb2177617..9c5e35c756f 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/ComputePolicy.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/ComputePolicy.java @@ -8,11 +8,10 @@ package com.microsoft.azure.management.datalake.analytics.models; +import java.util.UUID; import com.fasterxml.jackson.annotation.JsonProperty; import com.microsoft.rest.serializer.JsonFlatten; -import java.util.UUID; - /** * Data Lake Analytics compute policy information. */ @@ -45,7 +44,19 @@ public class ComputePolicy extends SubResource { private Integer minPriorityPerJob; /** - * Get the objectId value. + * The resource name. + */ + @JsonProperty(value = "name", access = JsonProperty.Access.WRITE_ONLY) + private String name; + + /** + * The resource type. + */ + @JsonProperty(value = "type", access = JsonProperty.Access.WRITE_ONLY) + private String type; + + /** + * Get the AAD object identifier for the entity to create a policy for. * * @return the objectId value */ @@ -54,7 +65,7 @@ public UUID objectId() { } /** - * Get the objectType value. + * Get the type of AAD object the object identifier refers to. Possible values include: 'User', 'Group', 'ServicePrincipal'. * * @return the objectType value */ @@ -63,7 +74,7 @@ public AADObjectType objectType() { } /** - * Get the maxDegreeOfParallelismPerJob value. + * Get the maximum degree of parallelism per job this user can use to submit jobs. * * @return the maxDegreeOfParallelismPerJob value */ @@ -72,7 +83,7 @@ public Integer maxDegreeOfParallelismPerJob() { } /** - * Get the minPriorityPerJob value. + * Get the minimum priority per job this user can use to submit jobs. * * @return the minPriorityPerJob value */ @@ -80,4 +91,22 @@ public Integer minPriorityPerJob() { return this.minPriorityPerJob; } + /** + * Get the resource name. + * + * @return the name value + */ + public String name() { + return this.name; + } + + /** + * Get the resource type. + * + * @return the type value + */ + public String type() { + return this.type; + } + } diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CreateComputePolicyWithAccountParameters.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CreateComputePolicyWithAccountParameters.java index dff5768c7d1..ffd3eb453b6 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CreateComputePolicyWithAccountParameters.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CreateComputePolicyWithAccountParameters.java @@ -54,7 +54,7 @@ public class CreateComputePolicyWithAccountParameters { private Integer minPriorityPerJob; /** - * Get the name value. + * Get the unique name of the compute policy to create. * * @return the name value */ @@ -63,7 +63,7 @@ public String name() { } /** - * Set the name value. + * Set the unique name of the compute policy to create. * * @param name the name value to set * @return the CreateComputePolicyWithAccountParameters object itself. @@ -74,7 +74,7 @@ public CreateComputePolicyWithAccountParameters withName(String name) { } /** - * Get the objectId value. + * Get the AAD object identifier for the entity to create a policy for. * * @return the objectId value */ @@ -83,7 +83,7 @@ public UUID objectId() { } /** - * Set the objectId value. + * Set the AAD object identifier for the entity to create a policy for. * * @param objectId the objectId value to set * @return the CreateComputePolicyWithAccountParameters object itself. @@ -94,7 +94,7 @@ public CreateComputePolicyWithAccountParameters withObjectId(UUID objectId) { } /** - * Get the objectType value. + * Get the type of AAD object the object identifier refers to. Possible values include: 'User', 'Group', 'ServicePrincipal'. * * @return the objectType value */ @@ -103,7 +103,7 @@ public AADObjectType objectType() { } /** - * Set the objectType value. + * Set the type of AAD object the object identifier refers to. Possible values include: 'User', 'Group', 'ServicePrincipal'. * * @param objectType the objectType value to set * @return the CreateComputePolicyWithAccountParameters object itself. @@ -114,7 +114,7 @@ public CreateComputePolicyWithAccountParameters withObjectType(AADObjectType obj } /** - * Get the maxDegreeOfParallelismPerJob value. + * Get the maximum degree of parallelism per job this user can use to submit jobs. This property, the min priority per job property, or both must be passed. * * @return the maxDegreeOfParallelismPerJob value */ @@ -123,7 +123,7 @@ public Integer maxDegreeOfParallelismPerJob() { } /** - * Set the maxDegreeOfParallelismPerJob value. + * Set the maximum degree of parallelism per job this user can use to submit jobs. This property, the min priority per job property, or both must be passed. * * @param maxDegreeOfParallelismPerJob the maxDegreeOfParallelismPerJob value to set * @return the CreateComputePolicyWithAccountParameters object itself. @@ -134,7 +134,7 @@ public CreateComputePolicyWithAccountParameters withMaxDegreeOfParallelismPerJob } /** - * Get the minPriorityPerJob value. + * Get the minimum priority per job this user can use to submit jobs. This property, the max degree of parallelism per job property, or both must be passed. * * @return the minPriorityPerJob value */ @@ -143,7 +143,7 @@ public Integer minPriorityPerJob() { } /** - * Set the minPriorityPerJob value. + * Set the minimum priority per job this user can use to submit jobs. This property, the max degree of parallelism per job property, or both must be passed. * * @param minPriorityPerJob the minPriorityPerJob value to set * @return the CreateComputePolicyWithAccountParameters object itself. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CreateDataLakeAnalyticsAccountParameters.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CreateDataLakeAnalyticsAccountParameters.java index 520bcbefad8..90a5408d54b 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CreateDataLakeAnalyticsAccountParameters.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CreateDataLakeAnalyticsAccountParameters.java @@ -116,7 +116,7 @@ public class CreateDataLakeAnalyticsAccountParameters { private Integer queryStoreRetention; /** - * Get the location value. + * Get the resource location. * * @return the location value */ @@ -125,7 +125,7 @@ public String location() { } /** - * Set the location value. + * Set the resource location. * * @param location the location value to set * @return the CreateDataLakeAnalyticsAccountParameters object itself. @@ -136,7 +136,7 @@ public CreateDataLakeAnalyticsAccountParameters withLocation(String location) { } /** - * Get the tags value. + * Get the resource tags. * * @return the tags value */ @@ -145,7 +145,7 @@ public Map tags() { } /** - * Set the tags value. + * Set the resource tags. * * @param tags the tags value to set * @return the CreateDataLakeAnalyticsAccountParameters object itself. @@ -156,7 +156,7 @@ public CreateDataLakeAnalyticsAccountParameters withTags(Map tag } /** - * Get the defaultDataLakeStoreAccount value. + * Get the default Data Lake Store account associated with this account. * * @return the defaultDataLakeStoreAccount value */ @@ -165,7 +165,7 @@ public String defaultDataLakeStoreAccount() { } /** - * Set the defaultDataLakeStoreAccount value. + * Set the default Data Lake Store account associated with this account. * * @param defaultDataLakeStoreAccount the defaultDataLakeStoreAccount value to set * @return the CreateDataLakeAnalyticsAccountParameters object itself. @@ -176,7 +176,7 @@ public CreateDataLakeAnalyticsAccountParameters withDefaultDataLakeStoreAccount( } /** - * Get the dataLakeStoreAccounts value. + * Get the list of Data Lake Store accounts associated with this account. * * @return the dataLakeStoreAccounts value */ @@ -185,7 +185,7 @@ public List dataLakeStoreAccounts() { } /** - * Set the dataLakeStoreAccounts value. + * Set the list of Data Lake Store accounts associated with this account. * * @param dataLakeStoreAccounts the dataLakeStoreAccounts value to set * @return the CreateDataLakeAnalyticsAccountParameters object itself. @@ -196,7 +196,7 @@ public CreateDataLakeAnalyticsAccountParameters withDataLakeStoreAccounts(List storageAccounts() { } /** - * Set the storageAccounts value. + * Set the list of Azure Blob Storage accounts associated with this account. * * @param storageAccounts the storageAccounts value to set * @return the CreateDataLakeAnalyticsAccountParameters object itself. @@ -216,7 +216,7 @@ public CreateDataLakeAnalyticsAccountParameters withStorageAccounts(List computePolicies() { } /** - * Set the computePolicies value. + * Set the list of compute policies associated with this account. * * @param computePolicies the computePolicies value to set * @return the CreateDataLakeAnalyticsAccountParameters object itself. @@ -236,7 +236,7 @@ public CreateDataLakeAnalyticsAccountParameters withComputePolicies(List firewallRules() { } /** - * Set the firewallRules value. + * Set the list of firewall rules associated with this account. * * @param firewallRules the firewallRules value to set * @return the CreateDataLakeAnalyticsAccountParameters object itself. @@ -256,7 +256,7 @@ public CreateDataLakeAnalyticsAccountParameters withFirewallRules(List logFilePatterns; /** - * the recurring job relationship information properties. + * The recurring job relationship information properties. */ @JsonProperty(value = "related") private JobRelationshipProperties related; /** - * Get the name value. + * Get the friendly name of the job to submit. * * @return the name value */ @@ -60,7 +60,7 @@ public String name() { } /** - * Set the name value. + * Set the friendly name of the job to submit. * * @param name the name value to set * @return the CreateJobParameters object itself. @@ -71,7 +71,7 @@ public CreateJobParameters withName(String name) { } /** - * Get the degreeOfParallelism value. + * Get the degree of parallelism to use for this job. This must be greater than 0, if set to less than 0 it will default to 1. * * @return the degreeOfParallelism value */ @@ -80,7 +80,7 @@ public Integer degreeOfParallelism() { } /** - * Set the degreeOfParallelism value. + * Set the degree of parallelism to use for this job. This must be greater than 0, if set to less than 0 it will default to 1. * * @param degreeOfParallelism the degreeOfParallelism value to set * @return the CreateJobParameters object itself. @@ -91,7 +91,7 @@ public CreateJobParameters withDegreeOfParallelism(Integer degreeOfParallelism) } /** - * Get the priority value. + * Get the priority value to use for the current job. Lower numbers have a higher priority. By default, a job has a priority of 1000. This must be greater than 0. * * @return the priority value */ @@ -100,7 +100,7 @@ public Integer priority() { } /** - * Set the priority value. + * Set the priority value to use for the current job. Lower numbers have a higher priority. By default, a job has a priority of 1000. This must be greater than 0. * * @param priority the priority value to set * @return the CreateJobParameters object itself. @@ -111,7 +111,7 @@ public CreateJobParameters withPriority(Integer priority) { } /** - * Get the logFilePatterns value. + * Get the list of log file name patterns to find in the logFolder. '*' is the only matching character allowed. Example format: jobExecution*.log or *mylog*.txt. * * @return the logFilePatterns value */ @@ -120,7 +120,7 @@ public List logFilePatterns() { } /** - * Set the logFilePatterns value. + * Set the list of log file name patterns to find in the logFolder. '*' is the only matching character allowed. Example format: jobExecution*.log or *mylog*.txt. * * @param logFilePatterns the logFilePatterns value to set * @return the CreateJobParameters object itself. @@ -131,7 +131,7 @@ public CreateJobParameters withLogFilePatterns(List logFilePatterns) { } /** - * Get the related value. + * Get the recurring job relationship information properties. * * @return the related value */ @@ -140,7 +140,7 @@ public JobRelationshipProperties related() { } /** - * Set the related value. + * Set the recurring job relationship information properties. * * @param related the related value to set * @return the CreateJobParameters object itself. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CreateJobProperties.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CreateJobProperties.java index 2df80928895..16dc685f861 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CreateJobProperties.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CreateJobProperties.java @@ -24,20 +24,20 @@ }) public class CreateJobProperties { /** - * the runtime version of the Data Lake Analytics engine to use for the + * The runtime version of the Data Lake Analytics engine to use for the * specific type of job being run. */ @JsonProperty(value = "runtimeVersion") private String runtimeVersion; /** - * the script to run. Please note that the maximum script size is 3 MB. + * The script to run. Please note that the maximum script size is 3 MB. */ @JsonProperty(value = "script", required = true) private String script; /** - * Get the runtimeVersion value. + * Get the runtime version of the Data Lake Analytics engine to use for the specific type of job being run. * * @return the runtimeVersion value */ @@ -46,7 +46,7 @@ public String runtimeVersion() { } /** - * Set the runtimeVersion value. + * Set the runtime version of the Data Lake Analytics engine to use for the specific type of job being run. * * @param runtimeVersion the runtimeVersion value to set * @return the CreateJobProperties object itself. @@ -57,7 +57,7 @@ public CreateJobProperties withRuntimeVersion(String runtimeVersion) { } /** - * Get the script value. + * Get the script to run. Please note that the maximum script size is 3 MB. * * @return the script value */ @@ -66,7 +66,7 @@ public String script() { } /** - * Set the script value. + * Set the script to run. Please note that the maximum script size is 3 MB. * * @param script the script value to set * @return the CreateJobProperties object itself. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CreateOrUpdateComputePolicyParameters.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CreateOrUpdateComputePolicyParameters.java index cb2a978056f..3235afc5c09 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CreateOrUpdateComputePolicyParameters.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CreateOrUpdateComputePolicyParameters.java @@ -47,7 +47,7 @@ public class CreateOrUpdateComputePolicyParameters { private Integer minPriorityPerJob; /** - * Get the objectId value. + * Get the AAD object identifier for the entity to create a policy for. * * @return the objectId value */ @@ -56,7 +56,7 @@ public UUID objectId() { } /** - * Set the objectId value. + * Set the AAD object identifier for the entity to create a policy for. * * @param objectId the objectId value to set * @return the CreateOrUpdateComputePolicyParameters object itself. @@ -67,7 +67,7 @@ public CreateOrUpdateComputePolicyParameters withObjectId(UUID objectId) { } /** - * Get the objectType value. + * Get the type of AAD object the object identifier refers to. Possible values include: 'User', 'Group', 'ServicePrincipal'. * * @return the objectType value */ @@ -76,7 +76,7 @@ public AADObjectType objectType() { } /** - * Set the objectType value. + * Set the type of AAD object the object identifier refers to. Possible values include: 'User', 'Group', 'ServicePrincipal'. * * @param objectType the objectType value to set * @return the CreateOrUpdateComputePolicyParameters object itself. @@ -87,7 +87,7 @@ public CreateOrUpdateComputePolicyParameters withObjectType(AADObjectType object } /** - * Get the maxDegreeOfParallelismPerJob value. + * Get the maximum degree of parallelism per job this user can use to submit jobs. This property, the min priority per job property, or both must be passed. * * @return the maxDegreeOfParallelismPerJob value */ @@ -96,7 +96,7 @@ public Integer maxDegreeOfParallelismPerJob() { } /** - * Set the maxDegreeOfParallelismPerJob value. + * Set the maximum degree of parallelism per job this user can use to submit jobs. This property, the min priority per job property, or both must be passed. * * @param maxDegreeOfParallelismPerJob the maxDegreeOfParallelismPerJob value to set * @return the CreateOrUpdateComputePolicyParameters object itself. @@ -107,7 +107,7 @@ public CreateOrUpdateComputePolicyParameters withMaxDegreeOfParallelismPerJob(In } /** - * Get the minPriorityPerJob value. + * Get the minimum priority per job this user can use to submit jobs. This property, the max degree of parallelism per job property, or both must be passed. * * @return the minPriorityPerJob value */ @@ -116,7 +116,7 @@ public Integer minPriorityPerJob() { } /** - * Set the minPriorityPerJob value. + * Set the minimum priority per job this user can use to submit jobs. This property, the max degree of parallelism per job property, or both must be passed. * * @param minPriorityPerJob the minPriorityPerJob value to set * @return the CreateOrUpdateComputePolicyParameters object itself. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CreateOrUpdateFirewallRuleParameters.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CreateOrUpdateFirewallRuleParameters.java index 935dcbf328b..c437ff84ef2 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CreateOrUpdateFirewallRuleParameters.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CreateOrUpdateFirewallRuleParameters.java @@ -31,7 +31,7 @@ public class CreateOrUpdateFirewallRuleParameters { private String endIpAddress; /** - * Get the startIpAddress value. + * Get the start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol. * * @return the startIpAddress value */ @@ -40,7 +40,7 @@ public String startIpAddress() { } /** - * Set the startIpAddress value. + * Set the start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol. * * @param startIpAddress the startIpAddress value to set * @return the CreateOrUpdateFirewallRuleParameters object itself. @@ -51,7 +51,7 @@ public CreateOrUpdateFirewallRuleParameters withStartIpAddress(String startIpAdd } /** - * Get the endIpAddress value. + * Get the end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol. * * @return the endIpAddress value */ @@ -60,7 +60,7 @@ public String endIpAddress() { } /** - * Set the endIpAddress value. + * Set the end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol. * * @param endIpAddress the endIpAddress value to set * @return the CreateOrUpdateFirewallRuleParameters object itself. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CreateScopeJobParameters.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CreateScopeJobParameters.java index 64ef2398218..36bea507c23 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CreateScopeJobParameters.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CreateScopeJobParameters.java @@ -8,9 +8,8 @@ package com.microsoft.azure.management.datalake.analytics.models; -import com.fasterxml.jackson.annotation.JsonProperty; - import java.util.Map; +import com.fasterxml.jackson.annotation.JsonProperty; /** * The parameters used to submit a new Data Lake Analytics Scope job. (Only for @@ -18,14 +17,14 @@ */ public class CreateScopeJobParameters extends CreateJobParameters { /** - * the key-value pairs used to add additional metadata to the job - * information. (Only for use internally with Scope job type.). + * The key-value pairs used to add additional metadata to the job + * information. */ @JsonProperty(value = "tags") private Map tags; /** - * Get the tags value. + * Get the key-value pairs used to add additional metadata to the job information. * * @return the tags value */ @@ -34,7 +33,7 @@ public Map tags() { } /** - * Set the tags value. + * Set the key-value pairs used to add additional metadata to the job information. * * @param tags the tags value to set * @return the CreateScopeJobParameters object itself. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CreateScopeJobProperties.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CreateScopeJobProperties.java index 5a5ba8ab720..fcf400683eb 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CreateScopeJobProperties.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CreateScopeJobProperties.java @@ -14,26 +14,27 @@ import com.fasterxml.jackson.annotation.JsonTypeName; /** - * Scope job properties used when submitting Scope jobs. + * Scope job properties used when submitting Scope jobs. (Only for use + * internally with Scope job type.). */ @JsonTypeInfo(use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.PROPERTY, property = "type") @JsonTypeName("Scope") public class CreateScopeJobProperties extends CreateJobProperties { /** - * the list of resources that are required by the job. + * The list of resources that are required by the job. */ @JsonProperty(value = "resources") private List resources; /** - * the list of email addresses, separated by semi-colons, to notify when + * The list of email addresses, separated by semi-colons, to notify when * the job reaches a terminal state. */ @JsonProperty(value = "notifier") private String notifier; /** - * Get the resources value. + * Get the list of resources that are required by the job. * * @return the resources value */ @@ -42,7 +43,7 @@ public List resources() { } /** - * Set the resources value. + * Set the list of resources that are required by the job. * * @param resources the resources value to set * @return the CreateScopeJobProperties object itself. @@ -53,7 +54,7 @@ public CreateScopeJobProperties withResources(List resources) } /** - * Get the notifier value. + * Get the list of email addresses, separated by semi-colons, to notify when the job reaches a terminal state. * * @return the notifier value */ @@ -62,7 +63,7 @@ public String notifier() { } /** - * Set the notifier value. + * Set the list of email addresses, separated by semi-colons, to notify when the job reaches a terminal state. * * @param notifier the notifier value to set * @return the CreateScopeJobProperties object itself. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CreateUSqlJobProperties.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CreateUSqlJobProperties.java index bfe4c2e5d70..dd6477ea0c3 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CreateUSqlJobProperties.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/CreateUSqlJobProperties.java @@ -19,7 +19,7 @@ @JsonTypeName("USql") public class CreateUSqlJobProperties extends CreateJobProperties { /** - * the specific compilation mode for the job used during execution. If this + * The specific compilation mode for the job used during execution. If this * is not specified during submission, the server will determine the * optimal compilation mode. Possible values include: 'Semantic', 'Full', * 'SingleBox'. @@ -28,7 +28,7 @@ public class CreateUSqlJobProperties extends CreateJobProperties { private CompileMode compileMode; /** - * Get the compileMode value. + * Get the specific compilation mode for the job used during execution. If this is not specified during submission, the server will determine the optimal compilation mode. Possible values include: 'Semantic', 'Full', 'SingleBox'. * * @return the compileMode value */ @@ -37,7 +37,7 @@ public CompileMode compileMode() { } /** - * Set the compileMode value. + * Set the specific compilation mode for the job used during execution. If this is not specified during submission, the server will determine the optimal compilation mode. Possible values include: 'Semantic', 'Full', 'SingleBox'. * * @param compileMode the compileMode value to set * @return the CreateUSqlJobProperties object itself. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/DataLakeAnalyticsAccount.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/DataLakeAnalyticsAccount.java index 7f1098ce48a..13d62ffbabe 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/DataLakeAnalyticsAccount.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/DataLakeAnalyticsAccount.java @@ -8,19 +8,20 @@ package com.microsoft.azure.management.datalake.analytics.models; -import com.fasterxml.jackson.annotation.JsonProperty; -import com.microsoft.azure.Resource; -import com.microsoft.rest.serializer.JsonFlatten; +import java.util.UUID; import org.joda.time.DateTime; - import java.util.List; -import java.util.UUID; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.microsoft.rest.serializer.JsonFlatten; +import com.microsoft.rest.SkipParentValidation; +import com.microsoft.azure.Resource; /** * A Data Lake Analytics account object, containing all information associated * with the named Data Lake Analytics account. */ @JsonFlatten +@SkipParentValidation public class DataLakeAnalyticsAccount extends Resource { /** * The unique identifier associated with this Data Lake Analytics account. @@ -175,7 +176,7 @@ public class DataLakeAnalyticsAccount extends Resource { private Integer queryStoreRetention; /** - * Get the accountId value. + * Get the unique identifier associated with this Data Lake Analytics account. * * @return the accountId value */ @@ -184,7 +185,7 @@ public UUID accountId() { } /** - * Get the provisioningState value. + * Get the provisioning status of the Data Lake Analytics account. Possible values include: 'Failed', 'Creating', 'Running', 'Succeeded', 'Patching', 'Suspending', 'Resuming', 'Deleting', 'Deleted', 'Undeleting', 'Canceled'. * * @return the provisioningState value */ @@ -193,7 +194,7 @@ public DataLakeAnalyticsAccountStatus provisioningState() { } /** - * Get the state value. + * Get the state of the Data Lake Analytics account. Possible values include: 'Active', 'Suspended'. * * @return the state value */ @@ -202,7 +203,7 @@ public DataLakeAnalyticsAccountState state() { } /** - * Get the creationTime value. + * Get the account creation time. * * @return the creationTime value */ @@ -211,7 +212,7 @@ public DateTime creationTime() { } /** - * Get the lastModifiedTime value. + * Get the account last modified time. * * @return the lastModifiedTime value */ @@ -220,7 +221,7 @@ public DateTime lastModifiedTime() { } /** - * Get the endpoint value. + * Get the full CName endpoint for this account. * * @return the endpoint value */ @@ -229,7 +230,7 @@ public String endpoint() { } /** - * Get the defaultDataLakeStoreAccount value. + * Get the default Data Lake Store account associated with this account. * * @return the defaultDataLakeStoreAccount value */ @@ -238,7 +239,7 @@ public String defaultDataLakeStoreAccount() { } /** - * Get the dataLakeStoreAccounts value. + * Get the list of Data Lake Store accounts associated with this account. * * @return the dataLakeStoreAccounts value */ @@ -247,7 +248,7 @@ public List dataLakeStoreAccounts() { } /** - * Get the storageAccounts value. + * Get the list of Azure Blob Storage accounts associated with this account. * * @return the storageAccounts value */ @@ -256,7 +257,7 @@ public List storageAccounts() { } /** - * Get the computePolicies value. + * Get the list of compute policies associated with this account. * * @return the computePolicies value */ @@ -265,7 +266,7 @@ public List computePolicies() { } /** - * Get the firewallRules value. + * Get the list of firewall rules associated with this account. * * @return the firewallRules value */ @@ -274,7 +275,7 @@ public List firewallRules() { } /** - * Get the firewallState value. + * Get the current state of the IP address firewall for this account. Possible values include: 'Enabled', 'Disabled'. * * @return the firewallState value */ @@ -283,7 +284,7 @@ public FirewallState firewallState() { } /** - * Get the firewallAllowAzureIps value. + * Get the current state of allowing or disallowing IPs originating within Azure through the firewall. If the firewall is disabled, this is not enforced. Possible values include: 'Enabled', 'Disabled'. * * @return the firewallAllowAzureIps value */ @@ -292,7 +293,7 @@ public FirewallAllowAzureIpsState firewallAllowAzureIps() { } /** - * Get the newTier value. + * Get the commitment tier for the next month. Possible values include: 'Consumption', 'Commitment_100AUHours', 'Commitment_500AUHours', 'Commitment_1000AUHours', 'Commitment_5000AUHours', 'Commitment_10000AUHours', 'Commitment_50000AUHours', 'Commitment_100000AUHours', 'Commitment_500000AUHours'. * * @return the newTier value */ @@ -301,7 +302,7 @@ public TierType newTier() { } /** - * Get the currentTier value. + * Get the commitment tier in use for the current month. Possible values include: 'Consumption', 'Commitment_100AUHours', 'Commitment_500AUHours', 'Commitment_1000AUHours', 'Commitment_5000AUHours', 'Commitment_10000AUHours', 'Commitment_50000AUHours', 'Commitment_100000AUHours', 'Commitment_500000AUHours'. * * @return the currentTier value */ @@ -310,7 +311,7 @@ public TierType currentTier() { } /** - * Get the maxJobCount value. + * Get the maximum supported jobs running under the account at the same time. * * @return the maxJobCount value */ @@ -319,7 +320,7 @@ public Integer maxJobCount() { } /** - * Get the systemMaxJobCount value. + * Get the system defined maximum supported jobs running under the account at the same time, which restricts the maximum number of running jobs the user can set for the account. * * @return the systemMaxJobCount value */ @@ -328,7 +329,7 @@ public Integer systemMaxJobCount() { } /** - * Get the maxDegreeOfParallelism value. + * Get the maximum supported degree of parallelism for this account. * * @return the maxDegreeOfParallelism value */ @@ -337,7 +338,7 @@ public Integer maxDegreeOfParallelism() { } /** - * Get the systemMaxDegreeOfParallelism value. + * Get the system defined maximum supported degree of parallelism for this account, which restricts the maximum value of parallelism the user can set for the account. * * @return the systemMaxDegreeOfParallelism value */ @@ -346,7 +347,7 @@ public Integer systemMaxDegreeOfParallelism() { } /** - * Get the maxDegreeOfParallelismPerJob value. + * Get the maximum supported degree of parallelism per job for this account. * * @return the maxDegreeOfParallelismPerJob value */ @@ -355,7 +356,7 @@ public Integer maxDegreeOfParallelismPerJob() { } /** - * Get the minPriorityPerJob value. + * Get the minimum supported priority per job for this account. * * @return the minPriorityPerJob value */ @@ -364,7 +365,7 @@ public Integer minPriorityPerJob() { } /** - * Get the queryStoreRetention value. + * Get the number of days that job metadata is retained. * * @return the queryStoreRetention value */ diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/DataLakeAnalyticsAccountBasic.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/DataLakeAnalyticsAccountBasic.java index 4bad0a840f2..3f66b3c196a 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/DataLakeAnalyticsAccountBasic.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/DataLakeAnalyticsAccountBasic.java @@ -8,18 +8,19 @@ package com.microsoft.azure.management.datalake.analytics.models; +import java.util.UUID; +import org.joda.time.DateTime; import com.fasterxml.jackson.annotation.JsonProperty; -import com.microsoft.azure.Resource; import com.microsoft.rest.serializer.JsonFlatten; -import org.joda.time.DateTime; - -import java.util.UUID; +import com.microsoft.rest.SkipParentValidation; +import com.microsoft.azure.Resource; /** * A Data Lake Analytics account object, containing all information associated * with the named Data Lake Analytics account. */ @JsonFlatten +@SkipParentValidation public class DataLakeAnalyticsAccountBasic extends Resource { /** * The unique identifier associated with this Data Lake Analytics account. @@ -62,7 +63,7 @@ public class DataLakeAnalyticsAccountBasic extends Resource { private String endpoint; /** - * Get the accountId value. + * Get the unique identifier associated with this Data Lake Analytics account. * * @return the accountId value */ @@ -71,7 +72,7 @@ public UUID accountId() { } /** - * Get the provisioningState value. + * Get the provisioning status of the Data Lake Analytics account. Possible values include: 'Failed', 'Creating', 'Running', 'Succeeded', 'Patching', 'Suspending', 'Resuming', 'Deleting', 'Deleted', 'Undeleting', 'Canceled'. * * @return the provisioningState value */ @@ -80,7 +81,7 @@ public DataLakeAnalyticsAccountStatus provisioningState() { } /** - * Get the state value. + * Get the state of the Data Lake Analytics account. Possible values include: 'Active', 'Suspended'. * * @return the state value */ @@ -89,7 +90,7 @@ public DataLakeAnalyticsAccountState state() { } /** - * Get the creationTime value. + * Get the account creation time. * * @return the creationTime value */ @@ -98,7 +99,7 @@ public DateTime creationTime() { } /** - * Get the lastModifiedTime value. + * Get the account last modified time. * * @return the lastModifiedTime value */ @@ -107,7 +108,7 @@ public DateTime lastModifiedTime() { } /** - * Get the endpoint value. + * Get the full CName endpoint for this account. * * @return the endpoint value */ diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/DataLakeAnalyticsCatalogCredentialCreateParameters.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/DataLakeAnalyticsCatalogCredentialCreateParameters.java index ca62a8c2ee0..68e0bacf659 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/DataLakeAnalyticsCatalogCredentialCreateParameters.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/DataLakeAnalyticsCatalogCredentialCreateParameters.java @@ -35,7 +35,7 @@ public class DataLakeAnalyticsCatalogCredentialCreateParameters { private String userId; /** - * Get the password value. + * Get the password for the credential and user with access to the data source. * * @return the password value */ @@ -44,7 +44,7 @@ public String password() { } /** - * Set the password value. + * Set the password for the credential and user with access to the data source. * * @param password the password value to set * @return the DataLakeAnalyticsCatalogCredentialCreateParameters object itself. @@ -55,7 +55,7 @@ public DataLakeAnalyticsCatalogCredentialCreateParameters withPassword(String pa } /** - * Get the uri value. + * Get the URI identifier for the data source this credential can connect to in the format <hostname>:<port>. * * @return the uri value */ @@ -64,7 +64,7 @@ public String uri() { } /** - * Set the uri value. + * Set the URI identifier for the data source this credential can connect to in the format <hostname>:<port>. * * @param uri the uri value to set * @return the DataLakeAnalyticsCatalogCredentialCreateParameters object itself. @@ -75,7 +75,7 @@ public DataLakeAnalyticsCatalogCredentialCreateParameters withUri(String uri) { } /** - * Get the userId value. + * Get the object identifier for the user associated with this credential with access to the data source. * * @return the userId value */ @@ -84,7 +84,7 @@ public String userId() { } /** - * Set the userId value. + * Set the object identifier for the user associated with this credential with access to the data source. * * @param userId the userId value to set * @return the DataLakeAnalyticsCatalogCredentialCreateParameters object itself. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/DataLakeAnalyticsCatalogCredentialDeleteParameters.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/DataLakeAnalyticsCatalogCredentialDeleteParameters.java index 0a4460c80f0..a84940991bb 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/DataLakeAnalyticsCatalogCredentialDeleteParameters.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/DataLakeAnalyticsCatalogCredentialDeleteParameters.java @@ -22,7 +22,7 @@ public class DataLakeAnalyticsCatalogCredentialDeleteParameters { private String password; /** - * Get the password value. + * Get the current password for the credential and user with access to the data source. This is required if the requester is not the account owner. * * @return the password value */ @@ -31,7 +31,7 @@ public String password() { } /** - * Set the password value. + * Set the current password for the credential and user with access to the data source. This is required if the requester is not the account owner. * * @param password the password value to set * @return the DataLakeAnalyticsCatalogCredentialDeleteParameters object itself. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/DataLakeAnalyticsCatalogCredentialUpdateParameters.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/DataLakeAnalyticsCatalogCredentialUpdateParameters.java index cf5a175c966..e0363143274 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/DataLakeAnalyticsCatalogCredentialUpdateParameters.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/DataLakeAnalyticsCatalogCredentialUpdateParameters.java @@ -43,7 +43,7 @@ public class DataLakeAnalyticsCatalogCredentialUpdateParameters { private String userId; /** - * Get the password value. + * Get the current password for the credential and user with access to the data source. This is required if the requester is not the account owner. * * @return the password value */ @@ -52,7 +52,7 @@ public String password() { } /** - * Set the password value. + * Set the current password for the credential and user with access to the data source. This is required if the requester is not the account owner. * * @param password the password value to set * @return the DataLakeAnalyticsCatalogCredentialUpdateParameters object itself. @@ -63,7 +63,7 @@ public DataLakeAnalyticsCatalogCredentialUpdateParameters withPassword(String pa } /** - * Get the newPassword value. + * Get the new password for the credential and user with access to the data source. * * @return the newPassword value */ @@ -72,7 +72,7 @@ public String newPassword() { } /** - * Set the newPassword value. + * Set the new password for the credential and user with access to the data source. * * @param newPassword the newPassword value to set * @return the DataLakeAnalyticsCatalogCredentialUpdateParameters object itself. @@ -83,7 +83,7 @@ public DataLakeAnalyticsCatalogCredentialUpdateParameters withNewPassword(String } /** - * Get the uri value. + * Get the URI identifier for the data source this credential can connect to in the format <hostname>:<port>. * * @return the uri value */ @@ -92,7 +92,7 @@ public String uri() { } /** - * Set the uri value. + * Set the URI identifier for the data source this credential can connect to in the format <hostname>:<port>. * * @param uri the uri value to set * @return the DataLakeAnalyticsCatalogCredentialUpdateParameters object itself. @@ -103,7 +103,7 @@ public DataLakeAnalyticsCatalogCredentialUpdateParameters withUri(String uri) { } /** - * Get the userId value. + * Get the object identifier for the user associated with this credential with access to the data source. * * @return the userId value */ @@ -112,7 +112,7 @@ public String userId() { } /** - * Set the userId value. + * Set the object identifier for the user associated with this credential with access to the data source. * * @param userId the userId value to set * @return the DataLakeAnalyticsCatalogCredentialUpdateParameters object itself. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters.java index fa43b3be9e1..02a4d419801 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters.java @@ -30,7 +30,7 @@ public class DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters { private String uri; /** - * Get the password value. + * Get the password for the secret to pass in. * * @return the password value */ @@ -39,7 +39,7 @@ public String password() { } /** - * Set the password value. + * Set the password for the secret to pass in. * * @param password the password value to set * @return the DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters object itself. @@ -50,7 +50,7 @@ public DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters withPassword(Strin } /** - * Get the uri value. + * Get the URI identifier for the secret in the format <hostname>:<port>. * * @return the uri value */ @@ -59,7 +59,7 @@ public String uri() { } /** - * Set the uri value. + * Set the URI identifier for the secret in the format <hostname>:<port>. * * @param uri the uri value to set * @return the DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters object itself. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/DataLakeStoreAccountInformation.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/DataLakeStoreAccountInformation.java index ab174cd4bc3..3147d7bbbb2 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/DataLakeStoreAccountInformation.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/DataLakeStoreAccountInformation.java @@ -23,7 +23,19 @@ public class DataLakeStoreAccountInformation extends SubResource { private String suffix; /** - * Get the suffix value. + * The resource name. + */ + @JsonProperty(value = "name", access = JsonProperty.Access.WRITE_ONLY) + private String name; + + /** + * The resource type. + */ + @JsonProperty(value = "type", access = JsonProperty.Access.WRITE_ONLY) + private String type; + + /** + * Get the optional suffix for the Data Lake Store account. * * @return the suffix value */ @@ -31,4 +43,22 @@ public String suffix() { return this.suffix; } + /** + * Get the resource name. + * + * @return the name value + */ + public String name() { + return this.name; + } + + /** + * Get the resource type. + * + * @return the type value + */ + public String type() { + return this.type; + } + } diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/DdlName.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/DdlName.java index 6b6e6a97e4e..260bba540b2 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/DdlName.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/DdlName.java @@ -39,7 +39,7 @@ public class DdlName { private String server; /** - * Get the firstPart value. + * Get the name of the table associated with this database and schema. * * @return the firstPart value */ @@ -48,7 +48,7 @@ public String firstPart() { } /** - * Set the firstPart value. + * Set the name of the table associated with this database and schema. * * @param firstPart the firstPart value to set * @return the DdlName object itself. @@ -59,7 +59,7 @@ public DdlName withFirstPart(String firstPart) { } /** - * Get the secondPart value. + * Get the name of the table associated with this database and schema. * * @return the secondPart value */ @@ -68,7 +68,7 @@ public String secondPart() { } /** - * Set the secondPart value. + * Set the name of the table associated with this database and schema. * * @param secondPart the secondPart value to set * @return the DdlName object itself. @@ -79,7 +79,7 @@ public DdlName withSecondPart(String secondPart) { } /** - * Get the thirdPart value. + * Get the name of the table associated with this database and schema. * * @return the thirdPart value */ @@ -88,7 +88,7 @@ public String thirdPart() { } /** - * Set the thirdPart value. + * Set the name of the table associated with this database and schema. * * @param thirdPart the thirdPart value to set * @return the DdlName object itself. @@ -99,7 +99,7 @@ public DdlName withThirdPart(String thirdPart) { } /** - * Get the server value. + * Get the name of the table associated with this database and schema. * * @return the server value */ @@ -108,7 +108,7 @@ public String server() { } /** - * Set the server value. + * Set the name of the table associated with this database and schema. * * @param server the server value to set * @return the DdlName object itself. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/Diagnostics.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/Diagnostics.java index bc2bbf205af..2c2ae29a8d2 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/Diagnostics.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/Diagnostics.java @@ -15,62 +15,62 @@ */ public class Diagnostics { /** - * the column where the error occured. + * The error message. */ - @JsonProperty(value = "columnNumber", access = JsonProperty.Access.WRITE_ONLY) - private Integer columnNumber; + @JsonProperty(value = "message", access = JsonProperty.Access.WRITE_ONLY) + private String message; /** - * the ending index of the error. + * The severity of the error. Possible values include: 'Warning', 'Error', + * 'Info', 'SevereWarning', 'Deprecated', 'UserWarning'. */ - @JsonProperty(value = "end", access = JsonProperty.Access.WRITE_ONLY) - private Integer end; + @JsonProperty(value = "severity", access = JsonProperty.Access.WRITE_ONLY) + private SeverityTypes severity; /** - * the line number the error occured on. + * The line number the error occured on. */ @JsonProperty(value = "lineNumber", access = JsonProperty.Access.WRITE_ONLY) private Integer lineNumber; /** - * the error message. + * The column where the error occured. */ - @JsonProperty(value = "message", access = JsonProperty.Access.WRITE_ONLY) - private String message; + @JsonProperty(value = "columnNumber", access = JsonProperty.Access.WRITE_ONLY) + private Integer columnNumber; /** - * the severity of the error. Possible values include: 'Warning', 'Error', - * 'Info', 'SevereWarning', 'Deprecated', 'UserWarning'. + * The starting index of the error. */ - @JsonProperty(value = "severity", access = JsonProperty.Access.WRITE_ONLY) - private SeverityTypes severity; + @JsonProperty(value = "start", access = JsonProperty.Access.WRITE_ONLY) + private Integer start; /** - * the starting index of the error. + * The ending index of the error. */ - @JsonProperty(value = "start", access = JsonProperty.Access.WRITE_ONLY) - private Integer start; + @JsonProperty(value = "end", access = JsonProperty.Access.WRITE_ONLY) + private Integer end; /** - * Get the columnNumber value. + * Get the error message. * - * @return the columnNumber value + * @return the message value */ - public Integer columnNumber() { - return this.columnNumber; + public String message() { + return this.message; } /** - * Get the end value. + * Get the severity of the error. Possible values include: 'Warning', 'Error', 'Info', 'SevereWarning', 'Deprecated', 'UserWarning'. * - * @return the end value + * @return the severity value */ - public Integer end() { - return this.end; + public SeverityTypes severity() { + return this.severity; } /** - * Get the lineNumber value. + * Get the line number the error occured on. * * @return the lineNumber value */ @@ -79,30 +79,30 @@ public Integer lineNumber() { } /** - * Get the message value. + * Get the column where the error occured. * - * @return the message value + * @return the columnNumber value */ - public String message() { - return this.message; + public Integer columnNumber() { + return this.columnNumber; } /** - * Get the severity value. + * Get the starting index of the error. * - * @return the severity value + * @return the start value */ - public SeverityTypes severity() { - return this.severity; + public Integer start() { + return this.start; } /** - * Get the start value. + * Get the ending index of the error. * - * @return the start value + * @return the end value */ - public Integer start() { - return this.start; + public Integer end() { + return this.end; } } diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/EntityId.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/EntityId.java index da1ff1a1438..6073cedaee3 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/EntityId.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/EntityId.java @@ -8,9 +8,8 @@ package com.microsoft.azure.management.datalake.analytics.models; -import com.fasterxml.jackson.annotation.JsonProperty; - import java.util.UUID; +import com.fasterxml.jackson.annotation.JsonProperty; /** * A Data Lake Analytics catalog entity identifier object. @@ -30,7 +29,7 @@ public class EntityId { private UUID version; /** - * Get the name value. + * Get the name of the external table associated with this database, schema and table. * * @return the name value */ @@ -39,7 +38,7 @@ public DdlName name() { } /** - * Set the name value. + * Set the name of the external table associated with this database, schema and table. * * @param name the name value to set * @return the EntityId object itself. @@ -50,7 +49,7 @@ public EntityId withName(DdlName name) { } /** - * Get the version value. + * Get the version of the external data source. * * @return the version value */ @@ -59,7 +58,7 @@ public UUID version() { } /** - * Set the version value. + * Set the version of the external data source. * * @param version the version value to set * @return the EntityId object itself. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/ExternalTable.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/ExternalTable.java index 860c0e91d09..2f0c53588ce 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/ExternalTable.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/ExternalTable.java @@ -27,7 +27,7 @@ public class ExternalTable { private EntityId dataSource; /** - * Get the tableName value. + * Get the name of the table associated with this database and schema. * * @return the tableName value */ @@ -36,7 +36,7 @@ public String tableName() { } /** - * Set the tableName value. + * Set the name of the table associated with this database and schema. * * @param tableName the tableName value to set * @return the ExternalTable object itself. @@ -47,7 +47,7 @@ public ExternalTable withTableName(String tableName) { } /** - * Get the dataSource value. + * Get the data source associated with this external table. * * @return the dataSource value */ @@ -56,7 +56,7 @@ public EntityId dataSource() { } /** - * Set the dataSource value. + * Set the data source associated with this external table. * * @param dataSource the dataSource value to set * @return the ExternalTable object itself. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/FileType.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/FileType.java index bc62811b9a3..9ac1eb2799d 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/FileType.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/FileType.java @@ -8,11 +8,10 @@ package com.microsoft.azure.management.datalake.analytics.models; +import java.util.Collection; import com.fasterxml.jackson.annotation.JsonCreator; import com.microsoft.rest.ExpandableStringEnum; -import java.util.Collection; - /** * Defines values for FileType. */ diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/FirewallRule.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/FirewallRule.java index ec24097c7ac..b7435992ef6 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/FirewallRule.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/FirewallRule.java @@ -31,7 +31,19 @@ public class FirewallRule extends SubResource { private String endIpAddress; /** - * Get the startIpAddress value. + * The resource name. + */ + @JsonProperty(value = "name", access = JsonProperty.Access.WRITE_ONLY) + private String name; + + /** + * The resource type. + */ + @JsonProperty(value = "type", access = JsonProperty.Access.WRITE_ONLY) + private String type; + + /** + * Get the start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol. * * @return the startIpAddress value */ @@ -40,7 +52,7 @@ public String startIpAddress() { } /** - * Get the endIpAddress value. + * Get the end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol. * * @return the endIpAddress value */ @@ -48,4 +60,22 @@ public String endIpAddress() { return this.endIpAddress; } + /** + * Get the resource name. + * + * @return the name value + */ + public String name() { + return this.name; + } + + /** + * Get the resource type. + * + * @return the type value + */ + public String type() { + return this.type; + } + } diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/HiveJobProperties.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/HiveJobProperties.java index c2705111b00..ae2ddd42469 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/HiveJobProperties.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/HiveJobProperties.java @@ -19,32 +19,32 @@ @JsonTypeName("Hive") public class HiveJobProperties extends JobProperties { /** - * the Hive logs location. + * The Hive logs location. */ @JsonProperty(value = "logsLocation", access = JsonProperty.Access.WRITE_ONLY) private String logsLocation; /** - * the location of Hive job output files (both execution output and + * The location of Hive job output files (both execution output and * results). */ @JsonProperty(value = "outputLocation", access = JsonProperty.Access.WRITE_ONLY) private String outputLocation; /** - * the number of statements that will be run based on the script. + * The number of statements that will be run based on the script. */ @JsonProperty(value = "statementCount", access = JsonProperty.Access.WRITE_ONLY) private Integer statementCount; /** - * the number of statements that have been run based on the script. + * The number of statements that have been run based on the script. */ @JsonProperty(value = "executedStatementCount", access = JsonProperty.Access.WRITE_ONLY) private Integer executedStatementCount; /** - * Get the logsLocation value. + * Get the Hive logs location. * * @return the logsLocation value */ @@ -53,7 +53,7 @@ public String logsLocation() { } /** - * Get the outputLocation value. + * Get the location of Hive job output files (both execution output and results). * * @return the outputLocation value */ @@ -62,7 +62,7 @@ public String outputLocation() { } /** - * Get the statementCount value. + * Get the number of statements that will be run based on the script. * * @return the statementCount value */ @@ -71,7 +71,7 @@ public Integer statementCount() { } /** - * Get the executedStatementCount value. + * Get the number of statements that have been run based on the script. * * @return the executedStatementCount value */ diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobDataPath.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobDataPath.java index 7f3c37bd50f..6df50ccb65f 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobDataPath.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobDataPath.java @@ -8,35 +8,34 @@ package com.microsoft.azure.management.datalake.analytics.models; -import com.fasterxml.jackson.annotation.JsonProperty; - -import java.util.List; import java.util.UUID; +import java.util.List; +import com.fasterxml.jackson.annotation.JsonProperty; /** * A Data Lake Analytics job data path item. */ public class JobDataPath { /** - * the id of the job this data is for. + * The ID of the job this data is for. */ @JsonProperty(value = "jobId", access = JsonProperty.Access.WRITE_ONLY) private UUID jobId; /** - * the command that this job data relates to. + * The command that this job data relates to. */ @JsonProperty(value = "command", access = JsonProperty.Access.WRITE_ONLY) private String command; /** - * the list of paths to all of the job data. + * The list of paths to all of the job data. */ @JsonProperty(value = "paths", access = JsonProperty.Access.WRITE_ONLY) private List paths; /** - * Get the jobId value. + * Get the ID of the job this data is for. * * @return the jobId value */ @@ -45,7 +44,7 @@ public UUID jobId() { } /** - * Get the command value. + * Get the command that this job data relates to. * * @return the command value */ @@ -54,7 +53,7 @@ public String command() { } /** - * Get the paths value. + * Get the list of paths to all of the job data. * * @return the paths value */ diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobErrorDetails.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobErrorDetails.java index 4b434e680a7..f84f4e9cbf5 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobErrorDetails.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobErrorDetails.java @@ -15,175 +15,175 @@ */ public class JobErrorDetails { /** - * the error message description. + * The specific identifier for the type of error encountered in the job. */ - @JsonProperty(value = "description", access = JsonProperty.Access.WRITE_ONLY) - private String description; + @JsonProperty(value = "errorId", access = JsonProperty.Access.WRITE_ONLY) + private String errorId; /** - * the details of the error message. + * The severity level of the failure. Possible values include: 'Warning', + * 'Error', 'Info', 'SevereWarning', 'Deprecated', 'UserWarning'. */ - @JsonProperty(value = "details", access = JsonProperty.Access.WRITE_ONLY) - private String details; + @JsonProperty(value = "severity", access = JsonProperty.Access.WRITE_ONLY) + private SeverityTypes severity; /** - * the end offset in the job where the error was found. + * The ultimate source of the failure (usually either SYSTEM or USER). */ - @JsonProperty(value = "endOffset", access = JsonProperty.Access.WRITE_ONLY) - private Integer endOffset; + @JsonProperty(value = "source", access = JsonProperty.Access.WRITE_ONLY) + private String source; /** - * the specific identifier for the type of error encountered in the job. + * The user friendly error message for the failure. */ - @JsonProperty(value = "errorId", access = JsonProperty.Access.WRITE_ONLY) - private String errorId; + @JsonProperty(value = "message", access = JsonProperty.Access.WRITE_ONLY) + private String message; /** - * the path to any supplemental error files, if any. + * The error message description. */ - @JsonProperty(value = "filePath", access = JsonProperty.Access.WRITE_ONLY) - private String filePath; + @JsonProperty(value = "description", access = JsonProperty.Access.WRITE_ONLY) + private String description; /** - * the link to MSDN or Azure help for this type of error, if any. + * The details of the error message. */ - @JsonProperty(value = "helpLink", access = JsonProperty.Access.WRITE_ONLY) - private String helpLink; + @JsonProperty(value = "details", access = JsonProperty.Access.WRITE_ONLY) + private String details; /** - * the internal diagnostic stack trace if the user requesting the job error - * details has sufficient permissions it will be retrieved, otherwise it - * will be empty. + * The specific line number in the job where the error occured. */ - @JsonProperty(value = "internalDiagnostics", access = JsonProperty.Access.WRITE_ONLY) - private String internalDiagnostics; + @JsonProperty(value = "lineNumber", access = JsonProperty.Access.WRITE_ONLY) + private Integer lineNumber; /** - * the specific line number in the job where the error occured. + * The start offset in the job where the error was found. */ - @JsonProperty(value = "lineNumber", access = JsonProperty.Access.WRITE_ONLY) - private Integer lineNumber; + @JsonProperty(value = "startOffset", access = JsonProperty.Access.WRITE_ONLY) + private Integer startOffset; /** - * the user friendly error message for the failure. + * The end offset in the job where the error was found. */ - @JsonProperty(value = "message", access = JsonProperty.Access.WRITE_ONLY) - private String message; + @JsonProperty(value = "endOffset", access = JsonProperty.Access.WRITE_ONLY) + private Integer endOffset; /** - * the recommended resolution for the failure, if any. + * The recommended resolution for the failure, if any. */ @JsonProperty(value = "resolution", access = JsonProperty.Access.WRITE_ONLY) private String resolution; /** - * the inner error of this specific job error message, if any. + * The path to any supplemental error files, if any. */ - @JsonProperty(value = "innerError", access = JsonProperty.Access.WRITE_ONLY) - private JobInnerError innerError; + @JsonProperty(value = "filePath", access = JsonProperty.Access.WRITE_ONLY) + private String filePath; /** - * the severity level of the failure. Possible values include: 'Warning', - * 'Error', 'Info', 'SevereWarning', 'Deprecated', 'UserWarning'. + * The link to MSDN or Azure help for this type of error, if any. */ - @JsonProperty(value = "severity", access = JsonProperty.Access.WRITE_ONLY) - private SeverityTypes severity; + @JsonProperty(value = "helpLink", access = JsonProperty.Access.WRITE_ONLY) + private String helpLink; /** - * the ultimate source of the failure (usually either SYSTEM or USER). + * The internal diagnostic stack trace if the user requesting the job error + * details has sufficient permissions it will be retrieved, otherwise it + * will be empty. */ - @JsonProperty(value = "source", access = JsonProperty.Access.WRITE_ONLY) - private String source; + @JsonProperty(value = "internalDiagnostics", access = JsonProperty.Access.WRITE_ONLY) + private String internalDiagnostics; /** - * the start offset in the job where the error was found. + * The inner error of this specific job error message, if any. */ - @JsonProperty(value = "startOffset", access = JsonProperty.Access.WRITE_ONLY) - private Integer startOffset; + @JsonProperty(value = "innerError", access = JsonProperty.Access.WRITE_ONLY) + private JobInnerError innerError; /** - * Get the description value. + * Get the specific identifier for the type of error encountered in the job. * - * @return the description value + * @return the errorId value */ - public String description() { - return this.description; + public String errorId() { + return this.errorId; } /** - * Get the details value. + * Get the severity level of the failure. Possible values include: 'Warning', 'Error', 'Info', 'SevereWarning', 'Deprecated', 'UserWarning'. * - * @return the details value + * @return the severity value */ - public String details() { - return this.details; + public SeverityTypes severity() { + return this.severity; } /** - * Get the endOffset value. + * Get the ultimate source of the failure (usually either SYSTEM or USER). * - * @return the endOffset value + * @return the source value */ - public Integer endOffset() { - return this.endOffset; + public String source() { + return this.source; } /** - * Get the errorId value. + * Get the user friendly error message for the failure. * - * @return the errorId value + * @return the message value */ - public String errorId() { - return this.errorId; + public String message() { + return this.message; } /** - * Get the filePath value. + * Get the error message description. * - * @return the filePath value + * @return the description value */ - public String filePath() { - return this.filePath; + public String description() { + return this.description; } /** - * Get the helpLink value. + * Get the details of the error message. * - * @return the helpLink value + * @return the details value */ - public String helpLink() { - return this.helpLink; + public String details() { + return this.details; } /** - * Get the internalDiagnostics value. + * Get the specific line number in the job where the error occured. * - * @return the internalDiagnostics value + * @return the lineNumber value */ - public String internalDiagnostics() { - return this.internalDiagnostics; + public Integer lineNumber() { + return this.lineNumber; } /** - * Get the lineNumber value. + * Get the start offset in the job where the error was found. * - * @return the lineNumber value + * @return the startOffset value */ - public Integer lineNumber() { - return this.lineNumber; + public Integer startOffset() { + return this.startOffset; } /** - * Get the message value. + * Get the end offset in the job where the error was found. * - * @return the message value + * @return the endOffset value */ - public String message() { - return this.message; + public Integer endOffset() { + return this.endOffset; } /** - * Get the resolution value. + * Get the recommended resolution for the failure, if any. * * @return the resolution value */ @@ -192,39 +192,39 @@ public String resolution() { } /** - * Get the innerError value. + * Get the path to any supplemental error files, if any. * - * @return the innerError value + * @return the filePath value */ - public JobInnerError innerError() { - return this.innerError; + public String filePath() { + return this.filePath; } /** - * Get the severity value. + * Get the link to MSDN or Azure help for this type of error, if any. * - * @return the severity value + * @return the helpLink value */ - public SeverityTypes severity() { - return this.severity; + public String helpLink() { + return this.helpLink; } /** - * Get the source value. + * Get the internal diagnostic stack trace if the user requesting the job error details has sufficient permissions it will be retrieved, otherwise it will be empty. * - * @return the source value + * @return the internalDiagnostics value */ - public String source() { - return this.source; + public String internalDiagnostics() { + return this.internalDiagnostics; } /** - * Get the startOffset value. + * Get the inner error of this specific job error message, if any. * - * @return the startOffset value + * @return the innerError value */ - public Integer startOffset() { - return this.startOffset; + public JobInnerError innerError() { + return this.innerError; } } diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobInformation.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobInformation.java index 01b037b0bec..554ce3387b4 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobInformation.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobInformation.java @@ -17,26 +17,26 @@ */ public class JobInformation extends JobInformationBasic { /** - * the error message details for the job, if the job failed. + * The error message details for the job, if the job failed. */ @JsonProperty(value = "errorMessage", access = JsonProperty.Access.WRITE_ONLY) private List errorMessage; /** - * the job state audit records, indicating when various operations have + * The job state audit records, indicating when various operations have * been performed on this job. */ @JsonProperty(value = "stateAuditRecords", access = JsonProperty.Access.WRITE_ONLY) private List stateAuditRecords; /** - * the job specific properties. + * The job specific properties. */ @JsonProperty(value = "properties", required = true) private JobProperties properties; /** - * Get the errorMessage value. + * Get the error message details for the job, if the job failed. * * @return the errorMessage value */ @@ -45,7 +45,7 @@ public List errorMessage() { } /** - * Get the stateAuditRecords value. + * Get the job state audit records, indicating when various operations have been performed on this job. * * @return the stateAuditRecords value */ @@ -54,7 +54,7 @@ public List stateAuditRecords() { } /** - * Get the properties value. + * Get the job specific properties. * * @return the properties value */ @@ -63,7 +63,7 @@ public JobProperties properties() { } /** - * Set the properties value. + * Set the job specific properties. * * @param properties the properties value to set * @return the JobInformation object itself. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobInformationBasic.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobInformationBasic.java index 7e710c3347f..f7a3890fdb6 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobInformationBasic.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobInformationBasic.java @@ -19,39 +19,39 @@ */ public class JobInformationBasic { /** - * the job's unique identifier (a GUID). + * The job's unique identifier (a GUID). */ @JsonProperty(value = "jobId", access = JsonProperty.Access.WRITE_ONLY) private UUID jobId; /** - * the friendly name of the job. + * The friendly name of the job. */ @JsonProperty(value = "name", required = true) private String name; /** - * the job type of the current job (Hive, USql, or Scope (for internal use + * The job type of the current job (Hive, USql, or Scope (for internal use * only)). Possible values include: 'USql', 'Hive', 'Scope'. */ @JsonProperty(value = "type", required = true) private JobType type; /** - * the user or account that submitted the job. + * The user or account that submitted the job. */ @JsonProperty(value = "submitter", access = JsonProperty.Access.WRITE_ONLY) private String submitter; /** - * the degree of parallelism used for this job. This must be greater than + * The degree of parallelism used for this job. This must be greater than * 0, if set to less than 0 it will default to 1. */ @JsonProperty(value = "degreeOfParallelism") private Integer degreeOfParallelism; /** - * the priority value for the current job. Lower numbers have a higher + * The priority value for the current job. Lower numbers have a higher * priority. By default, a job has a priority of 1000. This must be greater * than 0. */ @@ -59,25 +59,25 @@ public class JobInformationBasic { private Integer priority; /** - * the time the job was submitted to the service. + * The time the job was submitted to the service. */ @JsonProperty(value = "submitTime", access = JsonProperty.Access.WRITE_ONLY) private DateTime submitTime; /** - * the start time of the job. + * The start time of the job. */ @JsonProperty(value = "startTime", access = JsonProperty.Access.WRITE_ONLY) private DateTime startTime; /** - * the completion time of the job. + * The completion time of the job. */ @JsonProperty(value = "endTime", access = JsonProperty.Access.WRITE_ONLY) private DateTime endTime; /** - * the job state. When the job is in the Ended state, refer to Result and + * The job state. When the job is in the Ended state, refer to Result and * ErrorMessage for details. Possible values include: 'Accepted', * 'Compiling', 'Ended', 'New', 'Queued', 'Running', 'Scheduling', * 'Starting', 'Paused', 'WaitingForCapacity'. @@ -86,21 +86,21 @@ public class JobInformationBasic { private JobState state; /** - * the result of job execution or the current result of the running job. + * The result of job execution or the current result of the running job. * Possible values include: 'None', 'Succeeded', 'Cancelled', 'Failed'. */ @JsonProperty(value = "result", access = JsonProperty.Access.WRITE_ONLY) private JobResult result; /** - * the log folder path to use in the following format: + * The log folder path to use in the following format: * adl://<accountName>.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/03/13/17/18/5fe51957-93bc-4de0-8ddc-c5a4753b068b/logs/. */ @JsonProperty(value = "logFolder", access = JsonProperty.Access.WRITE_ONLY) private String logFolder; /** - * the list of log file name patterns to find in the logFolder. '*' is the + * The list of log file name patterns to find in the logFolder. '*' is the * only matching character allowed. Example format: jobExecution*.log or * *mylog*.txt. */ @@ -108,20 +108,20 @@ public class JobInformationBasic { private List logFilePatterns; /** - * the recurring job relationship information properties. + * The recurring job relationship information properties. */ @JsonProperty(value = "related") private JobRelationshipProperties related; /** - * the key-value pairs used to add additional metadata to the job + * The key-value pairs used to add additional metadata to the job * information. (Only for use internally with Scope job type.). */ @JsonProperty(value = "tags") private Map tags; /** - * Get the jobId value. + * Get the job's unique identifier (a GUID). * * @return the jobId value */ @@ -130,7 +130,7 @@ public UUID jobId() { } /** - * Get the name value. + * Get the friendly name of the job. * * @return the name value */ @@ -139,7 +139,7 @@ public String name() { } /** - * Set the name value. + * Set the friendly name of the job. * * @param name the name value to set * @return the JobInformationBasic object itself. @@ -150,7 +150,7 @@ public JobInformationBasic withName(String name) { } /** - * Get the type value. + * Get the job type of the current job (Hive, USql, or Scope (for internal use only)). Possible values include: 'USql', 'Hive', 'Scope'. * * @return the type value */ @@ -159,7 +159,7 @@ public JobType type() { } /** - * Set the type value. + * Set the job type of the current job (Hive, USql, or Scope (for internal use only)). Possible values include: 'USql', 'Hive', 'Scope'. * * @param type the type value to set * @return the JobInformationBasic object itself. @@ -170,7 +170,7 @@ public JobInformationBasic withType(JobType type) { } /** - * Get the submitter value. + * Get the user or account that submitted the job. * * @return the submitter value */ @@ -179,7 +179,7 @@ public String submitter() { } /** - * Get the degreeOfParallelism value. + * Get the degree of parallelism used for this job. This must be greater than 0, if set to less than 0 it will default to 1. * * @return the degreeOfParallelism value */ @@ -188,7 +188,7 @@ public Integer degreeOfParallelism() { } /** - * Set the degreeOfParallelism value. + * Set the degree of parallelism used for this job. This must be greater than 0, if set to less than 0 it will default to 1. * * @param degreeOfParallelism the degreeOfParallelism value to set * @return the JobInformationBasic object itself. @@ -199,7 +199,7 @@ public JobInformationBasic withDegreeOfParallelism(Integer degreeOfParallelism) } /** - * Get the priority value. + * Get the priority value for the current job. Lower numbers have a higher priority. By default, a job has a priority of 1000. This must be greater than 0. * * @return the priority value */ @@ -208,7 +208,7 @@ public Integer priority() { } /** - * Set the priority value. + * Set the priority value for the current job. Lower numbers have a higher priority. By default, a job has a priority of 1000. This must be greater than 0. * * @param priority the priority value to set * @return the JobInformationBasic object itself. @@ -219,7 +219,7 @@ public JobInformationBasic withPriority(Integer priority) { } /** - * Get the submitTime value. + * Get the time the job was submitted to the service. * * @return the submitTime value */ @@ -228,7 +228,7 @@ public DateTime submitTime() { } /** - * Get the startTime value. + * Get the start time of the job. * * @return the startTime value */ @@ -237,7 +237,7 @@ public DateTime startTime() { } /** - * Get the endTime value. + * Get the completion time of the job. * * @return the endTime value */ @@ -246,7 +246,7 @@ public DateTime endTime() { } /** - * Get the state value. + * Get the job state. When the job is in the Ended state, refer to Result and ErrorMessage for details. Possible values include: 'Accepted', 'Compiling', 'Ended', 'New', 'Queued', 'Running', 'Scheduling', 'Starting', 'Paused', 'WaitingForCapacity'. * * @return the state value */ @@ -255,7 +255,7 @@ public JobState state() { } /** - * Get the result value. + * Get the result of job execution or the current result of the running job. Possible values include: 'None', 'Succeeded', 'Cancelled', 'Failed'. * * @return the result value */ @@ -264,7 +264,7 @@ public JobResult result() { } /** - * Get the logFolder value. + * Get the log folder path to use in the following format: adl://<accountName>.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/03/13/17/18/5fe51957-93bc-4de0-8ddc-c5a4753b068b/logs/. * * @return the logFolder value */ @@ -273,7 +273,7 @@ public String logFolder() { } /** - * Get the logFilePatterns value. + * Get the list of log file name patterns to find in the logFolder. '*' is the only matching character allowed. Example format: jobExecution*.log or *mylog*.txt. * * @return the logFilePatterns value */ @@ -282,7 +282,7 @@ public List logFilePatterns() { } /** - * Set the logFilePatterns value. + * Set the list of log file name patterns to find in the logFolder. '*' is the only matching character allowed. Example format: jobExecution*.log or *mylog*.txt. * * @param logFilePatterns the logFilePatterns value to set * @return the JobInformationBasic object itself. @@ -293,7 +293,7 @@ public JobInformationBasic withLogFilePatterns(List logFilePatterns) { } /** - * Get the related value. + * Get the recurring job relationship information properties. * * @return the related value */ @@ -302,7 +302,7 @@ public JobRelationshipProperties related() { } /** - * Set the related value. + * Set the recurring job relationship information properties. * * @param related the related value to set * @return the JobInformationBasic object itself. @@ -313,7 +313,7 @@ public JobInformationBasic withRelated(JobRelationshipProperties related) { } /** - * Get the tags value. + * Get the key-value pairs used to add additional metadata to the job information. (Only for use internally with Scope job type.). * * @return the tags value */ @@ -322,7 +322,7 @@ public Map tags() { } /** - * Set the tags value. + * Set the key-value pairs used to add additional metadata to the job information. (Only for use internally with Scope job type.). * * @param tags the tags value to set * @return the JobInformationBasic object itself. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobInnerError.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobInnerError.java index 3de60b1ce77..16af518bc53 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobInnerError.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobInnerError.java @@ -15,91 +15,91 @@ */ public class JobInnerError { /** - * the diagnostic error code. + * The specific identifier for the type of error encountered in the job. */ - @JsonProperty(value = "diagnosticCode", access = JsonProperty.Access.WRITE_ONLY) - private Integer diagnosticCode; + @JsonProperty(value = "errorId", access = JsonProperty.Access.WRITE_ONLY) + private String errorId; /** - * the severity level of the failure. Possible values include: 'Warning', + * The severity level of the failure. Possible values include: 'Warning', * 'Error', 'Info', 'SevereWarning', 'Deprecated', 'UserWarning'. */ @JsonProperty(value = "severity", access = JsonProperty.Access.WRITE_ONLY) private SeverityTypes severity; /** - * the details of the error message. + * The ultimate source of the failure (usually either SYSTEM or USER). */ - @JsonProperty(value = "details", access = JsonProperty.Access.WRITE_ONLY) - private String details; + @JsonProperty(value = "source", access = JsonProperty.Access.WRITE_ONLY) + private String source; /** - * the component that failed. + * The user friendly error message for the failure. */ - @JsonProperty(value = "component", access = JsonProperty.Access.WRITE_ONLY) - private String component; + @JsonProperty(value = "message", access = JsonProperty.Access.WRITE_ONLY) + private String message; /** - * the specific identifier for the type of error encountered in the job. + * The error message description. */ - @JsonProperty(value = "errorId", access = JsonProperty.Access.WRITE_ONLY) - private String errorId; + @JsonProperty(value = "description", access = JsonProperty.Access.WRITE_ONLY) + private String description; /** - * the link to MSDN or Azure help for this type of error, if any. + * The details of the error message. */ - @JsonProperty(value = "helpLink", access = JsonProperty.Access.WRITE_ONLY) - private String helpLink; + @JsonProperty(value = "details", access = JsonProperty.Access.WRITE_ONLY) + private String details; /** - * the internal diagnostic stack trace if the user requesting the job error - * details has sufficient permissions it will be retrieved, otherwise it - * will be empty. + * The diagnostic error code. */ - @JsonProperty(value = "internalDiagnostics", access = JsonProperty.Access.WRITE_ONLY) - private String internalDiagnostics; + @JsonProperty(value = "diagnosticCode", access = JsonProperty.Access.WRITE_ONLY) + private Integer diagnosticCode; /** - * the user friendly error message for the failure. + * The component that failed. */ - @JsonProperty(value = "message", access = JsonProperty.Access.WRITE_ONLY) - private String message; + @JsonProperty(value = "component", access = JsonProperty.Access.WRITE_ONLY) + private String component; /** - * the recommended resolution for the failure, if any. + * The recommended resolution for the failure, if any. */ @JsonProperty(value = "resolution", access = JsonProperty.Access.WRITE_ONLY) private String resolution; /** - * the ultimate source of the failure (usually either SYSTEM or USER). + * The link to MSDN or Azure help for this type of error, if any. */ - @JsonProperty(value = "source", access = JsonProperty.Access.WRITE_ONLY) - private String source; + @JsonProperty(value = "helpLink", access = JsonProperty.Access.WRITE_ONLY) + private String helpLink; /** - * the error message description. + * The internal diagnostic stack trace if the user requesting the job error + * details has sufficient permissions it will be retrieved, otherwise it + * will be empty. */ - @JsonProperty(value = "description", access = JsonProperty.Access.WRITE_ONLY) - private String description; + @JsonProperty(value = "internalDiagnostics", access = JsonProperty.Access.WRITE_ONLY) + private String internalDiagnostics; /** - * the inner error of this specific job error message, if any. + * The inner error of this specific job error message, if any. */ @JsonProperty(value = "innerError", access = JsonProperty.Access.WRITE_ONLY) private JobInnerError innerError; /** - * Get the diagnosticCode value. + * Get the specific identifier for the type of error encountered in the job. * - * @return the diagnosticCode value + * @return the errorId value */ - public Integer diagnosticCode() { - return this.diagnosticCode; + public String errorId() { + return this.errorId; } /** - * Get the severity value. + * Get the severity level of the failure. Possible values include: 'Warning', 'Error', 'Info', 'SevereWarning', 'Deprecated', 'UserWarning'. * * @return the severity value */ @@ -108,61 +108,61 @@ public SeverityTypes severity() { } /** - * Get the details value. + * Get the ultimate source of the failure (usually either SYSTEM or USER). * - * @return the details value + * @return the source value */ - public String details() { - return this.details; + public String source() { + return this.source; } /** - * Get the component value. + * Get the user friendly error message for the failure. * - * @return the component value + * @return the message value */ - public String component() { - return this.component; + public String message() { + return this.message; } /** - * Get the errorId value. + * Get the error message description. * - * @return the errorId value + * @return the description value */ - public String errorId() { - return this.errorId; + public String description() { + return this.description; } /** - * Get the helpLink value. + * Get the details of the error message. * - * @return the helpLink value + * @return the details value */ - public String helpLink() { - return this.helpLink; + public String details() { + return this.details; } /** - * Get the internalDiagnostics value. + * Get the diagnostic error code. * - * @return the internalDiagnostics value + * @return the diagnosticCode value */ - public String internalDiagnostics() { - return this.internalDiagnostics; + public Integer diagnosticCode() { + return this.diagnosticCode; } /** - * Get the message value. + * Get the component that failed. * - * @return the message value + * @return the component value */ - public String message() { - return this.message; + public String component() { + return this.component; } /** - * Get the resolution value. + * Get the recommended resolution for the failure, if any. * * @return the resolution value */ @@ -171,25 +171,25 @@ public String resolution() { } /** - * Get the source value. + * Get the link to MSDN or Azure help for this type of error, if any. * - * @return the source value + * @return the helpLink value */ - public String source() { - return this.source; + public String helpLink() { + return this.helpLink; } /** - * Get the description value. + * Get the internal diagnostic stack trace if the user requesting the job error details has sufficient permissions it will be retrieved, otherwise it will be empty. * - * @return the description value + * @return the internalDiagnostics value */ - public String description() { - return this.description; + public String internalDiagnostics() { + return this.internalDiagnostics; } /** - * Get the innerError value. + * Get the inner error of this specific job error message, if any. * * @return the innerError value */ diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobPipelineInformation.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobPipelineInformation.java index a024b3dab87..d695cbe9de3 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobPipelineInformation.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobPipelineInformation.java @@ -19,83 +19,83 @@ */ public class JobPipelineInformation { /** - * the job relationship pipeline identifier (a GUID). + * The job relationship pipeline identifier (a GUID). */ @JsonProperty(value = "pipelineId", access = JsonProperty.Access.WRITE_ONLY) private UUID pipelineId; /** - * the friendly name of the job relationship pipeline, which does not need + * The friendly name of the job relationship pipeline, which does not need * to be unique. */ @JsonProperty(value = "pipelineName", access = JsonProperty.Access.WRITE_ONLY) private String pipelineName; /** - * the pipeline uri, unique, links to the originating service for this + * The pipeline uri, unique, links to the originating service for this * pipeline. */ @JsonProperty(value = "pipelineUri", access = JsonProperty.Access.WRITE_ONLY) private String pipelineUri; /** - * the number of jobs in this pipeline that have failed. + * The number of jobs in this pipeline that have failed. */ @JsonProperty(value = "numJobsFailed", access = JsonProperty.Access.WRITE_ONLY) private Integer numJobsFailed; /** - * the number of jobs in this pipeline that have been canceled. + * The number of jobs in this pipeline that have been canceled. */ @JsonProperty(value = "numJobsCanceled", access = JsonProperty.Access.WRITE_ONLY) private Integer numJobsCanceled; /** - * the number of jobs in this pipeline that have succeeded. + * The number of jobs in this pipeline that have succeeded. */ @JsonProperty(value = "numJobsSucceeded", access = JsonProperty.Access.WRITE_ONLY) private Integer numJobsSucceeded; /** - * the number of job execution hours that resulted in failed jobs. + * The number of job execution hours that resulted in failed jobs. */ @JsonProperty(value = "auHoursFailed", access = JsonProperty.Access.WRITE_ONLY) private Double auHoursFailed; /** - * the number of job execution hours that resulted in canceled jobs. + * The number of job execution hours that resulted in canceled jobs. */ @JsonProperty(value = "auHoursCanceled", access = JsonProperty.Access.WRITE_ONLY) private Double auHoursCanceled; /** - * the number of job execution hours that resulted in successful jobs. + * The number of job execution hours that resulted in successful jobs. */ @JsonProperty(value = "auHoursSucceeded", access = JsonProperty.Access.WRITE_ONLY) private Double auHoursSucceeded; /** - * the last time a job in this pipeline was submitted. + * The last time a job in this pipeline was submitted. */ @JsonProperty(value = "lastSubmitTime", access = JsonProperty.Access.WRITE_ONLY) private DateTime lastSubmitTime; /** - * the list of recurrence identifiers representing each run of this + * The list of recurrence identifiers representing each run of this * pipeline. */ @JsonProperty(value = "runs", access = JsonProperty.Access.WRITE_ONLY) private List runs; /** - * the list of recurrence identifiers representing each run of this + * The list of recurrence identifiers representing each run of this * pipeline. */ @JsonProperty(value = "recurrences", access = JsonProperty.Access.WRITE_ONLY) private List recurrences; /** - * Get the pipelineId value. + * Get the job relationship pipeline identifier (a GUID). * * @return the pipelineId value */ @@ -104,7 +104,7 @@ public UUID pipelineId() { } /** - * Get the pipelineName value. + * Get the friendly name of the job relationship pipeline, which does not need to be unique. * * @return the pipelineName value */ @@ -113,7 +113,7 @@ public String pipelineName() { } /** - * Get the pipelineUri value. + * Get the pipeline uri, unique, links to the originating service for this pipeline. * * @return the pipelineUri value */ @@ -122,7 +122,7 @@ public String pipelineUri() { } /** - * Get the numJobsFailed value. + * Get the number of jobs in this pipeline that have failed. * * @return the numJobsFailed value */ @@ -131,7 +131,7 @@ public Integer numJobsFailed() { } /** - * Get the numJobsCanceled value. + * Get the number of jobs in this pipeline that have been canceled. * * @return the numJobsCanceled value */ @@ -140,7 +140,7 @@ public Integer numJobsCanceled() { } /** - * Get the numJobsSucceeded value. + * Get the number of jobs in this pipeline that have succeeded. * * @return the numJobsSucceeded value */ @@ -149,7 +149,7 @@ public Integer numJobsSucceeded() { } /** - * Get the auHoursFailed value. + * Get the number of job execution hours that resulted in failed jobs. * * @return the auHoursFailed value */ @@ -158,7 +158,7 @@ public Double auHoursFailed() { } /** - * Get the auHoursCanceled value. + * Get the number of job execution hours that resulted in canceled jobs. * * @return the auHoursCanceled value */ @@ -167,7 +167,7 @@ public Double auHoursCanceled() { } /** - * Get the auHoursSucceeded value. + * Get the number of job execution hours that resulted in successful jobs. * * @return the auHoursSucceeded value */ @@ -176,7 +176,7 @@ public Double auHoursSucceeded() { } /** - * Get the lastSubmitTime value. + * Get the last time a job in this pipeline was submitted. * * @return the lastSubmitTime value */ @@ -185,7 +185,7 @@ public DateTime lastSubmitTime() { } /** - * Get the runs value. + * Get the list of recurrence identifiers representing each run of this pipeline. * * @return the runs value */ @@ -194,7 +194,7 @@ public List runs() { } /** - * Get the recurrences value. + * Get the list of recurrence identifiers representing each run of this pipeline. * * @return the recurrences value */ diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobPipelineRunInformation.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobPipelineRunInformation.java index 8d0bd708aff..94e1d3702fb 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobPipelineRunInformation.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobPipelineRunInformation.java @@ -8,29 +8,28 @@ package com.microsoft.azure.management.datalake.analytics.models; -import com.fasterxml.jackson.annotation.JsonProperty; -import org.joda.time.DateTime; - import java.util.UUID; +import org.joda.time.DateTime; +import com.fasterxml.jackson.annotation.JsonProperty; /** * Run info for a specific job pipeline. */ public class JobPipelineRunInformation { /** - * the run identifier of an instance of pipeline executions (a GUID). + * The run identifier of an instance of pipeline executions (a GUID). */ @JsonProperty(value = "runId", access = JsonProperty.Access.WRITE_ONLY) private UUID runId; /** - * the time this instance was last submitted. + * The time this instance was last submitted. */ @JsonProperty(value = "lastSubmitTime", access = JsonProperty.Access.WRITE_ONLY) private DateTime lastSubmitTime; /** - * Get the runId value. + * Get the run identifier of an instance of pipeline executions (a GUID). * * @return the runId value */ @@ -39,7 +38,7 @@ public UUID runId() { } /** - * Get the lastSubmitTime value. + * Get the time this instance was last submitted. * * @return the lastSubmitTime value */ diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobProperties.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobProperties.java index 1bcdc7a45b9..63515aabe89 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobProperties.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobProperties.java @@ -20,25 +20,25 @@ @JsonTypeName("JobProperties") @JsonSubTypes({ @JsonSubTypes.Type(name = "USql", value = USqlJobProperties.class), - @JsonSubTypes.Type(name = "Scope", value = ScopeJobProperties.class), - @JsonSubTypes.Type(name = "Hive", value = HiveJobProperties.class) + @JsonSubTypes.Type(name = "Hive", value = HiveJobProperties.class), + @JsonSubTypes.Type(name = "Scope", value = ScopeJobProperties.class) }) public class JobProperties { /** - * the runtime version of the Data Lake Analytics engine to use for the + * The runtime version of the Data Lake Analytics engine to use for the * specific type of job being run. */ @JsonProperty(value = "runtimeVersion") private String runtimeVersion; /** - * the script to run. Please note that the maximum script size is 3 MB. + * The script to run. Please note that the maximum script size is 3 MB. */ @JsonProperty(value = "script", required = true) private String script; /** - * Get the runtimeVersion value. + * Get the runtime version of the Data Lake Analytics engine to use for the specific type of job being run. * * @return the runtimeVersion value */ @@ -47,7 +47,7 @@ public String runtimeVersion() { } /** - * Set the runtimeVersion value. + * Set the runtime version of the Data Lake Analytics engine to use for the specific type of job being run. * * @param runtimeVersion the runtimeVersion value to set * @return the JobProperties object itself. @@ -58,7 +58,7 @@ public JobProperties withRuntimeVersion(String runtimeVersion) { } /** - * Get the script value. + * Get the script to run. Please note that the maximum script size is 3 MB. * * @return the script value */ @@ -67,7 +67,7 @@ public String script() { } /** - * Set the script value. + * Set the script to run. Please note that the maximum script size is 3 MB. * * @param script the script value to set * @return the JobProperties object itself. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobRecurrenceInformation.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobRecurrenceInformation.java index 172db60f29b..1972f48a7c5 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobRecurrenceInformation.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobRecurrenceInformation.java @@ -8,17 +8,16 @@ package com.microsoft.azure.management.datalake.analytics.models; -import com.fasterxml.jackson.annotation.JsonProperty; -import org.joda.time.DateTime; - import java.util.UUID; +import org.joda.time.DateTime; +import com.fasterxml.jackson.annotation.JsonProperty; /** * Recurrence job information for a specific recurrence. */ public class JobRecurrenceInformation { /** - * the recurrence identifier (a GUID), unique per activity/script, + * The recurrence identifier (a GUID), unique per activity/script, * regardless of iterations. This is something to link different * occurrences of the same job together. */ @@ -26,56 +25,56 @@ public class JobRecurrenceInformation { private UUID recurrenceId; /** - * the recurrence name, user friendly name for the correlation between + * The recurrence name, user friendly name for the correlation between * jobs. */ @JsonProperty(value = "recurrenceName", access = JsonProperty.Access.WRITE_ONLY) private String recurrenceName; /** - * the number of jobs in this recurrence that have failed. + * The number of jobs in this recurrence that have failed. */ @JsonProperty(value = "numJobsFailed", access = JsonProperty.Access.WRITE_ONLY) private Integer numJobsFailed; /** - * the number of jobs in this recurrence that have been canceled. + * The number of jobs in this recurrence that have been canceled. */ @JsonProperty(value = "numJobsCanceled", access = JsonProperty.Access.WRITE_ONLY) private Integer numJobsCanceled; /** - * the number of jobs in this recurrence that have succeeded. + * The number of jobs in this recurrence that have succeeded. */ @JsonProperty(value = "numJobsSucceeded", access = JsonProperty.Access.WRITE_ONLY) private Integer numJobsSucceeded; /** - * the number of job execution hours that resulted in failed jobs. + * The number of job execution hours that resulted in failed jobs. */ @JsonProperty(value = "auHoursFailed", access = JsonProperty.Access.WRITE_ONLY) private Double auHoursFailed; /** - * the number of job execution hours that resulted in canceled jobs. + * The number of job execution hours that resulted in canceled jobs. */ @JsonProperty(value = "auHoursCanceled", access = JsonProperty.Access.WRITE_ONLY) private Double auHoursCanceled; /** - * the number of job execution hours that resulted in successful jobs. + * The number of job execution hours that resulted in successful jobs. */ @JsonProperty(value = "auHoursSucceeded", access = JsonProperty.Access.WRITE_ONLY) private Double auHoursSucceeded; /** - * the last time a job in this recurrence was submitted. + * The last time a job in this recurrence was submitted. */ @JsonProperty(value = "lastSubmitTime", access = JsonProperty.Access.WRITE_ONLY) private DateTime lastSubmitTime; /** - * Get the recurrenceId value. + * Get the recurrence identifier (a GUID), unique per activity/script, regardless of iterations. This is something to link different occurrences of the same job together. * * @return the recurrenceId value */ @@ -84,7 +83,7 @@ public UUID recurrenceId() { } /** - * Get the recurrenceName value. + * Get the recurrence name, user friendly name for the correlation between jobs. * * @return the recurrenceName value */ @@ -93,7 +92,7 @@ public String recurrenceName() { } /** - * Get the numJobsFailed value. + * Get the number of jobs in this recurrence that have failed. * * @return the numJobsFailed value */ @@ -102,7 +101,7 @@ public Integer numJobsFailed() { } /** - * Get the numJobsCanceled value. + * Get the number of jobs in this recurrence that have been canceled. * * @return the numJobsCanceled value */ @@ -111,7 +110,7 @@ public Integer numJobsCanceled() { } /** - * Get the numJobsSucceeded value. + * Get the number of jobs in this recurrence that have succeeded. * * @return the numJobsSucceeded value */ @@ -120,7 +119,7 @@ public Integer numJobsSucceeded() { } /** - * Get the auHoursFailed value. + * Get the number of job execution hours that resulted in failed jobs. * * @return the auHoursFailed value */ @@ -129,7 +128,7 @@ public Double auHoursFailed() { } /** - * Get the auHoursCanceled value. + * Get the number of job execution hours that resulted in canceled jobs. * * @return the auHoursCanceled value */ @@ -138,7 +137,7 @@ public Double auHoursCanceled() { } /** - * Get the auHoursSucceeded value. + * Get the number of job execution hours that resulted in successful jobs. * * @return the auHoursSucceeded value */ @@ -147,7 +146,7 @@ public Double auHoursSucceeded() { } /** - * Get the lastSubmitTime value. + * Get the last time a job in this recurrence was submitted. * * @return the lastSubmitTime value */ diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobRelationshipProperties.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobRelationshipProperties.java index 0032efce72e..192ddde149f 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobRelationshipProperties.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobRelationshipProperties.java @@ -8,9 +8,8 @@ package com.microsoft.azure.management.datalake.analytics.models; -import com.fasterxml.jackson.annotation.JsonProperty; - import java.util.UUID; +import com.fasterxml.jackson.annotation.JsonProperty; /** * Job relationship information properties including pipeline information, @@ -18,34 +17,34 @@ */ public class JobRelationshipProperties { /** - * the job relationship pipeline identifier (a GUID). + * The job relationship pipeline identifier (a GUID). */ @JsonProperty(value = "pipelineId") private UUID pipelineId; /** - * the friendly name of the job relationship pipeline, which does not need + * The friendly name of the job relationship pipeline, which does not need * to be unique. */ @JsonProperty(value = "pipelineName") private String pipelineName; /** - * the pipeline uri, unique, links to the originating service for this + * The pipeline uri, unique, links to the originating service for this * pipeline. */ @JsonProperty(value = "pipelineUri") private String pipelineUri; /** - * the run identifier (a GUID), unique identifier of the iteration of this + * The run identifier (a GUID), unique identifier of the iteration of this * pipeline. */ @JsonProperty(value = "runId") private UUID runId; /** - * the recurrence identifier (a GUID), unique per activity/script, + * The recurrence identifier (a GUID), unique per activity/script, * regardless of iterations. This is something to link different * occurrences of the same job together. */ @@ -53,14 +52,14 @@ public class JobRelationshipProperties { private UUID recurrenceId; /** - * the recurrence name, user friendly name for the correlation between + * The recurrence name, user friendly name for the correlation between * jobs. */ @JsonProperty(value = "recurrenceName") private String recurrenceName; /** - * Get the pipelineId value. + * Get the job relationship pipeline identifier (a GUID). * * @return the pipelineId value */ @@ -69,7 +68,7 @@ public UUID pipelineId() { } /** - * Set the pipelineId value. + * Set the job relationship pipeline identifier (a GUID). * * @param pipelineId the pipelineId value to set * @return the JobRelationshipProperties object itself. @@ -80,7 +79,7 @@ public JobRelationshipProperties withPipelineId(UUID pipelineId) { } /** - * Get the pipelineName value. + * Get the friendly name of the job relationship pipeline, which does not need to be unique. * * @return the pipelineName value */ @@ -89,7 +88,7 @@ public String pipelineName() { } /** - * Set the pipelineName value. + * Set the friendly name of the job relationship pipeline, which does not need to be unique. * * @param pipelineName the pipelineName value to set * @return the JobRelationshipProperties object itself. @@ -100,7 +99,7 @@ public JobRelationshipProperties withPipelineName(String pipelineName) { } /** - * Get the pipelineUri value. + * Get the pipeline uri, unique, links to the originating service for this pipeline. * * @return the pipelineUri value */ @@ -109,7 +108,7 @@ public String pipelineUri() { } /** - * Set the pipelineUri value. + * Set the pipeline uri, unique, links to the originating service for this pipeline. * * @param pipelineUri the pipelineUri value to set * @return the JobRelationshipProperties object itself. @@ -120,7 +119,7 @@ public JobRelationshipProperties withPipelineUri(String pipelineUri) { } /** - * Get the runId value. + * Get the run identifier (a GUID), unique identifier of the iteration of this pipeline. * * @return the runId value */ @@ -129,7 +128,7 @@ public UUID runId() { } /** - * Set the runId value. + * Set the run identifier (a GUID), unique identifier of the iteration of this pipeline. * * @param runId the runId value to set * @return the JobRelationshipProperties object itself. @@ -140,7 +139,7 @@ public JobRelationshipProperties withRunId(UUID runId) { } /** - * Get the recurrenceId value. + * Get the recurrence identifier (a GUID), unique per activity/script, regardless of iterations. This is something to link different occurrences of the same job together. * * @return the recurrenceId value */ @@ -149,7 +148,7 @@ public UUID recurrenceId() { } /** - * Set the recurrenceId value. + * Set the recurrence identifier (a GUID), unique per activity/script, regardless of iterations. This is something to link different occurrences of the same job together. * * @param recurrenceId the recurrenceId value to set * @return the JobRelationshipProperties object itself. @@ -160,7 +159,7 @@ public JobRelationshipProperties withRecurrenceId(UUID recurrenceId) { } /** - * Get the recurrenceName value. + * Get the recurrence name, user friendly name for the correlation between jobs. * * @return the recurrenceName value */ @@ -169,7 +168,7 @@ public String recurrenceName() { } /** - * Set the recurrenceName value. + * Set the recurrence name, user friendly name for the correlation between jobs. * * @param recurrenceName the recurrenceName value to set * @return the JobRelationshipProperties object itself. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobResource.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobResource.java index cb1bad6fa34..da05ba48a41 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobResource.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobResource.java @@ -15,19 +15,19 @@ */ public class JobResource { /** - * the name of the resource. + * The name of the resource. */ @JsonProperty(value = "name") private String name; /** - * the path to the resource. + * The path to the resource. */ @JsonProperty(value = "resourcePath") private String resourcePath; /** - * the job resource type. Possible values include: 'VertexResource', + * The job resource type. Possible values include: 'VertexResource', * 'JobManagerResource', 'StatisticsResource', * 'VertexResourceInUserFolder', 'JobManagerResourceInUserFolder', * 'StatisticsResourceInUserFolder'. @@ -36,7 +36,7 @@ public class JobResource { private JobResourceType type; /** - * Get the name value. + * Get the name of the resource. * * @return the name value */ @@ -45,7 +45,7 @@ public String name() { } /** - * Set the name value. + * Set the name of the resource. * * @param name the name value to set * @return the JobResource object itself. @@ -56,7 +56,7 @@ public JobResource withName(String name) { } /** - * Get the resourcePath value. + * Get the path to the resource. * * @return the resourcePath value */ @@ -65,7 +65,7 @@ public String resourcePath() { } /** - * Set the resourcePath value. + * Set the path to the resource. * * @param resourcePath the resourcePath value to set * @return the JobResource object itself. @@ -76,7 +76,7 @@ public JobResource withResourcePath(String resourcePath) { } /** - * Get the type value. + * Get the job resource type. Possible values include: 'VertexResource', 'JobManagerResource', 'StatisticsResource', 'VertexResourceInUserFolder', 'JobManagerResourceInUserFolder', 'StatisticsResourceInUserFolder'. * * @return the type value */ @@ -85,7 +85,7 @@ public JobResourceType type() { } /** - * Set the type value. + * Set the job resource type. Possible values include: 'VertexResource', 'JobManagerResource', 'StatisticsResource', 'VertexResourceInUserFolder', 'JobManagerResourceInUserFolder', 'StatisticsResourceInUserFolder'. * * @param type the type value to set * @return the JobResource object itself. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobStateAuditRecord.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobStateAuditRecord.java index e4fcfe8448c..21bb0fa555b 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobStateAuditRecord.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobStateAuditRecord.java @@ -17,31 +17,31 @@ */ public class JobStateAuditRecord { /** - * the new state the job is in. + * The new state the job is in. */ @JsonProperty(value = "newState", access = JsonProperty.Access.WRITE_ONLY) private String newState; /** - * the time stamp that the state change took place. + * The time stamp that the state change took place. */ @JsonProperty(value = "timeStamp", access = JsonProperty.Access.WRITE_ONLY) private DateTime timeStamp; /** - * the user who requests the change. + * The user who requests the change. */ @JsonProperty(value = "requestedByUser", access = JsonProperty.Access.WRITE_ONLY) private String requestedByUser; /** - * the details of the audit log. + * The details of the audit log. */ @JsonProperty(value = "details", access = JsonProperty.Access.WRITE_ONLY) private String details; /** - * Get the newState value. + * Get the new state the job is in. * * @return the newState value */ @@ -50,7 +50,7 @@ public String newState() { } /** - * Get the timeStamp value. + * Get the time stamp that the state change took place. * * @return the timeStamp value */ @@ -59,7 +59,7 @@ public DateTime timeStamp() { } /** - * Get the requestedByUser value. + * Get the user who requests the change. * * @return the requestedByUser value */ @@ -68,7 +68,7 @@ public String requestedByUser() { } /** - * Get the details value. + * Get the details of the audit log. * * @return the details value */ diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobStatistics.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobStatistics.java index 92bd4751733..4d99ca560f6 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobStatistics.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobStatistics.java @@ -17,25 +17,25 @@ */ public class JobStatistics { /** - * the last update time for the statistics. + * The last update time for the statistics. */ @JsonProperty(value = "lastUpdateTimeUtc", access = JsonProperty.Access.WRITE_ONLY) private DateTime lastUpdateTimeUtc; /** - * the job finalizing start time. + * The job finalizing start time. */ @JsonProperty(value = "finalizingTimeUtc", access = JsonProperty.Access.WRITE_ONLY) private DateTime finalizingTimeUtc; /** - * the list of stages for the job. + * The list of stages for the job. */ @JsonProperty(value = "stages", access = JsonProperty.Access.WRITE_ONLY) private List stages; /** - * Get the lastUpdateTimeUtc value. + * Get the last update time for the statistics. * * @return the lastUpdateTimeUtc value */ @@ -44,7 +44,7 @@ public DateTime lastUpdateTimeUtc() { } /** - * Get the finalizingTimeUtc value. + * Get the job finalizing start time. * * @return the finalizingTimeUtc value */ @@ -53,7 +53,7 @@ public DateTime finalizingTimeUtc() { } /** - * Get the stages value. + * Get the list of stages for the job. * * @return the stages value */ diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobStatisticsVertex.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobStatisticsVertex.java index 06f7d852d3e..b1182427478 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobStatisticsVertex.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobStatisticsVertex.java @@ -8,47 +8,46 @@ package com.microsoft.azure.management.datalake.analytics.models; -import com.fasterxml.jackson.annotation.JsonProperty; -import org.joda.time.Period; - import java.util.UUID; +import org.joda.time.Period; +import com.fasterxml.jackson.annotation.JsonProperty; /** - * the detailed information for a vertex. + * The detailed information for a vertex. */ public class JobStatisticsVertex { /** - * the name of the vertex. + * The name of the vertex. */ @JsonProperty(value = "name", access = JsonProperty.Access.WRITE_ONLY) private String name; /** - * the id of the vertex. + * The id of the vertex. */ @JsonProperty(value = "vertexId", access = JsonProperty.Access.WRITE_ONLY) private UUID vertexId; /** - * the amount of execution time of the vertex. + * The amount of execution time of the vertex. */ @JsonProperty(value = "executionTime", access = JsonProperty.Access.WRITE_ONLY) private Period executionTime; /** - * the amount of data read of the vertex, in bytes. + * The amount of data read of the vertex, in bytes. */ @JsonProperty(value = "dataRead", access = JsonProperty.Access.WRITE_ONLY) private Long dataRead; /** - * the amount of peak memory usage of the vertex, in bytes. + * The amount of peak memory usage of the vertex, in bytes. */ @JsonProperty(value = "peakMemUsage", access = JsonProperty.Access.WRITE_ONLY) private Long peakMemUsage; /** - * Get the name value. + * Get the name of the vertex. * * @return the name value */ @@ -57,7 +56,7 @@ public String name() { } /** - * Get the vertexId value. + * Get the id of the vertex. * * @return the vertexId value */ @@ -66,7 +65,7 @@ public UUID vertexId() { } /** - * Get the executionTime value. + * Get the amount of execution time of the vertex. * * @return the executionTime value */ @@ -75,7 +74,7 @@ public Period executionTime() { } /** - * Get the dataRead value. + * Get the amount of data read of the vertex, in bytes. * * @return the dataRead value */ @@ -84,7 +83,7 @@ public Long dataRead() { } /** - * Get the peakMemUsage value. + * Get the amount of peak memory usage of the vertex, in bytes. * * @return the peakMemUsage value */ diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobStatisticsVertexStage.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobStatisticsVertexStage.java index aa2a3185f76..6796828b24b 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobStatisticsVertexStage.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/JobStatisticsVertexStage.java @@ -16,134 +16,134 @@ */ public class JobStatisticsVertexStage { /** - * the amount of data read, in bytes. + * The amount of data read, in bytes. */ @JsonProperty(value = "dataRead", access = JsonProperty.Access.WRITE_ONLY) private Long dataRead; /** - * the amount of data read across multiple pods, in bytes. + * The amount of data read across multiple pods, in bytes. */ @JsonProperty(value = "dataReadCrossPod", access = JsonProperty.Access.WRITE_ONLY) private Long dataReadCrossPod; /** - * the amount of data read in one pod, in bytes. + * The amount of data read in one pod, in bytes. */ @JsonProperty(value = "dataReadIntraPod", access = JsonProperty.Access.WRITE_ONLY) private Long dataReadIntraPod; /** - * the amount of data remaining to be read, in bytes. + * The amount of data remaining to be read, in bytes. */ @JsonProperty(value = "dataToRead", access = JsonProperty.Access.WRITE_ONLY) private Long dataToRead; /** - * the amount of data written, in bytes. + * The amount of data written, in bytes. */ @JsonProperty(value = "dataWritten", access = JsonProperty.Access.WRITE_ONLY) private Long dataWritten; /** - * the number of duplicates that were discarded. + * The number of duplicates that were discarded. */ @JsonProperty(value = "duplicateDiscardCount", access = JsonProperty.Access.WRITE_ONLY) private Integer duplicateDiscardCount; /** - * the number of failures that occured in this stage. + * The number of failures that occured in this stage. */ @JsonProperty(value = "failedCount", access = JsonProperty.Access.WRITE_ONLY) private Integer failedCount; /** - * the maximum amount of data read in a single vertex, in bytes. + * The maximum amount of data read in a single vertex, in bytes. */ @JsonProperty(value = "maxVertexDataRead", access = JsonProperty.Access.WRITE_ONLY) private Long maxVertexDataRead; /** - * the minimum amount of data read in a single vertex, in bytes. + * The minimum amount of data read in a single vertex, in bytes. */ @JsonProperty(value = "minVertexDataRead", access = JsonProperty.Access.WRITE_ONLY) private Long minVertexDataRead; /** - * the number of read failures in this stage. + * The number of read failures in this stage. */ @JsonProperty(value = "readFailureCount", access = JsonProperty.Access.WRITE_ONLY) private Integer readFailureCount; /** - * the number of vertices that were revoked during this stage. + * The number of vertices that were revoked during this stage. */ @JsonProperty(value = "revocationCount", access = JsonProperty.Access.WRITE_ONLY) private Integer revocationCount; /** - * the number of currently running vertices in this stage. + * The number of currently running vertices in this stage. */ @JsonProperty(value = "runningCount", access = JsonProperty.Access.WRITE_ONLY) private Integer runningCount; /** - * the number of currently scheduled vertices in this stage. + * The number of currently scheduled vertices in this stage. */ @JsonProperty(value = "scheduledCount", access = JsonProperty.Access.WRITE_ONLY) private Integer scheduledCount; /** - * the name of this stage in job execution. + * The name of this stage in job execution. */ @JsonProperty(value = "stageName", access = JsonProperty.Access.WRITE_ONLY) private String stageName; /** - * the number of vertices that succeeded in this stage. + * The number of vertices that succeeded in this stage. */ @JsonProperty(value = "succeededCount", access = JsonProperty.Access.WRITE_ONLY) private Integer succeededCount; /** - * the amount of temporary data written, in bytes. + * The amount of temporary data written, in bytes. */ @JsonProperty(value = "tempDataWritten", access = JsonProperty.Access.WRITE_ONLY) private Long tempDataWritten; /** - * the total vertex count for this stage. + * The total vertex count for this stage. */ @JsonProperty(value = "totalCount", access = JsonProperty.Access.WRITE_ONLY) private Integer totalCount; /** - * the amount of time that failed vertices took up in this stage. + * The amount of time that failed vertices took up in this stage. */ @JsonProperty(value = "totalFailedTime", access = JsonProperty.Access.WRITE_ONLY) private Period totalFailedTime; /** - * the current progress of this stage, as a percentage. + * The current progress of this stage, as a percentage. */ @JsonProperty(value = "totalProgress", access = JsonProperty.Access.WRITE_ONLY) private Integer totalProgress; /** - * the amount of time all successful vertices took in this stage. + * The amount of time all successful vertices took in this stage. */ @JsonProperty(value = "totalSucceededTime", access = JsonProperty.Access.WRITE_ONLY) private Period totalSucceededTime; /** - * the sum of the peak memory usage of all the vertices in the stage, in + * The sum of the peak memory usage of all the vertices in the stage, in * bytes. */ @JsonProperty(value = "totalPeakMemUsage", access = JsonProperty.Access.WRITE_ONLY) private Long totalPeakMemUsage; /** - * the sum of the total execution time of all the vertices in the stage. + * The sum of the total execution time of all the vertices in the stage. */ @JsonProperty(value = "totalExecutionTime", access = JsonProperty.Access.WRITE_ONLY) private Period totalExecutionTime; @@ -167,49 +167,49 @@ public class JobStatisticsVertexStage { private JobStatisticsVertex maxPeakMemUsageVertex; /** - * the estimated vertex CPU core count. + * The estimated vertex CPU core count. */ @JsonProperty(value = "estimatedVertexCpuCoreCount", access = JsonProperty.Access.WRITE_ONLY) private Integer estimatedVertexCpuCoreCount; /** - * the estimated vertex peak CPU core count. + * The estimated vertex peak CPU core count. */ @JsonProperty(value = "estimatedVertexPeakCpuCoreCount", access = JsonProperty.Access.WRITE_ONLY) private Integer estimatedVertexPeakCpuCoreCount; /** - * the estimated vertex memory size, in bytes. + * The estimated vertex memory size, in bytes. */ @JsonProperty(value = "estimatedVertexMemSize", access = JsonProperty.Access.WRITE_ONLY) private Long estimatedVertexMemSize; /** - * the statistics information for the allocated container CPU core count. + * The statistics information for the allocated container CPU core count. */ @JsonProperty(value = "allocatedContainerCpuCoreCount") private ResourceUsageStatistics allocatedContainerCpuCoreCount; /** - * the statistics information for the allocated container memory size. + * The statistics information for the allocated container memory size. */ @JsonProperty(value = "allocatedContainerMemSize") private ResourceUsageStatistics allocatedContainerMemSize; /** - * the statistics information for the used vertex CPU core count. + * The statistics information for the used vertex CPU core count. */ @JsonProperty(value = "usedVertexCpuCoreCount") private ResourceUsageStatistics usedVertexCpuCoreCount; /** - * the statistics information for the used vertex peak memory size. + * The statistics information for the used vertex peak memory size. */ @JsonProperty(value = "usedVertexPeakMemSize") private ResourceUsageStatistics usedVertexPeakMemSize; /** - * Get the dataRead value. + * Get the amount of data read, in bytes. * * @return the dataRead value */ @@ -218,7 +218,7 @@ public Long dataRead() { } /** - * Get the dataReadCrossPod value. + * Get the amount of data read across multiple pods, in bytes. * * @return the dataReadCrossPod value */ @@ -227,7 +227,7 @@ public Long dataReadCrossPod() { } /** - * Get the dataReadIntraPod value. + * Get the amount of data read in one pod, in bytes. * * @return the dataReadIntraPod value */ @@ -236,7 +236,7 @@ public Long dataReadIntraPod() { } /** - * Get the dataToRead value. + * Get the amount of data remaining to be read, in bytes. * * @return the dataToRead value */ @@ -245,7 +245,7 @@ public Long dataToRead() { } /** - * Get the dataWritten value. + * Get the amount of data written, in bytes. * * @return the dataWritten value */ @@ -254,7 +254,7 @@ public Long dataWritten() { } /** - * Get the duplicateDiscardCount value. + * Get the number of duplicates that were discarded. * * @return the duplicateDiscardCount value */ @@ -263,7 +263,7 @@ public Integer duplicateDiscardCount() { } /** - * Get the failedCount value. + * Get the number of failures that occured in this stage. * * @return the failedCount value */ @@ -272,7 +272,7 @@ public Integer failedCount() { } /** - * Get the maxVertexDataRead value. + * Get the maximum amount of data read in a single vertex, in bytes. * * @return the maxVertexDataRead value */ @@ -281,7 +281,7 @@ public Long maxVertexDataRead() { } /** - * Get the minVertexDataRead value. + * Get the minimum amount of data read in a single vertex, in bytes. * * @return the minVertexDataRead value */ @@ -290,7 +290,7 @@ public Long minVertexDataRead() { } /** - * Get the readFailureCount value. + * Get the number of read failures in this stage. * * @return the readFailureCount value */ @@ -299,7 +299,7 @@ public Integer readFailureCount() { } /** - * Get the revocationCount value. + * Get the number of vertices that were revoked during this stage. * * @return the revocationCount value */ @@ -308,7 +308,7 @@ public Integer revocationCount() { } /** - * Get the runningCount value. + * Get the number of currently running vertices in this stage. * * @return the runningCount value */ @@ -317,7 +317,7 @@ public Integer runningCount() { } /** - * Get the scheduledCount value. + * Get the number of currently scheduled vertices in this stage. * * @return the scheduledCount value */ @@ -326,7 +326,7 @@ public Integer scheduledCount() { } /** - * Get the stageName value. + * Get the name of this stage in job execution. * * @return the stageName value */ @@ -335,7 +335,7 @@ public String stageName() { } /** - * Get the succeededCount value. + * Get the number of vertices that succeeded in this stage. * * @return the succeededCount value */ @@ -344,7 +344,7 @@ public Integer succeededCount() { } /** - * Get the tempDataWritten value. + * Get the amount of temporary data written, in bytes. * * @return the tempDataWritten value */ @@ -353,7 +353,7 @@ public Long tempDataWritten() { } /** - * Get the totalCount value. + * Get the total vertex count for this stage. * * @return the totalCount value */ @@ -362,7 +362,7 @@ public Integer totalCount() { } /** - * Get the totalFailedTime value. + * Get the amount of time that failed vertices took up in this stage. * * @return the totalFailedTime value */ @@ -371,7 +371,7 @@ public Period totalFailedTime() { } /** - * Get the totalProgress value. + * Get the current progress of this stage, as a percentage. * * @return the totalProgress value */ @@ -380,7 +380,7 @@ public Integer totalProgress() { } /** - * Get the totalSucceededTime value. + * Get the amount of time all successful vertices took in this stage. * * @return the totalSucceededTime value */ @@ -389,7 +389,7 @@ public Period totalSucceededTime() { } /** - * Get the totalPeakMemUsage value. + * Get the sum of the peak memory usage of all the vertices in the stage, in bytes. * * @return the totalPeakMemUsage value */ @@ -398,7 +398,7 @@ public Long totalPeakMemUsage() { } /** - * Get the totalExecutionTime value. + * Get the sum of the total execution time of all the vertices in the stage. * * @return the totalExecutionTime value */ @@ -407,7 +407,7 @@ public Period totalExecutionTime() { } /** - * Get the maxDataReadVertex value. + * Get the vertex with the maximum amount of data read. * * @return the maxDataReadVertex value */ @@ -416,7 +416,7 @@ public JobStatisticsVertex maxDataReadVertex() { } /** - * Set the maxDataReadVertex value. + * Set the vertex with the maximum amount of data read. * * @param maxDataReadVertex the maxDataReadVertex value to set * @return the JobStatisticsVertexStage object itself. @@ -427,7 +427,7 @@ public JobStatisticsVertexStage withMaxDataReadVertex(JobStatisticsVertex maxDat } /** - * Get the maxExecutionTimeVertex value. + * Get the vertex with the maximum execution time. * * @return the maxExecutionTimeVertex value */ @@ -436,7 +436,7 @@ public JobStatisticsVertex maxExecutionTimeVertex() { } /** - * Set the maxExecutionTimeVertex value. + * Set the vertex with the maximum execution time. * * @param maxExecutionTimeVertex the maxExecutionTimeVertex value to set * @return the JobStatisticsVertexStage object itself. @@ -447,7 +447,7 @@ public JobStatisticsVertexStage withMaxExecutionTimeVertex(JobStatisticsVertex m } /** - * Get the maxPeakMemUsageVertex value. + * Get the vertex with the maximum peak memory usage. * * @return the maxPeakMemUsageVertex value */ @@ -456,7 +456,7 @@ public JobStatisticsVertex maxPeakMemUsageVertex() { } /** - * Set the maxPeakMemUsageVertex value. + * Set the vertex with the maximum peak memory usage. * * @param maxPeakMemUsageVertex the maxPeakMemUsageVertex value to set * @return the JobStatisticsVertexStage object itself. @@ -467,7 +467,7 @@ public JobStatisticsVertexStage withMaxPeakMemUsageVertex(JobStatisticsVertex ma } /** - * Get the estimatedVertexCpuCoreCount value. + * Get the estimated vertex CPU core count. * * @return the estimatedVertexCpuCoreCount value */ @@ -476,7 +476,7 @@ public Integer estimatedVertexCpuCoreCount() { } /** - * Get the estimatedVertexPeakCpuCoreCount value. + * Get the estimated vertex peak CPU core count. * * @return the estimatedVertexPeakCpuCoreCount value */ @@ -485,7 +485,7 @@ public Integer estimatedVertexPeakCpuCoreCount() { } /** - * Get the estimatedVertexMemSize value. + * Get the estimated vertex memory size, in bytes. * * @return the estimatedVertexMemSize value */ @@ -494,7 +494,7 @@ public Long estimatedVertexMemSize() { } /** - * Get the allocatedContainerCpuCoreCount value. + * Get the statistics information for the allocated container CPU core count. * * @return the allocatedContainerCpuCoreCount value */ @@ -503,7 +503,7 @@ public ResourceUsageStatistics allocatedContainerCpuCoreCount() { } /** - * Set the allocatedContainerCpuCoreCount value. + * Set the statistics information for the allocated container CPU core count. * * @param allocatedContainerCpuCoreCount the allocatedContainerCpuCoreCount value to set * @return the JobStatisticsVertexStage object itself. @@ -514,7 +514,7 @@ public JobStatisticsVertexStage withAllocatedContainerCpuCoreCount(ResourceUsage } /** - * Get the allocatedContainerMemSize value. + * Get the statistics information for the allocated container memory size. * * @return the allocatedContainerMemSize value */ @@ -523,7 +523,7 @@ public ResourceUsageStatistics allocatedContainerMemSize() { } /** - * Set the allocatedContainerMemSize value. + * Set the statistics information for the allocated container memory size. * * @param allocatedContainerMemSize the allocatedContainerMemSize value to set * @return the JobStatisticsVertexStage object itself. @@ -534,7 +534,7 @@ public JobStatisticsVertexStage withAllocatedContainerMemSize(ResourceUsageStati } /** - * Get the usedVertexCpuCoreCount value. + * Get the statistics information for the used vertex CPU core count. * * @return the usedVertexCpuCoreCount value */ @@ -543,7 +543,7 @@ public ResourceUsageStatistics usedVertexCpuCoreCount() { } /** - * Set the usedVertexCpuCoreCount value. + * Set the statistics information for the used vertex CPU core count. * * @param usedVertexCpuCoreCount the usedVertexCpuCoreCount value to set * @return the JobStatisticsVertexStage object itself. @@ -554,7 +554,7 @@ public JobStatisticsVertexStage withUsedVertexCpuCoreCount(ResourceUsageStatisti } /** - * Get the usedVertexPeakMemSize value. + * Get the statistics information for the used vertex peak memory size. * * @return the usedVertexPeakMemSize value */ @@ -563,7 +563,7 @@ public ResourceUsageStatistics usedVertexPeakMemSize() { } /** - * Set the usedVertexPeakMemSize value. + * Set the statistics information for the used vertex peak memory size. * * @param usedVertexPeakMemSize the usedVertexPeakMemSize value to set * @return the JobStatisticsVertexStage object itself. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/NameAvailabilityInformation.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/NameAvailabilityInformation.java index ffebcc7909f..fd2e3b4b0bc 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/NameAvailabilityInformation.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/NameAvailabilityInformation.java @@ -36,7 +36,7 @@ public class NameAvailabilityInformation { private String message; /** - * Get the nameAvailable value. + * Get the Boolean value of true or false to indicate whether the Data Lake Analytics account name is available or not. * * @return the nameAvailable value */ @@ -45,7 +45,7 @@ public Boolean nameAvailable() { } /** - * Get the reason value. + * Get the reason why the Data Lake Analytics account name is not available, if nameAvailable is false. * * @return the reason value */ @@ -54,7 +54,7 @@ public String reason() { } /** - * Get the message value. + * Get the message describing why the Data Lake Analytics account name is not available, if nameAvailable is false. * * @return the message value */ diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/Operation.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/Operation.java index ab85a0d88ca..8c708c57967 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/Operation.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/Operation.java @@ -34,7 +34,7 @@ public class Operation { private OperationOrigin origin; /** - * Get the name value. + * Get the name of the operation. * * @return the name value */ @@ -43,7 +43,7 @@ public String name() { } /** - * Get the display value. + * Get the display information for the operation. * * @return the display value */ @@ -52,7 +52,7 @@ public OperationDisplay display() { } /** - * Get the origin value. + * Get the intended executor of the operation. Possible values include: 'user', 'system', 'user,system'. * * @return the origin value */ diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/OperationDisplay.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/OperationDisplay.java index cfc7b1b99d4..a9cedb54dc5 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/OperationDisplay.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/OperationDisplay.java @@ -39,7 +39,7 @@ public class OperationDisplay { private String description; /** - * Get the provider value. + * Get the resource provider of the operation. * * @return the provider value */ @@ -48,7 +48,7 @@ public String provider() { } /** - * Get the resource value. + * Get the resource type of the operation. * * @return the resource value */ @@ -57,7 +57,7 @@ public String resource() { } /** - * Get the operation value. + * Get a friendly name of the operation. * * @return the operation value */ @@ -66,7 +66,7 @@ public String operation() { } /** - * Get the description value. + * Get a friendly description of the operation. * * @return the description value */ diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/OperationListResult.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/OperationListResult.java index bd25fcb0548..3193a0f4d66 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/OperationListResult.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/OperationListResult.java @@ -8,9 +8,8 @@ package com.microsoft.azure.management.datalake.analytics.models; -import com.fasterxml.jackson.annotation.JsonProperty; - import java.util.List; +import com.fasterxml.jackson.annotation.JsonProperty; /** * The list of available operations for Data Lake Analytics. @@ -29,7 +28,7 @@ public class OperationListResult { private String nextLink; /** - * Get the value value. + * Get the results of the list operation. * * @return the value value */ @@ -38,7 +37,7 @@ public List value() { } /** - * Get the nextLink value. + * Get the link (url) to the next page of results. * * @return the nextLink value */ diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/PermissionType.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/PermissionType.java index 8408c35f516..ef5a528770e 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/PermissionType.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/PermissionType.java @@ -8,11 +8,10 @@ package com.microsoft.azure.management.datalake.analytics.models; +import java.util.Collection; import com.fasterxml.jackson.annotation.JsonCreator; import com.microsoft.rest.ExpandableStringEnum; -import java.util.Collection; - /** * Defines values for PermissionType. */ diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/ResourceUsageStatistics.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/ResourceUsageStatistics.java index 2ce3431e861..57ed196e554 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/ResourceUsageStatistics.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/ResourceUsageStatistics.java @@ -11,23 +11,23 @@ import com.fasterxml.jackson.annotation.JsonProperty; /** - * the statistics information for resource usage. + * The statistics information for resource usage. */ public class ResourceUsageStatistics { /** - * the average value. + * The average value. */ @JsonProperty(value = "average", access = JsonProperty.Access.WRITE_ONLY) private Double average; /** - * the minimum value. + * The minimum value. */ @JsonProperty(value = "minimum", access = JsonProperty.Access.WRITE_ONLY) private Long minimum; /** - * the maximum value. + * The maximum value. */ @JsonProperty(value = "maximum", access = JsonProperty.Access.WRITE_ONLY) private Long maximum; diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/SasTokenInformation.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/SasTokenInformation.java index 3a04ffd26b1..04f9d66cc40 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/SasTokenInformation.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/SasTokenInformation.java @@ -21,7 +21,7 @@ public class SasTokenInformation { private String accessToken; /** - * Get the accessToken value. + * Get the access token for the associated Azure Storage Container. * * @return the accessToken value */ diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/ScopeJobProperties.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/ScopeJobProperties.java index 184b6e158e9..5eea1b217ed 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/ScopeJobProperties.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/ScopeJobProperties.java @@ -22,68 +22,68 @@ @JsonTypeName("Scope") public class ScopeJobProperties extends JobProperties { /** - * the list of resources that are required by the job. + * The list of resources that are required by the job. */ @JsonProperty(value = "resources", access = JsonProperty.Access.WRITE_ONLY) private List resources; /** - * the algebra file path after the job has completed. + * The algebra file path after the job has completed. */ @JsonProperty(value = "userAlgebraPath", access = JsonProperty.Access.WRITE_ONLY) private String userAlgebraPath; /** - * the list of email addresses, separated by semi-colons, to notify when + * The list of email addresses, separated by semi-colons, to notify when * the job reaches a terminal state. */ @JsonProperty(value = "notifier") private String notifier; /** - * the total time this job spent compiling. This value should not be set by + * The total time this job spent compiling. This value should not be set by * the user and will be ignored if it is. */ @JsonProperty(value = "totalCompilationTime", access = JsonProperty.Access.WRITE_ONLY) private Period totalCompilationTime; /** - * the total time this job spent paused. This value should not be set by - * the user and will be ignored if it is. - */ - @JsonProperty(value = "totalPausedTime", access = JsonProperty.Access.WRITE_ONLY) - private Period totalPausedTime; - - /** - * the total time this job spent queued. This value should not be set by + * The total time this job spent queued. This value should not be set by * the user and will be ignored if it is. */ @JsonProperty(value = "totalQueuedTime", access = JsonProperty.Access.WRITE_ONLY) private Period totalQueuedTime; /** - * the total time this job spent executing. This value should not be set by + * The total time this job spent executing. This value should not be set by * the user and will be ignored if it is. */ @JsonProperty(value = "totalRunningTime", access = JsonProperty.Access.WRITE_ONLY) private Period totalRunningTime; /** - * the ID used to identify the job manager coordinating job execution. This + * The total time this job spent paused. This value should not be set by + * the user and will be ignored if it is. + */ + @JsonProperty(value = "totalPausedTime", access = JsonProperty.Access.WRITE_ONLY) + private Period totalPausedTime; + + /** + * The ID used to identify the job manager coordinating job execution. This * value should not be set by the user and will be ignored if it is. */ @JsonProperty(value = "rootProcessNodeId", access = JsonProperty.Access.WRITE_ONLY) private String rootProcessNodeId; /** - * the ID used to identify the yarn application executing the job. This + * The ID used to identify the yarn application executing the job. This * value should not be set by the user and will be ignored if it is. */ @JsonProperty(value = "yarnApplicationId", access = JsonProperty.Access.WRITE_ONLY) private String yarnApplicationId; /** - * Get the resources value. + * Get the list of resources that are required by the job. * * @return the resources value */ @@ -92,7 +92,7 @@ public List resources() { } /** - * Get the userAlgebraPath value. + * Get the algebra file path after the job has completed. * * @return the userAlgebraPath value */ @@ -101,7 +101,7 @@ public String userAlgebraPath() { } /** - * Get the notifier value. + * Get the list of email addresses, separated by semi-colons, to notify when the job reaches a terminal state. * * @return the notifier value */ @@ -110,7 +110,7 @@ public String notifier() { } /** - * Set the notifier value. + * Set the list of email addresses, separated by semi-colons, to notify when the job reaches a terminal state. * * @param notifier the notifier value to set * @return the ScopeJobProperties object itself. @@ -121,7 +121,7 @@ public ScopeJobProperties withNotifier(String notifier) { } /** - * Get the totalCompilationTime value. + * Get the total time this job spent compiling. This value should not be set by the user and will be ignored if it is. * * @return the totalCompilationTime value */ @@ -130,16 +130,7 @@ public Period totalCompilationTime() { } /** - * Get the totalPausedTime value. - * - * @return the totalPausedTime value - */ - public Period totalPausedTime() { - return this.totalPausedTime; - } - - /** - * Get the totalQueuedTime value. + * Get the total time this job spent queued. This value should not be set by the user and will be ignored if it is. * * @return the totalQueuedTime value */ @@ -148,7 +139,7 @@ public Period totalQueuedTime() { } /** - * Get the totalRunningTime value. + * Get the total time this job spent executing. This value should not be set by the user and will be ignored if it is. * * @return the totalRunningTime value */ @@ -157,7 +148,16 @@ public Period totalRunningTime() { } /** - * Get the rootProcessNodeId value. + * Get the total time this job spent paused. This value should not be set by the user and will be ignored if it is. + * + * @return the totalPausedTime value + */ + public Period totalPausedTime() { + return this.totalPausedTime; + } + + /** + * Get the ID used to identify the job manager coordinating job execution. This value should not be set by the user and will be ignored if it is. * * @return the rootProcessNodeId value */ @@ -166,7 +166,7 @@ public String rootProcessNodeId() { } /** - * Get the yarnApplicationId value. + * Get the ID used to identify the yarn application executing the job. This value should not be set by the user and will be ignored if it is. * * @return the yarnApplicationId value */ diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/ScopeJobResource.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/ScopeJobResource.java index c24d565b01b..8e73b19efbe 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/ScopeJobResource.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/ScopeJobResource.java @@ -15,19 +15,19 @@ */ public class ScopeJobResource { /** - * the name of the resource. + * The name of the resource. */ @JsonProperty(value = "name") private String name; /** - * the path to the resource. + * The path to the resource. */ @JsonProperty(value = "path") private String path; /** - * Get the name value. + * Get the name of the resource. * * @return the name value */ @@ -36,7 +36,7 @@ public String name() { } /** - * Set the name value. + * Set the name of the resource. * * @param name the name value to set * @return the ScopeJobResource object itself. @@ -47,7 +47,7 @@ public ScopeJobResource withName(String name) { } /** - * Get the path value. + * Get the path to the resource. * * @return the path value */ @@ -56,7 +56,7 @@ public String path() { } /** - * Set the path value. + * Set the path to the resource. * * @param path the path value to set * @return the ScopeJobResource object itself. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/StorageAccountInformation.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/StorageAccountInformation.java index 156a4c12ae0..22919eacbb1 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/StorageAccountInformation.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/StorageAccountInformation.java @@ -23,7 +23,19 @@ public class StorageAccountInformation extends SubResource { private String suffix; /** - * Get the suffix value. + * The resource name. + */ + @JsonProperty(value = "name", access = JsonProperty.Access.WRITE_ONLY) + private String name; + + /** + * The resource type. + */ + @JsonProperty(value = "type", access = JsonProperty.Access.WRITE_ONLY) + private String type; + + /** + * Get the optional suffix for the storage account. * * @return the suffix value */ @@ -31,4 +43,22 @@ public String suffix() { return this.suffix; } + /** + * Get the resource name. + * + * @return the name value + */ + public String name() { + return this.name; + } + + /** + * Get the resource type. + * + * @return the type value + */ + public String type() { + return this.type; + } + } diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/StorageContainer.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/StorageContainer.java index 577f26e814b..ccb70d6f318 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/StorageContainer.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/StorageContainer.java @@ -24,7 +24,19 @@ public class StorageContainer extends SubResource { private DateTime lastModifiedTime; /** - * Get the lastModifiedTime value. + * The resource name. + */ + @JsonProperty(value = "name", access = JsonProperty.Access.WRITE_ONLY) + private String name; + + /** + * The resource type. + */ + @JsonProperty(value = "type", access = JsonProperty.Access.WRITE_ONLY) + private String type; + + /** + * Get the last modified time of the blob container. * * @return the lastModifiedTime value */ @@ -32,4 +44,22 @@ public DateTime lastModifiedTime() { return this.lastModifiedTime; } + /** + * Get the resource name. + * + * @return the name value + */ + public String name() { + return this.name; + } + + /** + * Get the resource type. + * + * @return the type value + */ + public String type() { + return this.type; + } + } diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/TypeFieldInfo.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/TypeFieldInfo.java index f272b60294a..ca974298f6d 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/TypeFieldInfo.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/TypeFieldInfo.java @@ -27,7 +27,7 @@ public class TypeFieldInfo { private String type; /** - * Get the name value. + * Get the name of the field associated with this type. * * @return the name value */ @@ -36,7 +36,7 @@ public String name() { } /** - * Set the name value. + * Set the name of the field associated with this type. * * @param name the name value to set * @return the TypeFieldInfo object itself. @@ -47,7 +47,7 @@ public TypeFieldInfo withName(String name) { } /** - * Get the type value. + * Get the type of the field. * * @return the type value */ @@ -56,7 +56,7 @@ public String type() { } /** - * Set the type value. + * Set the type of the field. * * @param type the type value to set * @return the TypeFieldInfo object itself. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlAssembly.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlAssembly.java index 7b6ed4f1ea2..3659b419283 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlAssembly.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlAssembly.java @@ -58,7 +58,7 @@ public class USqlAssembly extends CatalogItem { private List dependencies; /** - * Get the databaseName value. + * Get the name of the database. * * @return the databaseName value */ @@ -67,7 +67,7 @@ public String databaseName() { } /** - * Set the databaseName value. + * Set the name of the database. * * @param databaseName the databaseName value to set * @return the USqlAssembly object itself. @@ -78,7 +78,7 @@ public USqlAssembly withDatabaseName(String databaseName) { } /** - * Get the name value. + * Get the name of the assembly. * * @return the name value */ @@ -87,7 +87,7 @@ public String name() { } /** - * Set the name value. + * Set the name of the assembly. * * @param name the name value to set * @return the USqlAssembly object itself. @@ -98,7 +98,7 @@ public USqlAssembly withName(String name) { } /** - * Get the clrName value. + * Get the name of the CLR. * * @return the clrName value */ @@ -107,7 +107,7 @@ public String clrName() { } /** - * Set the clrName value. + * Set the name of the CLR. * * @param clrName the clrName value to set * @return the USqlAssembly object itself. @@ -118,7 +118,7 @@ public USqlAssembly withClrName(String clrName) { } /** - * Get the isVisible value. + * Get the switch indicating if this assembly is visible or not. * * @return the isVisible value */ @@ -127,7 +127,7 @@ public Boolean isVisible() { } /** - * Set the isVisible value. + * Set the switch indicating if this assembly is visible or not. * * @param isVisible the isVisible value to set * @return the USqlAssembly object itself. @@ -138,7 +138,7 @@ public USqlAssembly withIsVisible(Boolean isVisible) { } /** - * Get the isUserDefined value. + * Get the switch indicating if this assembly is user defined or not. * * @return the isUserDefined value */ @@ -147,7 +147,7 @@ public Boolean isUserDefined() { } /** - * Set the isUserDefined value. + * Set the switch indicating if this assembly is user defined or not. * * @param isUserDefined the isUserDefined value to set * @return the USqlAssembly object itself. @@ -158,7 +158,7 @@ public USqlAssembly withIsUserDefined(Boolean isUserDefined) { } /** - * Get the files value. + * Get the list of files associated with the assembly. * * @return the files value */ @@ -167,7 +167,7 @@ public List files() { } /** - * Set the files value. + * Set the list of files associated with the assembly. * * @param files the files value to set * @return the USqlAssembly object itself. @@ -178,7 +178,7 @@ public USqlAssembly withFiles(List files) { } /** - * Get the dependencies value. + * Get the list of dependencies associated with the assembly. * * @return the dependencies value */ @@ -187,7 +187,7 @@ public List dependencies() { } /** - * Set the dependencies value. + * Set the list of dependencies associated with the assembly. * * @param dependencies the dependencies value to set * @return the USqlAssembly object itself. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlAssemblyClr.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlAssemblyClr.java index b2e35ee2d17..a4e44af85ae 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlAssemblyClr.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlAssemblyClr.java @@ -33,7 +33,7 @@ public class USqlAssemblyClr extends CatalogItem { private String clrName; /** - * Get the databaseName value. + * Get the name of the database. * * @return the databaseName value */ @@ -42,7 +42,7 @@ public String databaseName() { } /** - * Set the databaseName value. + * Set the name of the database. * * @param databaseName the databaseName value to set * @return the USqlAssemblyClr object itself. @@ -53,7 +53,7 @@ public USqlAssemblyClr withDatabaseName(String databaseName) { } /** - * Get the name value. + * Get the name of the assembly. * * @return the name value */ @@ -62,7 +62,7 @@ public String name() { } /** - * Set the name value. + * Set the name of the assembly. * * @param name the name value to set * @return the USqlAssemblyClr object itself. @@ -73,7 +73,7 @@ public USqlAssemblyClr withName(String name) { } /** - * Get the clrName value. + * Get the name of the CLR. * * @return the clrName value */ @@ -82,7 +82,7 @@ public String clrName() { } /** - * Set the clrName value. + * Set the name of the CLR. * * @param clrName the clrName value to set * @return the USqlAssemblyClr object itself. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlAssemblyDependencyInfo.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlAssemblyDependencyInfo.java index 2e62fedf365..2f2a940ee88 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlAssemblyDependencyInfo.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlAssemblyDependencyInfo.java @@ -21,7 +21,7 @@ public class USqlAssemblyDependencyInfo { private EntityId entityId; /** - * Get the entityId value. + * Get the EntityId of the dependency. * * @return the entityId value */ @@ -30,7 +30,7 @@ public EntityId entityId() { } /** - * Set the entityId value. + * Set the EntityId of the dependency. * * @param entityId the entityId value to set * @return the USqlAssemblyDependencyInfo object itself. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlAssemblyFileInfo.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlAssemblyFileInfo.java index 494b61e175c..1f84419449e 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlAssemblyFileInfo.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlAssemblyFileInfo.java @@ -34,7 +34,7 @@ public class USqlAssemblyFileInfo { private String contentPath; /** - * Get the type value. + * Get the assembly file type. Possible values include: 'Assembly', 'Resource', 'Nodeploy'. * * @return the type value */ @@ -43,7 +43,7 @@ public FileType type() { } /** - * Set the type value. + * Set the assembly file type. Possible values include: 'Assembly', 'Resource', 'Nodeploy'. * * @param type the type value to set * @return the USqlAssemblyFileInfo object itself. @@ -54,7 +54,7 @@ public USqlAssemblyFileInfo withType(FileType type) { } /** - * Get the originalPath value. + * Get the the original path to the assembly file. * * @return the originalPath value */ @@ -63,7 +63,7 @@ public String originalPath() { } /** - * Set the originalPath value. + * Set the the original path to the assembly file. * * @param originalPath the originalPath value to set * @return the USqlAssemblyFileInfo object itself. @@ -74,7 +74,7 @@ public USqlAssemblyFileInfo withOriginalPath(String originalPath) { } /** - * Get the contentPath value. + * Get the the content path to the assembly file. * * @return the contentPath value */ @@ -83,7 +83,7 @@ public String contentPath() { } /** - * Set the contentPath value. + * Set the the content path to the assembly file. * * @param contentPath the contentPath value to set * @return the USqlAssemblyFileInfo object itself. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlCredential.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlCredential.java index 036741a32e2..d4a50b5fece 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlCredential.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlCredential.java @@ -21,7 +21,7 @@ public class USqlCredential extends CatalogItem { private String name; /** - * Get the name value. + * Get the name of the credential. * * @return the name value */ @@ -30,7 +30,7 @@ public String name() { } /** - * Set the name value. + * Set the name of the credential. * * @param name the name value to set * @return the USqlCredential object itself. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlDatabase.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlDatabase.java index 42f16924fcc..f3a654957b4 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlDatabase.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlDatabase.java @@ -21,7 +21,7 @@ public class USqlDatabase extends CatalogItem { private String name; /** - * Get the name value. + * Get the name of the database. * * @return the name value */ @@ -30,7 +30,7 @@ public String name() { } /** - * Set the name value. + * Set the name of the database. * * @param name the name value to set * @return the USqlDatabase object itself. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlDirectedColumn.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlDirectedColumn.java index 94d47f3914d..3aca85a4c1c 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlDirectedColumn.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlDirectedColumn.java @@ -27,7 +27,7 @@ public class USqlDirectedColumn { private Boolean descending; /** - * Get the name value. + * Get the name of the index in the table. * * @return the name value */ @@ -36,7 +36,7 @@ public String name() { } /** - * Set the name value. + * Set the name of the index in the table. * * @param name the name value to set * @return the USqlDirectedColumn object itself. @@ -47,7 +47,7 @@ public USqlDirectedColumn withName(String name) { } /** - * Get the descending value. + * Get the switch indicating if the index is descending or not. * * @return the descending value */ @@ -56,7 +56,7 @@ public Boolean descending() { } /** - * Set the descending value. + * Set the switch indicating if the index is descending or not. * * @param descending the descending value to set * @return the USqlDirectedColumn object itself. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlDistributionInfo.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlDistributionInfo.java index 361ed21c378..4aa006eca77 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlDistributionInfo.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlDistributionInfo.java @@ -8,9 +8,8 @@ package com.microsoft.azure.management.datalake.analytics.models; -import com.fasterxml.jackson.annotation.JsonProperty; - import java.util.List; +import com.fasterxml.jackson.annotation.JsonProperty; /** * A Data Lake Analytics catalog U-SQL distribution information object. @@ -41,7 +40,7 @@ public class USqlDistributionInfo { private Integer dynamicCount; /** - * Get the type value. + * Get the type of this distribution. * * @return the type value */ @@ -50,7 +49,7 @@ public Integer type() { } /** - * Set the type value. + * Set the type of this distribution. * * @param type the type value to set * @return the USqlDistributionInfo object itself. @@ -61,7 +60,7 @@ public USqlDistributionInfo withType(Integer type) { } /** - * Get the keys value. + * Get the list of directed columns in the distribution. * * @return the keys value */ @@ -70,7 +69,7 @@ public List keys() { } /** - * Set the keys value. + * Set the list of directed columns in the distribution. * * @param keys the keys value to set * @return the USqlDistributionInfo object itself. @@ -81,7 +80,7 @@ public USqlDistributionInfo withKeys(List keys) { } /** - * Get the count value. + * Get the count of indices using this distribution. * * @return the count value */ @@ -90,7 +89,7 @@ public Integer count() { } /** - * Set the count value. + * Set the count of indices using this distribution. * * @param count the count value to set * @return the USqlDistributionInfo object itself. @@ -101,7 +100,7 @@ public USqlDistributionInfo withCount(Integer count) { } /** - * Get the dynamicCount value. + * Get the dynamic count of indices using this distribution. * * @return the dynamicCount value */ @@ -110,7 +109,7 @@ public Integer dynamicCount() { } /** - * Set the dynamicCount value. + * Set the dynamic count of indices using this distribution. * * @param dynamicCount the dynamicCount value to set * @return the USqlDistributionInfo object itself. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlExternalDataSource.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlExternalDataSource.java index 20989c3e732..d684b17e4bc 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlExternalDataSource.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlExternalDataSource.java @@ -8,9 +8,8 @@ package com.microsoft.azure.management.datalake.analytics.models; -import com.fasterxml.jackson.annotation.JsonProperty; - import java.util.List; +import com.fasterxml.jackson.annotation.JsonProperty; /** * A Data Lake Analytics catalog U-SQL external datasource item. @@ -47,7 +46,7 @@ public class USqlExternalDataSource extends CatalogItem { private List pushdownTypes; /** - * Get the databaseName value. + * Get the name of the database. * * @return the databaseName value */ @@ -56,7 +55,7 @@ public String databaseName() { } /** - * Set the databaseName value. + * Set the name of the database. * * @param databaseName the databaseName value to set * @return the USqlExternalDataSource object itself. @@ -67,7 +66,7 @@ public USqlExternalDataSource withDatabaseName(String databaseName) { } /** - * Get the name value. + * Get the name of the external data source. * * @return the name value */ @@ -76,7 +75,7 @@ public String name() { } /** - * Set the name value. + * Set the name of the external data source. * * @param name the name value to set * @return the USqlExternalDataSource object itself. @@ -87,7 +86,7 @@ public USqlExternalDataSource withName(String name) { } /** - * Get the provider value. + * Get the name of the provider for the external data source. * * @return the provider value */ @@ -96,7 +95,7 @@ public String provider() { } /** - * Set the provider value. + * Set the name of the provider for the external data source. * * @param provider the provider value to set * @return the USqlExternalDataSource object itself. @@ -107,7 +106,7 @@ public USqlExternalDataSource withProvider(String provider) { } /** - * Get the providerString value. + * Get the name of the provider string for the external data source. * * @return the providerString value */ @@ -116,7 +115,7 @@ public String providerString() { } /** - * Set the providerString value. + * Set the name of the provider string for the external data source. * * @param providerString the providerString value to set * @return the USqlExternalDataSource object itself. @@ -127,7 +126,7 @@ public USqlExternalDataSource withProviderString(String providerString) { } /** - * Get the pushdownTypes value. + * Get the list of types to push down from the external data source. * * @return the pushdownTypes value */ @@ -136,7 +135,7 @@ public List pushdownTypes() { } /** - * Set the pushdownTypes value. + * Set the list of types to push down from the external data source. * * @param pushdownTypes the pushdownTypes value to set * @return the USqlExternalDataSource object itself. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlIndex.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlIndex.java index f2ebef09163..505c8d4895e 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlIndex.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlIndex.java @@ -8,10 +8,9 @@ package com.microsoft.azure.management.datalake.analytics.models; -import com.fasterxml.jackson.annotation.JsonProperty; - import java.util.List; import java.util.UUID; +import com.fasterxml.jackson.annotation.JsonProperty; /** * A Data Lake Analytics catalog U-SQL table index item. @@ -79,7 +78,7 @@ public class USqlIndex { private Boolean isUnique; /** - * Get the name value. + * Get the name of the index in the table. * * @return the name value */ @@ -88,7 +87,7 @@ public String name() { } /** - * Set the name value. + * Set the name of the index in the table. * * @param name the name value to set * @return the USqlIndex object itself. @@ -99,7 +98,7 @@ public USqlIndex withName(String name) { } /** - * Get the indexKeys value. + * Get the list of directed columns in the index. * * @return the indexKeys value */ @@ -108,7 +107,7 @@ public List indexKeys() { } /** - * Set the indexKeys value. + * Set the list of directed columns in the index. * * @param indexKeys the indexKeys value to set * @return the USqlIndex object itself. @@ -119,7 +118,7 @@ public USqlIndex withIndexKeys(List indexKeys) { } /** - * Get the columns value. + * Get the list of columns in the index. * * @return the columns value */ @@ -128,7 +127,7 @@ public List columns() { } /** - * Set the columns value. + * Set the list of columns in the index. * * @param columns the columns value to set * @return the USqlIndex object itself. @@ -139,7 +138,7 @@ public USqlIndex withColumns(List columns) { } /** - * Get the distributionInfo value. + * Get the distributions info of the index. * * @return the distributionInfo value */ @@ -148,7 +147,7 @@ public USqlDistributionInfo distributionInfo() { } /** - * Set the distributionInfo value. + * Set the distributions info of the index. * * @param distributionInfo the distributionInfo value to set * @return the USqlIndex object itself. @@ -159,7 +158,7 @@ public USqlIndex withDistributionInfo(USqlDistributionInfo distributionInfo) { } /** - * Get the partitionFunction value. + * Get partition function ID for the index. * * @return the partitionFunction value */ @@ -168,7 +167,7 @@ public UUID partitionFunction() { } /** - * Set the partitionFunction value. + * Set partition function ID for the index. * * @param partitionFunction the partitionFunction value to set * @return the USqlIndex object itself. @@ -179,7 +178,7 @@ public USqlIndex withPartitionFunction(UUID partitionFunction) { } /** - * Get the partitionKeyList value. + * Get the list of partion keys in the index. * * @return the partitionKeyList value */ @@ -188,7 +187,7 @@ public List partitionKeyList() { } /** - * Set the partitionKeyList value. + * Set the list of partion keys in the index. * * @param partitionKeyList the partitionKeyList value to set * @return the USqlIndex object itself. @@ -199,7 +198,7 @@ public USqlIndex withPartitionKeyList(List partitionKeyList) { } /** - * Get the streamNames value. + * Get the list of full paths to the streams that contain this index in the DataLake account. * * @return the streamNames value */ @@ -208,7 +207,7 @@ public List streamNames() { } /** - * Set the streamNames value. + * Set the list of full paths to the streams that contain this index in the DataLake account. * * @param streamNames the streamNames value to set * @return the USqlIndex object itself. @@ -219,7 +218,7 @@ public USqlIndex withStreamNames(List streamNames) { } /** - * Get the isColumnstore value. + * Get the switch indicating if this index is a columnstore index. * * @return the isColumnstore value */ @@ -228,7 +227,7 @@ public Boolean isColumnstore() { } /** - * Set the isColumnstore value. + * Set the switch indicating if this index is a columnstore index. * * @param isColumnstore the isColumnstore value to set * @return the USqlIndex object itself. @@ -239,7 +238,7 @@ public USqlIndex withIsColumnstore(Boolean isColumnstore) { } /** - * Get the indexId value. + * Get the ID of this index within the table. * * @return the indexId value */ @@ -248,7 +247,7 @@ public Integer indexId() { } /** - * Set the indexId value. + * Set the ID of this index within the table. * * @param indexId the indexId value to set * @return the USqlIndex object itself. @@ -259,7 +258,7 @@ public USqlIndex withIndexId(Integer indexId) { } /** - * Get the isUnique value. + * Get the switch indicating if this index is a unique index. * * @return the isUnique value */ @@ -268,7 +267,7 @@ public Boolean isUnique() { } /** - * Set the isUnique value. + * Set the switch indicating if this index is a unique index. * * @param isUnique the isUnique value to set * @return the USqlIndex object itself. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlJobProperties.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlJobProperties.java index 258263305ae..3c48994c047 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlJobProperties.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlJobProperties.java @@ -8,12 +8,11 @@ package com.microsoft.azure.management.datalake.analytics.models; +import java.util.List; +import org.joda.time.Period; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonTypeInfo; import com.fasterxml.jackson.annotation.JsonTypeName; -import org.joda.time.Period; - -import java.util.List; /** * U-SQL job properties used when retrieving U-SQL jobs. @@ -22,86 +21,86 @@ @JsonTypeName("USql") public class USqlJobProperties extends JobProperties { /** - * the list of resources that are required by the job. + * The list of resources that are required by the job. */ @JsonProperty(value = "resources", access = JsonProperty.Access.WRITE_ONLY) private List resources; /** - * the job specific statistics. + * The job specific statistics. */ @JsonProperty(value = "statistics") private JobStatistics statistics; /** - * the job specific debug data locations. + * The job specific debug data locations. */ @JsonProperty(value = "debugData") private JobDataPath debugData; /** - * the diagnostics for the job. + * The diagnostics for the job. */ @JsonProperty(value = "diagnostics", access = JsonProperty.Access.WRITE_ONLY) private List diagnostics; /** - * the algebra file path after the job has completed. + * The algebra file path after the job has completed. */ @JsonProperty(value = "algebraFilePath", access = JsonProperty.Access.WRITE_ONLY) private String algebraFilePath; /** - * the total time this job spent compiling. This value should not be set by + * The total time this job spent compiling. This value should not be set by * the user and will be ignored if it is. */ @JsonProperty(value = "totalCompilationTime", access = JsonProperty.Access.WRITE_ONLY) private Period totalCompilationTime; /** - * the total time this job spent paused. This value should not be set by - * the user and will be ignored if it is. - */ - @JsonProperty(value = "totalPausedTime", access = JsonProperty.Access.WRITE_ONLY) - private Period totalPausedTime; - - /** - * the total time this job spent queued. This value should not be set by + * The total time this job spent queued. This value should not be set by * the user and will be ignored if it is. */ @JsonProperty(value = "totalQueuedTime", access = JsonProperty.Access.WRITE_ONLY) private Period totalQueuedTime; /** - * the total time this job spent executing. This value should not be set by + * The total time this job spent executing. This value should not be set by * the user and will be ignored if it is. */ @JsonProperty(value = "totalRunningTime", access = JsonProperty.Access.WRITE_ONLY) private Period totalRunningTime; /** - * the ID used to identify the job manager coordinating job execution. This + * The total time this job spent paused. This value should not be set by + * the user and will be ignored if it is. + */ + @JsonProperty(value = "totalPausedTime", access = JsonProperty.Access.WRITE_ONLY) + private Period totalPausedTime; + + /** + * The ID used to identify the job manager coordinating job execution. This * value should not be set by the user and will be ignored if it is. */ @JsonProperty(value = "rootProcessNodeId", access = JsonProperty.Access.WRITE_ONLY) private String rootProcessNodeId; /** - * the ID used to identify the yarn application executing the job. This + * The ID used to identify the yarn application executing the job. This * value should not be set by the user and will be ignored if it is. */ @JsonProperty(value = "yarnApplicationId", access = JsonProperty.Access.WRITE_ONLY) private String yarnApplicationId; /** - * the timestamp (in ticks) for the yarn application executing the job. + * The timestamp (in ticks) for the yarn application executing the job. * This value should not be set by the user and will be ignored if it is. */ @JsonProperty(value = "yarnApplicationTimeStamp", access = JsonProperty.Access.WRITE_ONLY) private Long yarnApplicationTimeStamp; /** - * the specific compilation mode for the job used during execution. If this + * The specific compilation mode for the job used during execution. If this * is not specified during submission, the server will determine the * optimal compilation mode. Possible values include: 'Semantic', 'Full', * 'SingleBox'. @@ -110,7 +109,7 @@ public class USqlJobProperties extends JobProperties { private CompileMode compileMode; /** - * Get the resources value. + * Get the list of resources that are required by the job. * * @return the resources value */ @@ -119,7 +118,7 @@ public List resources() { } /** - * Get the statistics value. + * Get the job specific statistics. * * @return the statistics value */ @@ -128,7 +127,7 @@ public JobStatistics statistics() { } /** - * Set the statistics value. + * Set the job specific statistics. * * @param statistics the statistics value to set * @return the USqlJobProperties object itself. @@ -139,7 +138,7 @@ public USqlJobProperties withStatistics(JobStatistics statistics) { } /** - * Get the debugData value. + * Get the job specific debug data locations. * * @return the debugData value */ @@ -148,7 +147,7 @@ public JobDataPath debugData() { } /** - * Set the debugData value. + * Set the job specific debug data locations. * * @param debugData the debugData value to set * @return the USqlJobProperties object itself. @@ -159,7 +158,7 @@ public USqlJobProperties withDebugData(JobDataPath debugData) { } /** - * Get the diagnostics value. + * Get the diagnostics for the job. * * @return the diagnostics value */ @@ -168,7 +167,7 @@ public List diagnostics() { } /** - * Get the algebraFilePath value. + * Get the algebra file path after the job has completed. * * @return the algebraFilePath value */ @@ -177,7 +176,7 @@ public String algebraFilePath() { } /** - * Get the totalCompilationTime value. + * Get the total time this job spent compiling. This value should not be set by the user and will be ignored if it is. * * @return the totalCompilationTime value */ @@ -186,16 +185,7 @@ public Period totalCompilationTime() { } /** - * Get the totalPausedTime value. - * - * @return the totalPausedTime value - */ - public Period totalPausedTime() { - return this.totalPausedTime; - } - - /** - * Get the totalQueuedTime value. + * Get the total time this job spent queued. This value should not be set by the user and will be ignored if it is. * * @return the totalQueuedTime value */ @@ -204,7 +194,7 @@ public Period totalQueuedTime() { } /** - * Get the totalRunningTime value. + * Get the total time this job spent executing. This value should not be set by the user and will be ignored if it is. * * @return the totalRunningTime value */ @@ -213,7 +203,16 @@ public Period totalRunningTime() { } /** - * Get the rootProcessNodeId value. + * Get the total time this job spent paused. This value should not be set by the user and will be ignored if it is. + * + * @return the totalPausedTime value + */ + public Period totalPausedTime() { + return this.totalPausedTime; + } + + /** + * Get the ID used to identify the job manager coordinating job execution. This value should not be set by the user and will be ignored if it is. * * @return the rootProcessNodeId value */ @@ -222,7 +221,7 @@ public String rootProcessNodeId() { } /** - * Get the yarnApplicationId value. + * Get the ID used to identify the yarn application executing the job. This value should not be set by the user and will be ignored if it is. * * @return the yarnApplicationId value */ @@ -231,7 +230,7 @@ public String yarnApplicationId() { } /** - * Get the yarnApplicationTimeStamp value. + * Get the timestamp (in ticks) for the yarn application executing the job. This value should not be set by the user and will be ignored if it is. * * @return the yarnApplicationTimeStamp value */ @@ -240,7 +239,7 @@ public Long yarnApplicationTimeStamp() { } /** - * Get the compileMode value. + * Get the specific compilation mode for the job used during execution. If this is not specified during submission, the server will determine the optimal compilation mode. Possible values include: 'Semantic', 'Full', 'SingleBox'. * * @return the compileMode value */ diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlPackage.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlPackage.java index 8d017e54d62..4a73fc77113 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlPackage.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlPackage.java @@ -39,7 +39,7 @@ public class USqlPackage extends CatalogItem { private String definition; /** - * Get the databaseName value. + * Get the name of the database containing the package. * * @return the databaseName value */ @@ -48,7 +48,7 @@ public String databaseName() { } /** - * Set the databaseName value. + * Set the name of the database containing the package. * * @param databaseName the databaseName value to set * @return the USqlPackage object itself. @@ -59,7 +59,7 @@ public USqlPackage withDatabaseName(String databaseName) { } /** - * Get the schemaName value. + * Get the name of the schema associated with this package and database. * * @return the schemaName value */ @@ -68,7 +68,7 @@ public String schemaName() { } /** - * Set the schemaName value. + * Set the name of the schema associated with this package and database. * * @param schemaName the schemaName value to set * @return the USqlPackage object itself. @@ -79,7 +79,7 @@ public USqlPackage withSchemaName(String schemaName) { } /** - * Get the name value. + * Get the name of the package. * * @return the name value */ @@ -88,7 +88,7 @@ public String name() { } /** - * Set the name value. + * Set the name of the package. * * @param name the name value to set * @return the USqlPackage object itself. @@ -99,7 +99,7 @@ public USqlPackage withName(String name) { } /** - * Get the definition value. + * Get the definition of the package. * * @return the definition value */ @@ -108,7 +108,7 @@ public String definition() { } /** - * Set the definition value. + * Set the definition of the package. * * @param definition the definition value to set * @return the USqlPackage object itself. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlProcedure.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlProcedure.java index 6e3f49e3d8b..445ae65d8d3 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlProcedure.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlProcedure.java @@ -39,7 +39,7 @@ public class USqlProcedure extends CatalogItem { private String definition; /** - * Get the databaseName value. + * Get the name of the database. * * @return the databaseName value */ @@ -48,7 +48,7 @@ public String databaseName() { } /** - * Set the databaseName value. + * Set the name of the database. * * @param databaseName the databaseName value to set * @return the USqlProcedure object itself. @@ -59,7 +59,7 @@ public USqlProcedure withDatabaseName(String databaseName) { } /** - * Get the schemaName value. + * Get the name of the schema associated with this procedure and database. * * @return the schemaName value */ @@ -68,7 +68,7 @@ public String schemaName() { } /** - * Set the schemaName value. + * Set the name of the schema associated with this procedure and database. * * @param schemaName the schemaName value to set * @return the USqlProcedure object itself. @@ -79,7 +79,7 @@ public USqlProcedure withSchemaName(String schemaName) { } /** - * Get the name value. + * Get the name of the procedure. * * @return the name value */ @@ -88,7 +88,7 @@ public String name() { } /** - * Set the name value. + * Set the name of the procedure. * * @param name the name value to set * @return the USqlProcedure object itself. @@ -99,7 +99,7 @@ public USqlProcedure withName(String name) { } /** - * Get the definition value. + * Get the defined query of the procedure. * * @return the definition value */ @@ -108,7 +108,7 @@ public String definition() { } /** - * Set the definition value. + * Set the defined query of the procedure. * * @param definition the definition value to set * @return the USqlProcedure object itself. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlSchema.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlSchema.java index 043d52172cd..60d7f16cb2d 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlSchema.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlSchema.java @@ -27,7 +27,7 @@ public class USqlSchema extends CatalogItem { private String name; /** - * Get the databaseName value. + * Get the name of the database. * * @return the databaseName value */ @@ -36,7 +36,7 @@ public String databaseName() { } /** - * Set the databaseName value. + * Set the name of the database. * * @param databaseName the databaseName value to set * @return the USqlSchema object itself. @@ -47,7 +47,7 @@ public USqlSchema withDatabaseName(String databaseName) { } /** - * Get the name value. + * Get the name of the schema. * * @return the name value */ @@ -56,7 +56,7 @@ public String name() { } /** - * Set the name value. + * Set the name of the schema. * * @param name the name value to set * @return the USqlSchema object itself. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlSecret.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlSecret.java index b43047f9c6d..9cfd1a5a761 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlSecret.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlSecret.java @@ -48,7 +48,7 @@ public class USqlSecret extends CatalogItem { private String password; /** - * Get the databaseName value. + * Get the name of the database. * * @return the databaseName value */ @@ -57,7 +57,7 @@ public String databaseName() { } /** - * Set the databaseName value. + * Set the name of the database. * * @param databaseName the databaseName value to set * @return the USqlSecret object itself. @@ -68,7 +68,7 @@ public USqlSecret withDatabaseName(String databaseName) { } /** - * Get the name value. + * Get the name of the secret. * * @return the name value */ @@ -77,7 +77,7 @@ public String name() { } /** - * Set the name value. + * Set the name of the secret. * * @param name the name value to set * @return the USqlSecret object itself. @@ -88,7 +88,7 @@ public USqlSecret withName(String name) { } /** - * Get the creationTime value. + * Get the creation time of the credential object. This is the only information returned about a secret from a GET. * * @return the creationTime value */ @@ -97,7 +97,7 @@ public DateTime creationTime() { } /** - * Set the creationTime value. + * Set the creation time of the credential object. This is the only information returned about a secret from a GET. * * @param creationTime the creationTime value to set * @return the USqlSecret object itself. @@ -108,7 +108,7 @@ public USqlSecret withCreationTime(DateTime creationTime) { } /** - * Get the uri value. + * Get the URI identifier for the secret in the format <hostname>:<port>. * * @return the uri value */ @@ -117,7 +117,7 @@ public String uri() { } /** - * Set the uri value. + * Set the URI identifier for the secret in the format <hostname>:<port>. * * @param uri the uri value to set * @return the USqlSecret object itself. @@ -128,7 +128,7 @@ public USqlSecret withUri(String uri) { } /** - * Get the password value. + * Get the password for the secret to pass in. * * @return the password value */ @@ -137,7 +137,7 @@ public String password() { } /** - * Set the password value. + * Set the password for the secret to pass in. * * @param password the password value to set * @return the USqlSecret object itself. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlTable.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlTable.java index 5ac94563291..695b27cccbd 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlTable.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlTable.java @@ -64,7 +64,7 @@ public class USqlTable extends CatalogItem { private USqlDistributionInfo distributionInfo; /** - * Get the databaseName value. + * Get the name of the database. * * @return the databaseName value */ @@ -73,7 +73,7 @@ public String databaseName() { } /** - * Set the databaseName value. + * Set the name of the database. * * @param databaseName the databaseName value to set * @return the USqlTable object itself. @@ -84,7 +84,7 @@ public USqlTable withDatabaseName(String databaseName) { } /** - * Get the schemaName value. + * Get the name of the schema associated with this table and database. * * @return the schemaName value */ @@ -93,7 +93,7 @@ public String schemaName() { } /** - * Set the schemaName value. + * Set the name of the schema associated with this table and database. * * @param schemaName the schemaName value to set * @return the USqlTable object itself. @@ -104,7 +104,7 @@ public USqlTable withSchemaName(String schemaName) { } /** - * Get the name value. + * Get the name of the table. * * @return the name value */ @@ -113,7 +113,7 @@ public String name() { } /** - * Set the name value. + * Set the name of the table. * * @param name the name value to set * @return the USqlTable object itself. @@ -124,7 +124,7 @@ public USqlTable withName(String name) { } /** - * Get the columnList value. + * Get the list of columns in this table. * * @return the columnList value */ @@ -133,7 +133,7 @@ public List columnList() { } /** - * Set the columnList value. + * Set the list of columns in this table. * * @param columnList the columnList value to set * @return the USqlTable object itself. @@ -144,7 +144,7 @@ public USqlTable withColumnList(List columnList) { } /** - * Get the indexList value. + * Get the list of indices in this table. * * @return the indexList value */ @@ -153,7 +153,7 @@ public List indexList() { } /** - * Set the indexList value. + * Set the list of indices in this table. * * @param indexList the indexList value to set * @return the USqlTable object itself. @@ -164,7 +164,7 @@ public USqlTable withIndexList(List indexList) { } /** - * Get the partitionKeyList value. + * Get the list of partition keys in the table. * * @return the partitionKeyList value */ @@ -173,7 +173,7 @@ public List partitionKeyList() { } /** - * Set the partitionKeyList value. + * Set the list of partition keys in the table. * * @param partitionKeyList the partitionKeyList value to set * @return the USqlTable object itself. @@ -184,7 +184,7 @@ public USqlTable withPartitionKeyList(List partitionKeyList) { } /** - * Get the externalTable value. + * Get the external table associated with the table. * * @return the externalTable value */ @@ -193,7 +193,7 @@ public ExternalTable externalTable() { } /** - * Set the externalTable value. + * Set the external table associated with the table. * * @param externalTable the externalTable value to set * @return the USqlTable object itself. @@ -204,7 +204,7 @@ public USqlTable withExternalTable(ExternalTable externalTable) { } /** - * Get the distributionInfo value. + * Get the distributions info of the table. * * @return the distributionInfo value */ @@ -213,7 +213,7 @@ public USqlDistributionInfo distributionInfo() { } /** - * Set the distributionInfo value. + * Set the distributions info of the table. * * @param distributionInfo the distributionInfo value to set * @return the USqlTable object itself. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlTableColumn.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlTableColumn.java index 2a5cb4a7dc0..1bfcd669238 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlTableColumn.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlTableColumn.java @@ -27,7 +27,25 @@ public class USqlTableColumn { private String type; /** - * Get the name value. + * the name of the column in the table. + * This property is only used for compability. It will be removed in the future. Use name instead + */ + @JsonProperty(value = "columnName") + private void setColumnName(String columnName) { + this.name = columnName; + } + + /** + * the object type of the specified column (such as System.String). + * This property is only used for compability. It will be removed in the future. Use type instead + */ + @JsonProperty(value = "dataType") + private void setDataType(String dataType) { + this.type = dataType; + } + + /** + * Get the name of the column in the table. * * @return the name value */ @@ -36,7 +54,7 @@ public String name() { } /** - * Set the name value. + * Set the name of the column in the table. * * @param name the name value to set * @return the USqlTableColumn object itself. @@ -47,7 +65,7 @@ public USqlTableColumn withName(String name) { } /** - * Get the type value. + * Get the object type of the specified column (such as System.String). * * @return the type value */ @@ -56,7 +74,7 @@ public String type() { } /** - * Set the type value. + * Set the object type of the specified column (such as System.String). * * @param type the type value to set * @return the USqlTableColumn object itself. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlTableFragment.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlTableFragment.java new file mode 100644 index 00000000000..e828b01d3d6 --- /dev/null +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlTableFragment.java @@ -0,0 +1,176 @@ +/** + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for + * license information. + * + * Code generated by Microsoft (R) AutoRest Code Generator. + */ + +package com.microsoft.azure.management.datalake.analytics.models; + +import java.util.UUID; +import org.joda.time.DateTime; +import com.fasterxml.jackson.annotation.JsonProperty; + +/** + * A Data Lake Analytics catalog U-SQL table fragment item. + */ +public class USqlTableFragment { + /** + * the parent object Id of the table fragment. The parent could be a table + * or table partition. + */ + @JsonProperty(value = "parentId") + private UUID parentId; + + /** + * the version of the catalog item. + */ + @JsonProperty(value = "fragmentId") + private UUID fragmentId; + + /** + * the ordinal of the index which contains the table fragment. + */ + @JsonProperty(value = "indexId") + private Integer indexId; + + /** + * the data size of the table fragment in bytes. + */ + @JsonProperty(value = "size") + private Long size; + + /** + * the number of rows in the table fragment. + */ + @JsonProperty(value = "rowCount") + private Long rowCount; + + /** + * the creation time of the table fragment. + */ + @JsonProperty(value = "createDate") + private DateTime createDate; + + /** + * Get the parent object Id of the table fragment. The parent could be a table or table partition. + * + * @return the parentId value + */ + public UUID parentId() { + return this.parentId; + } + + /** + * Set the parent object Id of the table fragment. The parent could be a table or table partition. + * + * @param parentId the parentId value to set + * @return the USqlTableFragment object itself. + */ + public USqlTableFragment withParentId(UUID parentId) { + this.parentId = parentId; + return this; + } + + /** + * Get the version of the catalog item. + * + * @return the fragmentId value + */ + public UUID fragmentId() { + return this.fragmentId; + } + + /** + * Set the version of the catalog item. + * + * @param fragmentId the fragmentId value to set + * @return the USqlTableFragment object itself. + */ + public USqlTableFragment withFragmentId(UUID fragmentId) { + this.fragmentId = fragmentId; + return this; + } + + /** + * Get the ordinal of the index which contains the table fragment. + * + * @return the indexId value + */ + public Integer indexId() { + return this.indexId; + } + + /** + * Set the ordinal of the index which contains the table fragment. + * + * @param indexId the indexId value to set + * @return the USqlTableFragment object itself. + */ + public USqlTableFragment withIndexId(Integer indexId) { + this.indexId = indexId; + return this; + } + + /** + * Get the data size of the table fragment in bytes. + * + * @return the size value + */ + public Long size() { + return this.size; + } + + /** + * Set the data size of the table fragment in bytes. + * + * @param size the size value to set + * @return the USqlTableFragment object itself. + */ + public USqlTableFragment withSize(Long size) { + this.size = size; + return this; + } + + /** + * Get the number of rows in the table fragment. + * + * @return the rowCount value + */ + public Long rowCount() { + return this.rowCount; + } + + /** + * Set the number of rows in the table fragment. + * + * @param rowCount the rowCount value to set + * @return the USqlTableFragment object itself. + */ + public USqlTableFragment withRowCount(Long rowCount) { + this.rowCount = rowCount; + return this; + } + + /** + * Get the creation time of the table fragment. + * + * @return the createDate value + */ + public DateTime createDate() { + return this.createDate; + } + + /** + * Set the creation time of the table fragment. + * + * @param createDate the createDate value to set + * @return the USqlTableFragment object itself. + */ + public USqlTableFragment withCreateDate(DateTime createDate) { + this.createDate = createDate; + return this; + } + +} diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlTablePartition.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlTablePartition.java index ce0b8a5f558..051e060f24d 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlTablePartition.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlTablePartition.java @@ -8,10 +8,9 @@ package com.microsoft.azure.management.datalake.analytics.models; -import com.fasterxml.jackson.annotation.JsonProperty; -import org.joda.time.DateTime; - import java.util.List; +import org.joda.time.DateTime; +import com.fasterxml.jackson.annotation.JsonProperty; /** * A Data Lake Analytics catalog U-SQL table partition item. @@ -61,7 +60,7 @@ public class USqlTablePartition extends CatalogItem { private DateTime createDate; /** - * Get the databaseName value. + * Get the name of the database. * * @return the databaseName value */ @@ -70,7 +69,7 @@ public String databaseName() { } /** - * Set the databaseName value. + * Set the name of the database. * * @param databaseName the databaseName value to set * @return the USqlTablePartition object itself. @@ -81,7 +80,7 @@ public USqlTablePartition withDatabaseName(String databaseName) { } /** - * Get the schemaName value. + * Get the name of the schema associated with this table partition and database. * * @return the schemaName value */ @@ -90,7 +89,7 @@ public String schemaName() { } /** - * Set the schemaName value. + * Set the name of the schema associated with this table partition and database. * * @param schemaName the schemaName value to set * @return the USqlTablePartition object itself. @@ -101,7 +100,7 @@ public USqlTablePartition withSchemaName(String schemaName) { } /** - * Get the name value. + * Get the name of the table partition. * * @return the name value */ @@ -110,7 +109,7 @@ public String name() { } /** - * Set the name value. + * Set the name of the table partition. * * @param name the name value to set * @return the USqlTablePartition object itself. @@ -121,7 +120,7 @@ public USqlTablePartition withName(String name) { } /** - * Get the parentName value. + * Get the Ddl object of the partition's parent. * * @return the parentName value */ @@ -130,7 +129,7 @@ public DdlName parentName() { } /** - * Set the parentName value. + * Set the Ddl object of the partition's parent. * * @param parentName the parentName value to set * @return the USqlTablePartition object itself. @@ -141,7 +140,7 @@ public USqlTablePartition withParentName(DdlName parentName) { } /** - * Get the indexId value. + * Get the index ID for this partition. * * @return the indexId value */ @@ -150,7 +149,7 @@ public Integer indexId() { } /** - * Set the indexId value. + * Set the index ID for this partition. * * @param indexId the indexId value to set * @return the USqlTablePartition object itself. @@ -161,7 +160,7 @@ public USqlTablePartition withIndexId(Integer indexId) { } /** - * Get the label value. + * Get the list of labels associated with this partition. * * @return the label value */ @@ -170,7 +169,7 @@ public List label() { } /** - * Set the label value. + * Set the list of labels associated with this partition. * * @param label the label value to set * @return the USqlTablePartition object itself. @@ -181,7 +180,7 @@ public USqlTablePartition withLabel(List label) { } /** - * Get the createDate value. + * Get the creation time of the partition. * * @return the createDate value */ @@ -190,7 +189,7 @@ public DateTime createDate() { } /** - * Set the createDate value. + * Set the creation time of the partition. * * @param createDate the createDate value to set * @return the USqlTablePartition object itself. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlTablePreview.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlTablePreview.java new file mode 100644 index 00000000000..ee6737576ce --- /dev/null +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlTablePreview.java @@ -0,0 +1,154 @@ +/** + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for + * license information. + * + * Code generated by Microsoft (R) AutoRest Code Generator. + */ + +package com.microsoft.azure.management.datalake.analytics.models; + +import java.util.List; +import com.fasterxml.jackson.annotation.JsonProperty; + +/** + * A Data Lake Analytics catalog table or partition preview rows item. + */ +public class USqlTablePreview { + /** + * the total number of rows in the table or partition. + */ + @JsonProperty(value = "totalRowCount") + private Long totalRowCount; + + /** + * the total number of columns in the table or partition. + */ + @JsonProperty(value = "totalColumnCount") + private Long totalColumnCount; + + /** + * the rows of the table or partition preview, where each row is an array + * of string representations the row's values. Note: Byte arrays will + * appear as base-64 encoded values, SqlMap and SqlArray objects will + * appear as escaped JSON objects, and DateTime objects will appear as ISO + * formatted UTC date-times. + */ + @JsonProperty(value = "rows") + private List> rows; + + /** + * true if the amount of data in the response is less than expected due to + * the preview operation's size limitations. This can occur if the + * requested rows or row counts are too large. + */ + @JsonProperty(value = "truncated") + private Boolean truncated; + + /** + * the schema of the table or partition. + */ + @JsonProperty(value = "schema") + private List schema; + + /** + * Get the total number of rows in the table or partition. + * + * @return the totalRowCount value + */ + public Long totalRowCount() { + return this.totalRowCount; + } + + /** + * Set the total number of rows in the table or partition. + * + * @param totalRowCount the totalRowCount value to set + * @return the USqlTablePreview object itself. + */ + public USqlTablePreview withTotalRowCount(Long totalRowCount) { + this.totalRowCount = totalRowCount; + return this; + } + + /** + * Get the total number of columns in the table or partition. + * + * @return the totalColumnCount value + */ + public Long totalColumnCount() { + return this.totalColumnCount; + } + + /** + * Set the total number of columns in the table or partition. + * + * @param totalColumnCount the totalColumnCount value to set + * @return the USqlTablePreview object itself. + */ + public USqlTablePreview withTotalColumnCount(Long totalColumnCount) { + this.totalColumnCount = totalColumnCount; + return this; + } + + /** + * Get the rows of the table or partition preview, where each row is an array of string representations the row's values. Note: Byte arrays will appear as base-64 encoded values, SqlMap and SqlArray objects will appear as escaped JSON objects, and DateTime objects will appear as ISO formatted UTC date-times. + * + * @return the rows value + */ + public List> rows() { + return this.rows; + } + + /** + * Set the rows of the table or partition preview, where each row is an array of string representations the row's values. Note: Byte arrays will appear as base-64 encoded values, SqlMap and SqlArray objects will appear as escaped JSON objects, and DateTime objects will appear as ISO formatted UTC date-times. + * + * @param rows the rows value to set + * @return the USqlTablePreview object itself. + */ + public USqlTablePreview withRows(List> rows) { + this.rows = rows; + return this; + } + + /** + * Get true if the amount of data in the response is less than expected due to the preview operation's size limitations. This can occur if the requested rows or row counts are too large. + * + * @return the truncated value + */ + public Boolean truncated() { + return this.truncated; + } + + /** + * Set true if the amount of data in the response is less than expected due to the preview operation's size limitations. This can occur if the requested rows or row counts are too large. + * + * @param truncated the truncated value to set + * @return the USqlTablePreview object itself. + */ + public USqlTablePreview withTruncated(Boolean truncated) { + this.truncated = truncated; + return this; + } + + /** + * Get the schema of the table or partition. + * + * @return the schema value + */ + public List schema() { + return this.schema; + } + + /** + * Set the schema of the table or partition. + * + * @param schema the schema value to set + * @return the USqlTablePreview object itself. + */ + public USqlTablePreview withSchema(List schema) { + this.schema = schema; + return this; + } + +} diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlTableStatistics.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlTableStatistics.java index 8d9c0e019ac..29a2ab4771e 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlTableStatistics.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlTableStatistics.java @@ -8,10 +8,9 @@ package com.microsoft.azure.management.datalake.analytics.models; -import com.fasterxml.jackson.annotation.JsonProperty; import org.joda.time.DateTime; - import java.util.List; +import com.fasterxml.jackson.annotation.JsonProperty; /** * A Data Lake Analytics catalog U-SQL table statistics item. @@ -96,7 +95,7 @@ public class USqlTableStatistics extends CatalogItem { private List colNames; /** - * Get the databaseName value. + * Get the name of the database. * * @return the databaseName value */ @@ -105,7 +104,7 @@ public String databaseName() { } /** - * Set the databaseName value. + * Set the name of the database. * * @param databaseName the databaseName value to set * @return the USqlTableStatistics object itself. @@ -116,7 +115,7 @@ public USqlTableStatistics withDatabaseName(String databaseName) { } /** - * Get the schemaName value. + * Get the name of the schema associated with this table and database. * * @return the schemaName value */ @@ -125,7 +124,7 @@ public String schemaName() { } /** - * Set the schemaName value. + * Set the name of the schema associated with this table and database. * * @param schemaName the schemaName value to set * @return the USqlTableStatistics object itself. @@ -136,7 +135,7 @@ public USqlTableStatistics withSchemaName(String schemaName) { } /** - * Get the tableName value. + * Get the name of the table. * * @return the tableName value */ @@ -145,7 +144,7 @@ public String tableName() { } /** - * Set the tableName value. + * Set the name of the table. * * @param tableName the tableName value to set * @return the USqlTableStatistics object itself. @@ -156,7 +155,7 @@ public USqlTableStatistics withTableName(String tableName) { } /** - * Get the name value. + * Get the name of the table statistics. * * @return the name value */ @@ -165,7 +164,7 @@ public String name() { } /** - * Set the name value. + * Set the name of the table statistics. * * @param name the name value to set * @return the USqlTableStatistics object itself. @@ -176,7 +175,7 @@ public USqlTableStatistics withName(String name) { } /** - * Get the userStatName value. + * Get the name of the user statistics. * * @return the userStatName value */ @@ -185,7 +184,7 @@ public String userStatName() { } /** - * Set the userStatName value. + * Set the name of the user statistics. * * @param userStatName the userStatName value to set * @return the USqlTableStatistics object itself. @@ -196,7 +195,7 @@ public USqlTableStatistics withUserStatName(String userStatName) { } /** - * Get the statDataPath value. + * Get the path to the statistics data. * * @return the statDataPath value */ @@ -205,7 +204,7 @@ public String statDataPath() { } /** - * Set the statDataPath value. + * Set the path to the statistics data. * * @param statDataPath the statDataPath value to set * @return the USqlTableStatistics object itself. @@ -216,7 +215,7 @@ public USqlTableStatistics withStatDataPath(String statDataPath) { } /** - * Get the createTime value. + * Get the creation time of the statistics. * * @return the createTime value */ @@ -225,7 +224,7 @@ public DateTime createTime() { } /** - * Set the createTime value. + * Set the creation time of the statistics. * * @param createTime the createTime value to set * @return the USqlTableStatistics object itself. @@ -236,7 +235,7 @@ public USqlTableStatistics withCreateTime(DateTime createTime) { } /** - * Get the updateTime value. + * Get the last time the statistics were updated. * * @return the updateTime value */ @@ -245,7 +244,7 @@ public DateTime updateTime() { } /** - * Set the updateTime value. + * Set the last time the statistics were updated. * * @param updateTime the updateTime value to set * @return the USqlTableStatistics object itself. @@ -256,7 +255,7 @@ public USqlTableStatistics withUpdateTime(DateTime updateTime) { } /** - * Get the isUserCreated value. + * Get the switch indicating if these statistics are user created. * * @return the isUserCreated value */ @@ -265,7 +264,7 @@ public Boolean isUserCreated() { } /** - * Set the isUserCreated value. + * Set the switch indicating if these statistics are user created. * * @param isUserCreated the isUserCreated value to set * @return the USqlTableStatistics object itself. @@ -276,7 +275,7 @@ public USqlTableStatistics withIsUserCreated(Boolean isUserCreated) { } /** - * Get the isAutoCreated value. + * Get the switch indicating if these statistics are automatically created. * * @return the isAutoCreated value */ @@ -285,7 +284,7 @@ public Boolean isAutoCreated() { } /** - * Set the isAutoCreated value. + * Set the switch indicating if these statistics are automatically created. * * @param isAutoCreated the isAutoCreated value to set * @return the USqlTableStatistics object itself. @@ -296,7 +295,7 @@ public USqlTableStatistics withIsAutoCreated(Boolean isAutoCreated) { } /** - * Get the hasFilter value. + * Get the switch indicating if these statistics have a filter. * * @return the hasFilter value */ @@ -305,7 +304,7 @@ public Boolean hasFilter() { } /** - * Set the hasFilter value. + * Set the switch indicating if these statistics have a filter. * * @param hasFilter the hasFilter value to set * @return the USqlTableStatistics object itself. @@ -316,7 +315,7 @@ public USqlTableStatistics withHasFilter(Boolean hasFilter) { } /** - * Get the filterDefinition value. + * Get the filter definition for the statistics. * * @return the filterDefinition value */ @@ -325,7 +324,7 @@ public String filterDefinition() { } /** - * Set the filterDefinition value. + * Set the filter definition for the statistics. * * @param filterDefinition the filterDefinition value to set * @return the USqlTableStatistics object itself. @@ -336,7 +335,7 @@ public USqlTableStatistics withFilterDefinition(String filterDefinition) { } /** - * Get the colNames value. + * Get the list of column names associated with these statistics. * * @return the colNames value */ @@ -345,7 +344,7 @@ public List colNames() { } /** - * Set the colNames value. + * Set the list of column names associated with these statistics. * * @param colNames the colNames value to set * @return the USqlTableStatistics object itself. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlTableType.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlTableType.java index 74dff1016b0..7004814cd4e 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlTableType.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlTableType.java @@ -22,7 +22,7 @@ public class USqlTableType extends USqlType { private List columns; /** - * Get the columns value. + * Get the type field information associated with this table type. * * @return the columns value */ diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlTableValuedFunction.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlTableValuedFunction.java index 3f4fc2b611b..646aed529e5 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlTableValuedFunction.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlTableValuedFunction.java @@ -39,7 +39,7 @@ public class USqlTableValuedFunction extends CatalogItem { private String definition; /** - * Get the databaseName value. + * Get the name of the database. * * @return the databaseName value */ @@ -48,7 +48,7 @@ public String databaseName() { } /** - * Set the databaseName value. + * Set the name of the database. * * @param databaseName the databaseName value to set * @return the USqlTableValuedFunction object itself. @@ -59,7 +59,7 @@ public USqlTableValuedFunction withDatabaseName(String databaseName) { } /** - * Get the schemaName value. + * Get the name of the schema associated with this database. * * @return the schemaName value */ @@ -68,7 +68,7 @@ public String schemaName() { } /** - * Set the schemaName value. + * Set the name of the schema associated with this database. * * @param schemaName the schemaName value to set * @return the USqlTableValuedFunction object itself. @@ -79,7 +79,7 @@ public USqlTableValuedFunction withSchemaName(String schemaName) { } /** - * Get the name value. + * Get the name of the table valued function. * * @return the name value */ @@ -88,7 +88,7 @@ public String name() { } /** - * Set the name value. + * Set the name of the table valued function. * * @param name the name value to set * @return the USqlTableValuedFunction object itself. @@ -99,7 +99,7 @@ public USqlTableValuedFunction withName(String name) { } /** - * Get the definition value. + * Get the definition of the table valued function. * * @return the definition value */ @@ -108,7 +108,7 @@ public String definition() { } /** - * Set the definition value. + * Set the definition of the table valued function. * * @param definition the definition value to set * @return the USqlTableValuedFunction object itself. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlType.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlType.java index 59821e80c06..ca8091065eb 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlType.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlType.java @@ -105,7 +105,7 @@ public class USqlType extends CatalogItem { private Boolean isComplexType; /** - * Get the databaseName value. + * Get the name of the database. * * @return the databaseName value */ @@ -114,7 +114,7 @@ public String databaseName() { } /** - * Set the databaseName value. + * Set the name of the database. * * @param databaseName the databaseName value to set * @return the USqlType object itself. @@ -125,7 +125,7 @@ public USqlType withDatabaseName(String databaseName) { } /** - * Get the schemaName value. + * Get the name of the schema associated with this table and database. * * @return the schemaName value */ @@ -134,7 +134,7 @@ public String schemaName() { } /** - * Set the schemaName value. + * Set the name of the schema associated with this table and database. * * @param schemaName the schemaName value to set * @return the USqlType object itself. @@ -145,7 +145,7 @@ public USqlType withSchemaName(String schemaName) { } /** - * Get the name value. + * Get the name of type for this type. * * @return the name value */ @@ -154,7 +154,7 @@ public String name() { } /** - * Set the name value. + * Set the name of type for this type. * * @param name the name value to set * @return the USqlType object itself. @@ -165,7 +165,7 @@ public USqlType withName(String name) { } /** - * Get the typeFamily value. + * Get the type family for this type. * * @return the typeFamily value */ @@ -174,7 +174,7 @@ public String typeFamily() { } /** - * Set the typeFamily value. + * Set the type family for this type. * * @param typeFamily the typeFamily value to set * @return the USqlType object itself. @@ -185,7 +185,7 @@ public USqlType withTypeFamily(String typeFamily) { } /** - * Get the cSharpName value. + * Get the C# name for this type. * * @return the cSharpName value */ @@ -194,7 +194,7 @@ public String cSharpName() { } /** - * Set the cSharpName value. + * Set the C# name for this type. * * @param cSharpName the cSharpName value to set * @return the USqlType object itself. @@ -205,7 +205,7 @@ public USqlType withCSharpName(String cSharpName) { } /** - * Get the fullCSharpName value. + * Get the fully qualified C# name for this type. * * @return the fullCSharpName value */ @@ -214,7 +214,7 @@ public String fullCSharpName() { } /** - * Set the fullCSharpName value. + * Set the fully qualified C# name for this type. * * @param fullCSharpName the fullCSharpName value to set * @return the USqlType object itself. @@ -225,7 +225,7 @@ public USqlType withFullCSharpName(String fullCSharpName) { } /** - * Get the systemTypeId value. + * Get the system type ID for this type. * * @return the systemTypeId value */ @@ -234,7 +234,7 @@ public Integer systemTypeId() { } /** - * Set the systemTypeId value. + * Set the system type ID for this type. * * @param systemTypeId the systemTypeId value to set * @return the USqlType object itself. @@ -245,7 +245,7 @@ public USqlType withSystemTypeId(Integer systemTypeId) { } /** - * Get the userTypeId value. + * Get the user type ID for this type. * * @return the userTypeId value */ @@ -254,7 +254,7 @@ public Integer userTypeId() { } /** - * Set the userTypeId value. + * Set the user type ID for this type. * * @param userTypeId the userTypeId value to set * @return the USqlType object itself. @@ -265,7 +265,7 @@ public USqlType withUserTypeId(Integer userTypeId) { } /** - * Get the schemaId value. + * Get the schema ID for this type. * * @return the schemaId value */ @@ -274,7 +274,7 @@ public Integer schemaId() { } /** - * Set the schemaId value. + * Set the schema ID for this type. * * @param schemaId the schemaId value to set * @return the USqlType object itself. @@ -285,7 +285,7 @@ public USqlType withSchemaId(Integer schemaId) { } /** - * Get the principalId value. + * Get the principal ID for this type. * * @return the principalId value */ @@ -294,7 +294,7 @@ public Integer principalId() { } /** - * Set the principalId value. + * Set the principal ID for this type. * * @param principalId the principalId value to set * @return the USqlType object itself. @@ -305,7 +305,7 @@ public USqlType withPrincipalId(Integer principalId) { } /** - * Get the isNullable value. + * Get the the switch indicating if this type is nullable. * * @return the isNullable value */ @@ -314,7 +314,7 @@ public Boolean isNullable() { } /** - * Set the isNullable value. + * Set the the switch indicating if this type is nullable. * * @param isNullable the isNullable value to set * @return the USqlType object itself. @@ -325,7 +325,7 @@ public USqlType withIsNullable(Boolean isNullable) { } /** - * Get the isUserDefined value. + * Get the the switch indicating if this type is user defined. * * @return the isUserDefined value */ @@ -334,7 +334,7 @@ public Boolean isUserDefined() { } /** - * Set the isUserDefined value. + * Set the the switch indicating if this type is user defined. * * @param isUserDefined the isUserDefined value to set * @return the USqlType object itself. @@ -345,7 +345,7 @@ public USqlType withIsUserDefined(Boolean isUserDefined) { } /** - * Get the isAssemblyType value. + * Get the the switch indicating if this type is an assembly type. * * @return the isAssemblyType value */ @@ -354,7 +354,7 @@ public Boolean isAssemblyType() { } /** - * Set the isAssemblyType value. + * Set the the switch indicating if this type is an assembly type. * * @param isAssemblyType the isAssemblyType value to set * @return the USqlType object itself. @@ -365,7 +365,7 @@ public USqlType withIsAssemblyType(Boolean isAssemblyType) { } /** - * Get the isTableType value. + * Get the the switch indicating if this type is a table type. * * @return the isTableType value */ @@ -374,7 +374,7 @@ public Boolean isTableType() { } /** - * Set the isTableType value. + * Set the the switch indicating if this type is a table type. * * @param isTableType the isTableType value to set * @return the USqlType object itself. @@ -385,7 +385,7 @@ public USqlType withIsTableType(Boolean isTableType) { } /** - * Get the isComplexType value. + * Get the the switch indicating if this type is a complex type. * * @return the isComplexType value */ @@ -394,7 +394,7 @@ public Boolean isComplexType() { } /** - * Set the isComplexType value. + * Set the the switch indicating if this type is a complex type. * * @param isComplexType the isComplexType value to set * @return the USqlType object itself. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlView.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlView.java index 0d7bceaff6f..0f1e3b28109 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlView.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/USqlView.java @@ -39,7 +39,7 @@ public class USqlView extends CatalogItem { private String definition; /** - * Get the databaseName value. + * Get the name of the database. * * @return the databaseName value */ @@ -48,7 +48,7 @@ public String databaseName() { } /** - * Set the databaseName value. + * Set the name of the database. * * @param databaseName the databaseName value to set * @return the USqlView object itself. @@ -59,7 +59,7 @@ public USqlView withDatabaseName(String databaseName) { } /** - * Get the schemaName value. + * Get the name of the schema associated with this view and database. * * @return the schemaName value */ @@ -68,7 +68,7 @@ public String schemaName() { } /** - * Set the schemaName value. + * Set the name of the schema associated with this view and database. * * @param schemaName the schemaName value to set * @return the USqlView object itself. @@ -79,7 +79,7 @@ public USqlView withSchemaName(String schemaName) { } /** - * Get the name value. + * Get the name of the view. * * @return the name value */ @@ -88,7 +88,7 @@ public String name() { } /** - * Set the name value. + * Set the name of the view. * * @param name the name value to set * @return the USqlView object itself. @@ -99,7 +99,7 @@ public USqlView withName(String name) { } /** - * Get the definition value. + * Get the defined query of the view. * * @return the definition value */ @@ -108,7 +108,7 @@ public String definition() { } /** - * Set the definition value. + * Set the defined query of the view. * * @param definition the definition value to set * @return the USqlView object itself. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/UpdateComputePolicyParameters.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/UpdateComputePolicyParameters.java index ab3664a101b..d3cf3039c73 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/UpdateComputePolicyParameters.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/UpdateComputePolicyParameters.java @@ -47,7 +47,7 @@ public class UpdateComputePolicyParameters { private Integer minPriorityPerJob; /** - * Get the objectId value. + * Get the AAD object identifier for the entity to create a policy for. * * @return the objectId value */ @@ -56,7 +56,7 @@ public UUID objectId() { } /** - * Set the objectId value. + * Set the AAD object identifier for the entity to create a policy for. * * @param objectId the objectId value to set * @return the UpdateComputePolicyParameters object itself. @@ -67,7 +67,7 @@ public UpdateComputePolicyParameters withObjectId(UUID objectId) { } /** - * Get the objectType value. + * Get the type of AAD object the object identifier refers to. Possible values include: 'User', 'Group', 'ServicePrincipal'. * * @return the objectType value */ @@ -76,7 +76,7 @@ public AADObjectType objectType() { } /** - * Set the objectType value. + * Set the type of AAD object the object identifier refers to. Possible values include: 'User', 'Group', 'ServicePrincipal'. * * @param objectType the objectType value to set * @return the UpdateComputePolicyParameters object itself. @@ -87,7 +87,7 @@ public UpdateComputePolicyParameters withObjectType(AADObjectType objectType) { } /** - * Get the maxDegreeOfParallelismPerJob value. + * Get the maximum degree of parallelism per job this user can use to submit jobs. This property, the min priority per job property, or both must be passed. * * @return the maxDegreeOfParallelismPerJob value */ @@ -96,7 +96,7 @@ public Integer maxDegreeOfParallelismPerJob() { } /** - * Set the maxDegreeOfParallelismPerJob value. + * Set the maximum degree of parallelism per job this user can use to submit jobs. This property, the min priority per job property, or both must be passed. * * @param maxDegreeOfParallelismPerJob the maxDegreeOfParallelismPerJob value to set * @return the UpdateComputePolicyParameters object itself. @@ -107,7 +107,7 @@ public UpdateComputePolicyParameters withMaxDegreeOfParallelismPerJob(Integer ma } /** - * Get the minPriorityPerJob value. + * Get the minimum priority per job this user can use to submit jobs. This property, the max degree of parallelism per job property, or both must be passed. * * @return the minPriorityPerJob value */ @@ -116,7 +116,7 @@ public Integer minPriorityPerJob() { } /** - * Set the minPriorityPerJob value. + * Set the minimum priority per job this user can use to submit jobs. This property, the max degree of parallelism per job property, or both must be passed. * * @param minPriorityPerJob the minPriorityPerJob value to set * @return the UpdateComputePolicyParameters object itself. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/UpdateComputePolicyWithAccountParameters.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/UpdateComputePolicyWithAccountParameters.java index 7c2932ffe85..7b011525fb2 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/UpdateComputePolicyWithAccountParameters.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/UpdateComputePolicyWithAccountParameters.java @@ -54,7 +54,7 @@ public class UpdateComputePolicyWithAccountParameters { private Integer minPriorityPerJob; /** - * Get the name value. + * Get the unique name of the compute policy to update. * * @return the name value */ @@ -63,7 +63,7 @@ public String name() { } /** - * Set the name value. + * Set the unique name of the compute policy to update. * * @param name the name value to set * @return the UpdateComputePolicyWithAccountParameters object itself. @@ -74,7 +74,7 @@ public UpdateComputePolicyWithAccountParameters withName(String name) { } /** - * Get the objectId value. + * Get the AAD object identifier for the entity to create a policy for. * * @return the objectId value */ @@ -83,7 +83,7 @@ public UUID objectId() { } /** - * Set the objectId value. + * Set the AAD object identifier for the entity to create a policy for. * * @param objectId the objectId value to set * @return the UpdateComputePolicyWithAccountParameters object itself. @@ -94,7 +94,7 @@ public UpdateComputePolicyWithAccountParameters withObjectId(UUID objectId) { } /** - * Get the objectType value. + * Get the type of AAD object the object identifier refers to. Possible values include: 'User', 'Group', 'ServicePrincipal'. * * @return the objectType value */ @@ -103,7 +103,7 @@ public AADObjectType objectType() { } /** - * Set the objectType value. + * Set the type of AAD object the object identifier refers to. Possible values include: 'User', 'Group', 'ServicePrincipal'. * * @param objectType the objectType value to set * @return the UpdateComputePolicyWithAccountParameters object itself. @@ -114,7 +114,7 @@ public UpdateComputePolicyWithAccountParameters withObjectType(AADObjectType obj } /** - * Get the maxDegreeOfParallelismPerJob value. + * Get the maximum degree of parallelism per job this user can use to submit jobs. This property, the min priority per job property, or both must be passed. * * @return the maxDegreeOfParallelismPerJob value */ @@ -123,7 +123,7 @@ public Integer maxDegreeOfParallelismPerJob() { } /** - * Set the maxDegreeOfParallelismPerJob value. + * Set the maximum degree of parallelism per job this user can use to submit jobs. This property, the min priority per job property, or both must be passed. * * @param maxDegreeOfParallelismPerJob the maxDegreeOfParallelismPerJob value to set * @return the UpdateComputePolicyWithAccountParameters object itself. @@ -134,7 +134,7 @@ public UpdateComputePolicyWithAccountParameters withMaxDegreeOfParallelismPerJob } /** - * Get the minPriorityPerJob value. + * Get the minimum priority per job this user can use to submit jobs. This property, the max degree of parallelism per job property, or both must be passed. * * @return the minPriorityPerJob value */ @@ -143,7 +143,7 @@ public Integer minPriorityPerJob() { } /** - * Set the minPriorityPerJob value. + * Set the minimum priority per job this user can use to submit jobs. This property, the max degree of parallelism per job property, or both must be passed. * * @param minPriorityPerJob the minPriorityPerJob value to set * @return the UpdateComputePolicyWithAccountParameters object itself. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/UpdateDataLakeAnalyticsAccountParameters.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/UpdateDataLakeAnalyticsAccountParameters.java index acedeff1e32..5fd0e6c9715 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/UpdateDataLakeAnalyticsAccountParameters.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/UpdateDataLakeAnalyticsAccountParameters.java @@ -44,15 +44,16 @@ public class UpdateDataLakeAnalyticsAccountParameters { private List computePolicies; /** - * The list of firewall rules associated with this Data Lake Analytics - * account. + * The list of firewall rules associated with this account. */ @JsonProperty(value = "properties.firewallRules") private List firewallRules; /** - * The current state of the IP address firewall for this Data Lake - * Analytics account. Possible values include: 'Enabled', 'Disabled'. + * The current state of the IP address firewall for this account. Disabling + * the firewall does not remove existing rules, they will just be ignored + * until the firewall is re-enabled. Possible values include: 'Enabled', + * 'Disabled'. */ @JsonProperty(value = "properties.firewallState") private FirewallState firewallState; @@ -106,7 +107,7 @@ public class UpdateDataLakeAnalyticsAccountParameters { private Integer queryStoreRetention; /** - * Get the tags value. + * Get the resource tags. * * @return the tags value */ @@ -115,7 +116,7 @@ public Map tags() { } /** - * Set the tags value. + * Set the resource tags. * * @param tags the tags value to set * @return the UpdateDataLakeAnalyticsAccountParameters object itself. @@ -126,7 +127,7 @@ public UpdateDataLakeAnalyticsAccountParameters withTags(Map tag } /** - * Get the dataLakeStoreAccounts value. + * Get the list of Data Lake Store accounts associated with this account. * * @return the dataLakeStoreAccounts value */ @@ -135,7 +136,7 @@ public List dataLakeStoreAccounts() { } /** - * Set the dataLakeStoreAccounts value. + * Set the list of Data Lake Store accounts associated with this account. * * @param dataLakeStoreAccounts the dataLakeStoreAccounts value to set * @return the UpdateDataLakeAnalyticsAccountParameters object itself. @@ -146,7 +147,7 @@ public UpdateDataLakeAnalyticsAccountParameters withDataLakeStoreAccounts(List storageAccounts() { } /** - * Set the storageAccounts value. + * Set the list of Azure Blob storage accounts associated with this account. * * @param storageAccounts the storageAccounts value to set * @return the UpdateDataLakeAnalyticsAccountParameters object itself. @@ -166,7 +167,7 @@ public UpdateDataLakeAnalyticsAccountParameters withStorageAccounts(List computePolicies() { } /** - * Set the computePolicies value. + * Set the list of compute policies associated with this account. * * @param computePolicies the computePolicies value to set * @return the UpdateDataLakeAnalyticsAccountParameters object itself. @@ -186,7 +187,7 @@ public UpdateDataLakeAnalyticsAccountParameters withComputePolicies(List firewallRules() { } /** - * Set the firewallRules value. + * Set the list of firewall rules associated with this account. * * @param firewallRules the firewallRules value to set * @return the UpdateDataLakeAnalyticsAccountParameters object itself. @@ -206,7 +207,7 @@ public UpdateDataLakeAnalyticsAccountParameters withFirewallRules(List tags; /** - * Get the degreeOfParallelism value. + * Get the degree of parallelism used for this job. This must be greater than 0, if set to less than 0 it will default to 1. * * @return the degreeOfParallelism value */ @@ -49,7 +48,7 @@ public Integer degreeOfParallelism() { } /** - * Set the degreeOfParallelism value. + * Set the degree of parallelism used for this job. This must be greater than 0, if set to less than 0 it will default to 1. * * @param degreeOfParallelism the degreeOfParallelism value to set * @return the UpdateJobParameters object itself. @@ -60,7 +59,7 @@ public UpdateJobParameters withDegreeOfParallelism(Integer degreeOfParallelism) } /** - * Get the priority value. + * Get the priority value for the current job. Lower numbers have a higher priority. By default, a job has a priority of 1000. This must be greater than 0. * * @return the priority value */ @@ -69,7 +68,7 @@ public Integer priority() { } /** - * Set the priority value. + * Set the priority value for the current job. Lower numbers have a higher priority. By default, a job has a priority of 1000. This must be greater than 0. * * @param priority the priority value to set * @return the UpdateJobParameters object itself. @@ -80,7 +79,7 @@ public UpdateJobParameters withPriority(Integer priority) { } /** - * Get the tags value. + * Get the key-value pairs used to add additional metadata to the job information. * * @return the tags value */ @@ -89,7 +88,7 @@ public Map tags() { } /** - * Set the tags value. + * Set the key-value pairs used to add additional metadata to the job information. * * @param tags the tags value to set * @return the UpdateJobParameters object itself. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/UpdateStorageAccountParameters.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/UpdateStorageAccountParameters.java index fdc2456c901..ecdf783f8f5 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/UpdateStorageAccountParameters.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/UpdateStorageAccountParameters.java @@ -30,7 +30,7 @@ public class UpdateStorageAccountParameters { private String suffix; /** - * Get the accessKey value. + * Get the updated access key associated with this Azure Storage account that will be used to connect to it. * * @return the accessKey value */ @@ -39,7 +39,7 @@ public String accessKey() { } /** - * Set the accessKey value. + * Set the updated access key associated with this Azure Storage account that will be used to connect to it. * * @param accessKey the accessKey value to set * @return the UpdateStorageAccountParameters object itself. @@ -50,7 +50,7 @@ public UpdateStorageAccountParameters withAccessKey(String accessKey) { } /** - * Get the suffix value. + * Get the optional suffix for the storage account. * * @return the suffix value */ @@ -59,7 +59,7 @@ public String suffix() { } /** - * Set the suffix value. + * Set the optional suffix for the storage account. * * @param suffix the suffix value to set * @return the UpdateStorageAccountParameters object itself. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/UpdateStorageAccountWithAccountParameters.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/UpdateStorageAccountWithAccountParameters.java index d7ad37041d7..4149b8ae0f7 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/UpdateStorageAccountWithAccountParameters.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/UpdateStorageAccountWithAccountParameters.java @@ -37,7 +37,7 @@ public class UpdateStorageAccountWithAccountParameters { private String suffix; /** - * Get the name value. + * Get the unique name of the Azure Storage account to update. * * @return the name value */ @@ -46,7 +46,7 @@ public String name() { } /** - * Set the name value. + * Set the unique name of the Azure Storage account to update. * * @param name the name value to set * @return the UpdateStorageAccountWithAccountParameters object itself. @@ -57,7 +57,7 @@ public UpdateStorageAccountWithAccountParameters withName(String name) { } /** - * Get the accessKey value. + * Get the updated access key associated with this Azure Storage account that will be used to connect to it. * * @return the accessKey value */ @@ -66,7 +66,7 @@ public String accessKey() { } /** - * Set the accessKey value. + * Set the updated access key associated with this Azure Storage account that will be used to connect to it. * * @param accessKey the accessKey value to set * @return the UpdateStorageAccountWithAccountParameters object itself. @@ -77,7 +77,7 @@ public UpdateStorageAccountWithAccountParameters withAccessKey(String accessKey) } /** - * Get the suffix value. + * Get the optional suffix for the storage account. * * @return the suffix value */ @@ -86,7 +86,7 @@ public String suffix() { } /** - * Set the suffix value. + * Set the optional suffix for the storage account. * * @param suffix the suffix value to set * @return the UpdateStorageAccountWithAccountParameters object itself. diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/package-info.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/package-info.java index 3cfd565f6ea..4e534b10096 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/package-info.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/models/package-info.java @@ -8,4 +8,4 @@ * This package contains the models classes for DataLakeAnalyticsCatalogManagementClient. * Creates an Azure Data Lake Analytics catalog client. */ -package com.microsoft.azure.datalake.analytics.models; +package com.microsoft.azure.management.datalake.analytics.models; diff --git a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/package-info.java b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/package-info.java index 4e17e437c53..c33fadad30e 100644 --- a/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/package-info.java +++ b/azure-mgmt-datalake-analytics/src/main/java/com/microsoft/azure/management/datalake/analytics/package-info.java @@ -8,4 +8,4 @@ * This package contains the classes for DataLakeAnalyticsCatalogManagementClient. * Creates an Azure Data Lake Analytics catalog client. */ -package com.microsoft.azure.datalake.analytics; +package com.microsoft.azure.management.datalake.analytics; diff --git a/azure-mgmt-datalake-analytics/src/test/java/com/microsoft/azure/management/datalake/analytics/DataLakeAnalyticsCatalogOperationsTests.java b/azure-mgmt-datalake-analytics/src/test/java/com/microsoft/azure/management/datalake/analytics/DataLakeAnalyticsCatalogOperationsTests.java index 407e3eb3445..832a9b4f377 100644 --- a/azure-mgmt-datalake-analytics/src/test/java/com/microsoft/azure/management/datalake/analytics/DataLakeAnalyticsCatalogOperationsTests.java +++ b/azure-mgmt-datalake-analytics/src/test/java/com/microsoft/azure/management/datalake/analytics/DataLakeAnalyticsCatalogOperationsTests.java @@ -6,19 +6,8 @@ package com.microsoft.azure.management.datalake.analytics; -import com.microsoft.azure.management.datalake.analytics.models.Acl; -import com.microsoft.azure.management.datalake.analytics.models.AclCreateOrUpdateParameters; -import com.microsoft.azure.management.datalake.analytics.models.AclDeleteParameters; -import com.microsoft.azure.management.datalake.analytics.models.AclType; -import com.microsoft.azure.management.datalake.analytics.models.DataLakeAnalyticsCatalogCredentialCreateParameters; -import com.microsoft.azure.management.datalake.analytics.models.PermissionType; -import com.microsoft.azure.management.datalake.analytics.models.USqlCredential; -import com.microsoft.azure.management.datalake.analytics.models.USqlDatabase; -import com.microsoft.azure.management.datalake.analytics.models.USqlProcedure; -import com.microsoft.azure.management.datalake.analytics.models.USqlTable; -import com.microsoft.azure.management.datalake.analytics.models.USqlTableValuedFunction; -import com.microsoft.azure.management.datalake.analytics.models.USqlType; -import com.microsoft.azure.management.datalake.analytics.models.USqlView; +import com.microsoft.azure.PagedList; +import com.microsoft.azure.management.datalake.analytics.models.*; import com.microsoft.azure.management.resources.fluentcore.utils.SdkContext; import com.microsoft.rest.RestClient; import org.junit.Assert; @@ -34,6 +23,7 @@ public class DataLakeAnalyticsCatalogOperationsTests extends DataLakeAnalyticsMa // Catalog names protected static String dbName; protected static String tableName; + protected static String schemaName; protected static String tvfName; protected static String procName; protected static String viewName; @@ -53,6 +43,7 @@ protected void initializeClients(RestClient restClient, String defaultSubscripti // Define catalog items dbName = generateRandomResourceName("testdb1", 15); tableName = generateRandomResourceName("testtable1", 15); + schemaName = "dbo"; tvfName = generateRandomResourceName("testtvf1", 15); procName = generateRandomResourceName("testproc1", 15); viewName = generateRandomResourceName("testview1", 15); @@ -81,6 +72,13 @@ protected void initializeClients(RestClient restClient, String defaultSubscripti "\r\n" + "ALTER TABLE {0}.dbo.{1} ADD IF NOT EXISTS PARTITION (1);\r\n" + "\r\n" + + "INSERT INTO {0}.dbo.{1}" + + "(UserId, Start, Region, Query, Duration, Urls, ClickedUrls)" + + "ON INTEGRITY VIOLATION MOVE TO PARTITION (1)" + + "VALUES" + + "(1, new DateTime(2018, 04, 25), \"US\", @\"fake query\", 34, \"http://url1.fake.com\", \"http://clickedUrl1.fake.com\")," + + "(1, new DateTime(2018, 04, 26), \"EN\", @\"fake query\", 23, \"http://url2.fake.com\", \"http://clickedUrl2.fake.com\");" + + "\r\n" + "DROP FUNCTION IF EXISTS {0}.dbo.{2};\r\n" + "\r\n" + "//create table weblogs on space-delimited website log data\r\n" + @@ -229,7 +227,7 @@ public void canGetCatalogItems() throws Exception dataLakeAnalyticsCatalogManagementClient.catalogs().listTables( jobAndCatalogAdlaName, dbName, - "dbo" + schemaName ); Assert.assertTrue(tableListResponse.size() >= 1); @@ -247,12 +245,28 @@ public void canGetCatalogItems() throws Exception Assert.assertTrue(foundCatalogElement); + // Get preview of the specific table + USqlTablePreview tablePreviewGetResponse = + dataLakeAnalyticsCatalogManagementClient.catalogs().previewTable( + jobAndCatalogAdlaName, + dbName, + schemaName, + tableName + ); + + Assert.assertTrue(tablePreviewGetResponse.totalRowCount() > 0); + Assert.assertTrue(tablePreviewGetResponse.totalColumnCount() > 0); + Assert.assertTrue(tablePreviewGetResponse.rows() != null && tablePreviewGetResponse.rows().size() > 0); + Assert.assertTrue(tablePreviewGetResponse.schema() != null && tablePreviewGetResponse.schema().size() > 0); + Assert.assertNotNull(tablePreviewGetResponse.schema().get(0).name()); + Assert.assertNotNull(tablePreviewGetResponse.schema().get(0).type()); + // Get the specific table as well USqlTable tableGetResponse = dataLakeAnalyticsCatalogManagementClient.catalogs().getTable( jobAndCatalogAdlaName, dbName, - "dbo", + schemaName, tableName ); @@ -263,7 +277,7 @@ public void canGetCatalogItems() throws Exception dataLakeAnalyticsCatalogManagementClient.catalogs().listTableValuedFunctions( jobAndCatalogAdlaName, dbName, - "dbo" + schemaName ); Assert.assertTrue(tvfListResponse.size() >= 1); @@ -286,7 +300,7 @@ public void canGetCatalogItems() throws Exception dataLakeAnalyticsCatalogManagementClient.catalogs().getTableValuedFunction( jobAndCatalogAdlaName, dbName, - "dbo", + schemaName, tvfName ); @@ -297,7 +311,7 @@ public void canGetCatalogItems() throws Exception dataLakeAnalyticsCatalogManagementClient.catalogs().listViews( jobAndCatalogAdlaName, dbName, - "dbo" + schemaName ); Assert.assertTrue(viewListResponse.size() >= 1); @@ -320,7 +334,7 @@ public void canGetCatalogItems() throws Exception dataLakeAnalyticsCatalogManagementClient.catalogs().getView( jobAndCatalogAdlaName, dbName, - "dbo", + schemaName, viewName ); @@ -331,7 +345,7 @@ public void canGetCatalogItems() throws Exception dataLakeAnalyticsCatalogManagementClient.catalogs().listProcedures( jobAndCatalogAdlaName, dbName, - "dbo" + schemaName ); Assert.assertTrue(procListResponse.size() >= 1); @@ -354,21 +368,73 @@ public void canGetCatalogItems() throws Exception dataLakeAnalyticsCatalogManagementClient.catalogs().getProcedure( jobAndCatalogAdlaName, dbName, - "dbo", + schemaName, procName ); Assert.assertEquals(procName, procGetResponse.name()); + List partitionList = + dataLakeAnalyticsCatalogManagementClient.catalogs().listTablePartitions( + jobAndCatalogAdlaName, + dbName, + schemaName, + tableName + ); + + Assert.assertTrue(partitionList.size() >= 1); + + USqlTablePartition specificPartition = partitionList.get(0); + + // Get preview of the specific partition + USqlTablePreview partitionPreviewGetResponse = + dataLakeAnalyticsCatalogManagementClient.catalogs().previewTablePartition( + jobAndCatalogAdlaName, + dbName, + schemaName, + tableName, + specificPartition.name() + ); + + Assert.assertTrue(partitionPreviewGetResponse.totalRowCount() > 0); + Assert.assertTrue(partitionPreviewGetResponse.totalColumnCount() > 0); + Assert.assertTrue(partitionPreviewGetResponse.rows() != null && partitionPreviewGetResponse.rows().size() > 0); + Assert.assertTrue(partitionPreviewGetResponse.schema() != null && partitionPreviewGetResponse.schema().size() > 0); + Assert.assertNotNull(partitionPreviewGetResponse.schema().get(0).name()); + Assert.assertNotNull(partitionPreviewGetResponse.schema().get(0).type()); + + // Get the specific partition as well + USqlTablePartition partitionGetResponse = + dataLakeAnalyticsCatalogManagementClient.catalogs().getTablePartition( + jobAndCatalogAdlaName, + dbName, + schemaName, + tableName, + specificPartition.name() + ); + + Assert.assertEquals(specificPartition.name(), partitionGetResponse.name()); + + // Get the fragment list + PagedList fragmentList = + dataLakeAnalyticsCatalogManagementClient.catalogs().listTableFragments( + jobAndCatalogAdlaName, + dbName, + schemaName, + tableName + ); + + Assert.assertNotNull(fragmentList); + Assert.assertTrue(fragmentList.size() > 0); + // Get all the types List typeGetResponse = dataLakeAnalyticsCatalogManagementClient.catalogs().listTypes( jobAndCatalogAdlaName, dbName, - "dbo" + schemaName ); - Assert.assertNotNull(typeGetResponse); Assert.assertTrue(typeGetResponse.size() > 0); @@ -377,7 +443,7 @@ public void canGetCatalogItems() throws Exception dataLakeAnalyticsCatalogManagementClient.catalogs().listTypes( jobAndCatalogAdlaName, dbName, - "dbo", + schemaName, "isComplexType eq false", null, null, @@ -514,7 +580,7 @@ public void canCreateUpdateDeleteCredentials() throws Exception credentialName, createParams ); - + // Attempt to create the secret again, which should throw try { @@ -635,3 +701,4 @@ public void canCreateUpdateDeleteCredentials() throws Exception Assert.assertNull(credGetResponse); } } + diff --git a/azure-mgmt-datalake-analytics/src/test/java/com/microsoft/azure/management/datalake/analytics/DataLakeAnalyticsManagementTestBase.java b/azure-mgmt-datalake-analytics/src/test/java/com/microsoft/azure/management/datalake/analytics/DataLakeAnalyticsManagementTestBase.java index d0b80065529..0a62602d874 100644 --- a/azure-mgmt-datalake-analytics/src/test/java/com/microsoft/azure/management/datalake/analytics/DataLakeAnalyticsManagementTestBase.java +++ b/azure-mgmt-datalake-analytics/src/test/java/com/microsoft/azure/management/datalake/analytics/DataLakeAnalyticsManagementTestBase.java @@ -95,7 +95,7 @@ protected void initializeClients(RestClient restClient, String defaultSubscripti } RestClient.Builder builder = new RestClient.Builder() .withConnectionTimeout(5, TimeUnit.MINUTES) - .withBaseUrl("https://{accountName}.{adlaJobDnsSuffix}") + .withBaseUrl("https://{accountName}." + adlaSuffix) .withSerializerAdapter(new AzureJacksonAdapter()) .withResponseBuilderFactory(new AzureResponseBuilder.Factory()) .withCredentials(credentials) @@ -103,24 +103,12 @@ protected void initializeClients(RestClient restClient, String defaultSubscripti if (!interceptorManager.isNoneMode()) { builder.withNetworkInterceptor(interceptorManager.initInterceptor()); } - RestClient restClientWithTimeout = buildRestClient(builder, true); + RestClient restClientWithTimeout = buildRestClient(builder, false); dataLakeAnalyticsJobManagementClient = new DataLakeAnalyticsJobManagementClientImpl(restClientWithTimeout) .withAdlaJobDnsSuffix(adlaSuffix); - RestClient.Builder catalogRestClientBuilder = new RestClient.Builder() - .withBaseUrl("https://{accountName}.{adlaCatalogDnsSuffix}") - .withSerializerAdapter(new AzureJacksonAdapter()) - .withResponseBuilderFactory(new AzureResponseBuilder.Factory()) - .withCredentials(credentials) - .withLogLevel(LogLevel.BODY_AND_HEADERS); - if (!interceptorManager.isNoneMode()) { - builder.withNetworkInterceptor(interceptorManager.initInterceptor()); - } - - RestClient catalogRestClient = buildRestClient(builder,false); - - dataLakeAnalyticsCatalogManagementClient = new DataLakeAnalyticsCatalogManagementClientImpl(catalogRestClient) + dataLakeAnalyticsCatalogManagementClient = new DataLakeAnalyticsCatalogManagementClientImpl(restClientWithTimeout) .withAdlaCatalogDnsSuffix(adlaSuffix); } else diff --git a/azure-mgmt-datalake-analytics/src/test/resources/session-records/canGetCatalogItems.json b/azure-mgmt-datalake-analytics/src/test/resources/session-records/canGetCatalogItems.json index 18679c44b66..0c9e3b5c683 100644 --- a/azure-mgmt-datalake-analytics/src/test/resources/session-records/canGetCatalogItems.json +++ b/azure-mgmt-datalake-analytics/src/test/resources/session-records/canGetCatalogItems.json @@ -1,1065 +1,1412 @@ -{ - "networkCallRecords" : [ { - "Method" : "PUT", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/adlarg40912468?api-version=2017-05-10", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (ResourceManagementClient, 2017-05-10)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:22:48 GMT", - "content-length" : "182", - "expires" : "-1", - "x-ms-ratelimit-remaining-subscription-writes" : "1199", - "retry-after" : "0", - "StatusCode" : "201", - "pragma" : "no-cache", - "strict-transport-security" : "max-age=31536000; includeSubDomains", - "x-ms-correlation-request-id" : "12bb24bf-15f5-404f-9a05-66690004d238", - "x-ms-routing-request-id" : "WESTUS2:20180221T032248Z:12bb24bf-15f5-404f-9a05-66690004d238", - "content-type" : "application/json; charset=utf-8", - "cache-control" : "no-cache", - "x-ms-request-id" : "12bb24bf-15f5-404f-9a05-66690004d238", - "Body" : "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/adlarg40912468\",\"name\":\"adlarg40912468\",\"location\":\"eastus2\",\"properties\":{\"provisioningState\":\"Succeeded\"}}" - } - }, { - "Method" : "PUT", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/adlarg40912468/providers/Microsoft.DataLakeStore/accounts/adls1f8740110?api-version=2016-11-01", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeStoreAccountManagementClient, 2016-11-01)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:22:50 GMT", - "content-length" : "359", - "server" : "Microsoft-IIS/8.5", - "expires" : "-1", - "x-aspnet-version" : "4.0.30319", - "x-ms-ratelimit-remaining-subscription-writes" : "1198", - "retry-after" : "0", - "StatusCode" : "201", - "pragma" : "no-cache", - "strict-transport-security" : "max-age=31536000; includeSubDomains", - "x-ms-correlation-request-id" : "3e5aebeb-b074-4eac-900e-47040ae0184f", - "x-content-type-options" : "nosniff", - "x-ms-routing-request-id" : "WESTUS2:20180221T032250Z:3e5aebeb-b074-4eac-900e-47040ae0184f", - "x-powered-by" : "ASP.NET", - "connection" : "close", - "content-type" : "application/json", - "location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/adlarg40912468/providers/Microsoft.DataLakeStore/accounts/adls1f8740110/operationresults/0?api-version=2016-11-01", - "cache-control" : "no-cache", - "x-ms-request-id" : "3153583a-1169-43e7-bec0-9eccfd7bc106", - "Body" : "{\"properties\":{\"provisioningState\":\"Creating\",\"state\":null,\"endpoint\":null,\"accountId\":\"03cf315b-9c98-4a9a-81b5-275c302733d6\"},\"location\":\"eastus2\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/adlarg40912468/providers/Microsoft.DataLakeStore/accounts/adls1f8740110\",\"name\":\"adls1f8740110\",\"type\":\"Microsoft.DataLakeStore/accounts\"}", - "azure-asyncoperation" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataLakeStore/locations/eastus2/operationResults/03cf315b-9c98-4a9a-81b5-275c302733d60?api-version=2016-11-01&expanded=true" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataLakeStore/locations/eastus2/operationResults/03cf315b-9c98-4a9a-81b5-275c302733d60?api-version=2016-11-01&expanded=true", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeStoreAccountManagementClient, 2016-11-01)" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:22:51 GMT", - "server" : "Microsoft-IIS/8.5", - "content-length" : "23", - "expires" : "-1", - "vary" : "Accept-Encoding", - "x-aspnet-version" : "4.0.30319", - "retry-after" : "0", - "x-ms-ratelimit-remaining-subscription-reads" : "14998", - "StatusCode" : "200", - "pragma" : "no-cache", - "strict-transport-security" : "max-age=31536000; includeSubDomains", - "x-ms-correlation-request-id" : "22792679-272e-4e49-9309-4286eec9970a", - "x-content-type-options" : "nosniff", - "x-ms-routing-request-id" : "WESTUS2:20180221T032251Z:22792679-272e-4e49-9309-4286eec9970a", - "x-powered-by" : "ASP.NET", - "connection" : "close", - "content-type" : "application/json", - "cache-control" : "no-cache", - "x-ms-request-id" : "5e548a00-73ee-4211-8ed8-e3ae133b5bca", - "Body" : "{\"status\":\"InProgress\"}" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataLakeStore/locations/eastus2/operationResults/03cf315b-9c98-4a9a-81b5-275c302733d60?api-version=2016-11-01&expanded=true", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeStoreAccountManagementClient, 2016-11-01)" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:23:21 GMT", - "server" : "Microsoft-IIS/8.5", - "content-length" : "22", - "expires" : "-1", - "vary" : "Accept-Encoding", - "x-aspnet-version" : "4.0.30319", - "retry-after" : "0", - "x-ms-ratelimit-remaining-subscription-reads" : "14998", - "StatusCode" : "200", - "pragma" : "no-cache", - "strict-transport-security" : "max-age=31536000; includeSubDomains", - "x-ms-correlation-request-id" : "e6dfc8fc-6314-44e0-8a5e-912a0c029382", - "x-content-type-options" : "nosniff", - "x-ms-routing-request-id" : "WESTUS2:20180221T032322Z:e6dfc8fc-6314-44e0-8a5e-912a0c029382", - "x-powered-by" : "ASP.NET", - "connection" : "close", - "content-type" : "application/json", - "cache-control" : "no-cache", - "x-ms-request-id" : "cc6d6108-949a-40de-88bf-375a64533ff3", - "Body" : "{\"status\":\"Succeeded\"}" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/adlarg40912468/providers/Microsoft.DataLakeStore/accounts/adls1f8740110?api-version=2016-11-01", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeStoreAccountManagementClient, 2016-11-01)" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:23:22 GMT", - "server" : "Microsoft-IIS/8.5", - "content-length" : "829", - "expires" : "-1", - "vary" : "Accept-Encoding", - "x-aspnet-version" : "4.0.30319", - "retry-after" : "0", - "x-ms-ratelimit-remaining-subscription-reads" : "14998", - "StatusCode" : "200", - "pragma" : "no-cache", - "strict-transport-security" : "max-age=31536000; includeSubDomains", - "x-ms-correlation-request-id" : "ad722953-55ed-4c8f-b8ff-0f42c06b348d", - "x-content-type-options" : "nosniff", - "x-ms-routing-request-id" : "WESTUS2:20180221T032323Z:ad722953-55ed-4c8f-b8ff-0f42c06b348d", - "x-powered-by" : "ASP.NET", - "connection" : "close", - "content-type" : "application/json", - "cache-control" : "no-cache", - "x-ms-request-id" : "10e3607f-362e-4db0-adbe-6cf318317161", - "Body" : "{\"properties\":{\"firewallState\":\"Disabled\",\"firewallAllowAzureIps\":\"Disabled\",\"firewallAllowDataLakeAnalytics\":\"Disabled\",\"firewallRules\":[],\"virtualNetworkRules\":[],\"trustedIdProviderState\":\"Disabled\",\"trustedIdProviders\":[],\"encryptionState\":\"Enabled\",\"encryptionConfig\":{\"type\":\"ServiceManaged\"},\"currentTier\":\"Consumption\",\"newTier\":\"Consumption\",\"provisioningState\":\"Succeeded\",\"state\":\"Active\",\"endpoint\":\"adls1f8740110.azuredatalakestore.net\",\"accountId\":\"03cf315b-9c98-4a9a-81b5-275c302733d6\",\"creationTime\":\"2018-02-21T03:22:53.1791691Z\",\"lastModifiedTime\":\"2018-02-21T03:22:53.1791691Z\"},\"location\":\"eastus2\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/adlarg40912468/providers/Microsoft.DataLakeStore/accounts/adls1f8740110\",\"name\":\"adls1f8740110\",\"type\":\"Microsoft.DataLakeStore/accounts\"}" - } - }, { - "Method" : "PUT", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/adlarg40912468/providers/Microsoft.DataLakeAnalytics/accounts/secondadla27198?api-version=2016-11-01", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsAccountManagementClient, 2016-11-01)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:23:24 GMT", - "content-length" : "517", - "server" : "Microsoft-IIS/8.5", - "expires" : "-1", - "x-aspnet-version" : "4.0.30319", - "x-ms-ratelimit-remaining-subscription-writes" : "1199", - "retry-after" : "0", - "StatusCode" : "201", - "pragma" : "no-cache", - "strict-transport-security" : "max-age=31536000; includeSubDomains", - "x-ms-correlation-request-id" : "fa4b24d0-f295-413a-9228-28e673992f77", - "x-content-type-options" : "nosniff", - "x-ms-routing-request-id" : "WESTUS2:20180221T032325Z:fa4b24d0-f295-413a-9228-28e673992f77", - "x-powered-by" : "ASP.NET", - "connection" : "close", - "content-type" : "application/json", - "location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/adlarg40912468/providers/Microsoft.DataLakeAnalytics/accounts/secondadla27198/operationresults/0?api-version=2016-11-01", - "cache-control" : "no-cache", - "x-ms-request-id" : "9a9209c7-05d3-4b94-99a1-cee3f08b717d", - "Body" : "{\"properties\":{\"defaultDataLakeStoreAccount\":\"adls1f8740110\",\"dataLakeStoreAccounts\":[{\"properties\":{\"suffix\":\"azuredatalakestore.net\"},\"name\":\"adls1f8740110\"}],\"provisioningState\":\"Creating\",\"state\":null,\"endpoint\":null,\"accountId\":\"c4ed6fa7-ed90-4463-8dca-7c90a6797469\"},\"location\":\"eastus2\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/adlarg40912468/providers/Microsoft.DataLakeAnalytics/accounts/secondadla27198\",\"name\":\"secondadla27198\",\"type\":\"Microsoft.DataLakeAnalytics/accounts\"}", - "azure-asyncoperation" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataLakeAnalytics/locations/eastus2/operationResults/c4ed6fa7-ed90-4463-8dca-7c90a67974690?api-version=2016-11-01&expanded=true" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataLakeAnalytics/locations/eastus2/operationResults/c4ed6fa7-ed90-4463-8dca-7c90a67974690?api-version=2016-11-01&expanded=true", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsAccountManagementClient, 2016-11-01)" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:23:25 GMT", - "server" : "Microsoft-IIS/8.5", - "content-length" : "23", - "expires" : "-1", - "vary" : "Accept-Encoding", - "x-aspnet-version" : "4.0.30319", - "retry-after" : "0", - "x-ms-ratelimit-remaining-subscription-reads" : "14999", - "StatusCode" : "200", - "pragma" : "no-cache", - "strict-transport-security" : "max-age=31536000; includeSubDomains", - "x-ms-correlation-request-id" : "5c5ffe7b-c67c-4f3d-b175-4bf6cd4fdf71", - "x-content-type-options" : "nosniff", - "x-ms-routing-request-id" : "WESTUS2:20180221T032325Z:5c5ffe7b-c67c-4f3d-b175-4bf6cd4fdf71", - "x-powered-by" : "ASP.NET", - "connection" : "close", - "content-type" : "application/json", - "cache-control" : "no-cache", - "x-ms-request-id" : "a577646c-4838-4285-a1ce-2b3bd13c4ffb", - "Body" : "{\"status\":\"InProgress\"}" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataLakeAnalytics/locations/eastus2/operationResults/c4ed6fa7-ed90-4463-8dca-7c90a67974690?api-version=2016-11-01&expanded=true", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsAccountManagementClient, 2016-11-01)" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:23:56 GMT", - "server" : "Microsoft-IIS/8.5", - "content-length" : "22", - "expires" : "-1", - "vary" : "Accept-Encoding", - "x-aspnet-version" : "4.0.30319", - "retry-after" : "0", - "x-ms-ratelimit-remaining-subscription-reads" : "14998", - "StatusCode" : "200", - "pragma" : "no-cache", - "strict-transport-security" : "max-age=31536000; includeSubDomains", - "x-ms-correlation-request-id" : "3edc916c-136b-49e4-a79a-c39025a50432", - "x-content-type-options" : "nosniff", - "x-ms-routing-request-id" : "WESTUS2:20180221T032356Z:3edc916c-136b-49e4-a79a-c39025a50432", - "x-powered-by" : "ASP.NET", - "connection" : "close", - "content-type" : "application/json", - "cache-control" : "no-cache", - "x-ms-request-id" : "07cc9452-d8aa-4d63-aca7-f3f1060ba75a", - "Body" : "{\"status\":\"Succeeded\"}" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/adlarg40912468/providers/Microsoft.DataLakeAnalytics/accounts/secondadla27198?api-version=2016-11-01", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsAccountManagementClient, 2016-11-01)" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:23:57 GMT", - "server" : "Microsoft-IIS/8.5", - "content-length" : "1247", - "expires" : "-1", - "vary" : "Accept-Encoding", - "x-aspnet-version" : "4.0.30319", - "retry-after" : "0", - "x-ms-ratelimit-remaining-subscription-reads" : "14998", - "StatusCode" : "200", - "pragma" : "no-cache", - "strict-transport-security" : "max-age=31536000; includeSubDomains", - "x-ms-correlation-request-id" : "64d4d8be-fe05-4412-8cc1-a6dce697d33a", - "x-content-type-options" : "nosniff", - "x-ms-routing-request-id" : "WESTUS2:20180221T032357Z:64d4d8be-fe05-4412-8cc1-a6dce697d33a", - "x-powered-by" : "ASP.NET", - "connection" : "close", - "content-type" : "application/json", - "cache-control" : "no-cache", - "x-ms-request-id" : "bfbedca1-b2b7-4af1-927a-92d6d1bbedb7", - "Body" : "{\"properties\":{\"firewallState\":\"Disabled\",\"firewallAllowAzureIps\":\"Disabled\",\"debugDataAccessLevel\":\"All\",\"firewallRules\":[],\"defaultDataLakeStoreAccount\":\"adls1f8740110\",\"dataLakeStoreAccounts\":[{\"properties\":{\"suffix\":\"azuredatalakestore.net\"},\"name\":\"adls1f8740110\"}],\"publicDataLakeStoreAccounts\":[{\"properties\":{\"suffix\":\"azuredatalakestore.net\"},\"name\":\"adltrainingsampledata\"},{\"properties\":{\"suffix\":\"azuredatalakestore.net\"},\"name\":\"ghinsights\"}],\"storageAccounts\":[],\"maxDegreeOfParallelism\":100,\"maxJobCount\":20,\"systemMaxDegreeOfParallelism\":100,\"systemMaxJobCount\":20,\"maxDegreeOfParallelismPerJob\":100,\"minPriorityPerJob\":1,\"computePolicies\":[],\"queryStoreRetention\":30,\"hiveMetastores\":[],\"currentTier\":\"Consumption\",\"newTier\":\"Consumption\",\"provisioningState\":\"Succeeded\",\"state\":\"Active\",\"endpoint\":\"secondadla27198.azuredatalakeanalytics.net\",\"accountId\":\"c4ed6fa7-ed90-4463-8dca-7c90a6797469\",\"creationTime\":\"2018-02-21T03:23:27.1074Z\",\"lastModifiedTime\":\"2018-02-21T03:23:27.1074Z\"},\"location\":\"eastus2\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/adlarg40912468/providers/Microsoft.DataLakeAnalytics/accounts/secondadla27198\",\"name\":\"secondadla27198\",\"type\":\"Microsoft.DataLakeAnalytics/accounts\"}" - } - }, { - "Method" : "PUT", - "Uri" : "http://localhost:1234/jobs/b9e2ef31-a25d-4a8f-be26-f558b823376f?api-version=2017-09-01-preview", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsJobManagementClient, 2017-09-01-preview)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:28:58 GMT", - "expires" : "-1", - "transfer-encoding" : "chunked", - "x-content-type-options" : "nosniff", - "content-type" : "application/json; charset=utf-8", - "retry-after" : "0", - "cache-control" : "private, no-cache, no-store, max-age=0", - "StatusCode" : "200", - "x-ms-request-id" : "d235b75e-d49c-4063-83e1-7568d53c4ce4", - "Body" : "{\"jobId\":\"b9e2ef31-a25d-4a8f-be26-f558b823376f\",\"name\":\"java azure sdk data lake analytics job\",\"type\":\"USql\",\"submitter\":\"AdlSdkTestApp01@SPI\",\"degreeOfParallelism\":2,\"priority\":1000,\"submitTime\":\"2018-02-21T03:28:59.0206733+00:00\",\"state\":\"Compiling\",\"result\":\"None\",\"stateAuditRecords\":[{\"newState\":\"New\",\"timeStamp\":\"2018-02-21T03:28:59.0206733+00:00\",\"details\":\"userName:;submitMachine:N/A\"}],\"properties\":{\"owner\":\"AdlSdkTestApp01@SPI\",\"runtimeVersion\":\"default\",\"rootProcessNodeId\":\"00000000-0000-0000-0000-000000000000\",\"algebraFilePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/algebra.xml\",\"compileMode\":\"Semantic\",\"errorSource\":\"Unknown\",\"totalCompilationTime\":\"PT0S\",\"totalPausedTime\":\"PT0S\",\"totalQueuedTime\":\"PT0S\",\"totalRunningTime\":\"PT0S\",\"expirationTimeUtc\":\"0001-01-01T00:00:00Z\",\"type\":\"USql\"}}", - "strict-transport-security" : "max-age=15724800; includeSubDomains" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/jobs/b9e2ef31-a25d-4a8f-be26-f558b823376f?api-version=2017-09-01-preview", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsJobManagementClient, 2017-09-01-preview)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:28:59 GMT", - "expires" : "-1", - "transfer-encoding" : "chunked", - "x-content-type-options" : "nosniff", - "content-type" : "application/json; charset=utf-8", - "retry-after" : "0", - "cache-control" : "private, no-cache, no-store, max-age=0", - "StatusCode" : "200", - "x-ms-request-id" : "4015676c-fca1-4d1c-845b-4736e7cb77b7", - "Body" : "{\"jobId\":\"b9e2ef31-a25d-4a8f-be26-f558b823376f\",\"name\":\"java azure sdk data lake analytics job\",\"type\":\"USql\",\"submitter\":\"AdlSdkTestApp01@SPI\",\"degreeOfParallelism\":2,\"priority\":1000,\"submitTime\":\"2018-02-21T03:28:59.0206733+00:00\",\"state\":\"Compiling\",\"result\":\"None\",\"stateAuditRecords\":[{\"newState\":\"New\",\"timeStamp\":\"2018-02-21T03:28:59.0206733+00:00\",\"details\":\"userName:;submitMachine:N/A\"},{\"newState\":\"Compiling\",\"timeStamp\":\"2018-02-21T03:28:59.4738242+00:00\",\"details\":\"Compilation:f3fe66e8-5749-458a-82b3-512fc711eeeb;Status:Dispatched\"}],\"properties\":{\"owner\":\"AdlSdkTestApp01@SPI\",\"resources\":[{\"name\":\"Profile\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/profile\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeRuntimeStatistics__.xml\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeRuntimeStatistics__.xml\",\"type\":\"StatisticsResource\"}],\"runtimeVersion\":\"default\",\"rootProcessNodeId\":\"00000000-0000-0000-0000-000000000000\",\"script\":\"DROP DATABASE IF EXISTS testdb1966459; CREATE DATABASE testdb1966459; \\n//Create Table\\nCREATE TABLE testdb1966459.dbo.testtable108145\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb1966459.dbo.testtable108145 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb1966459.dbo.testtvf129173f;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb1966459.dbo.testtvf129173f()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb1966459.dbo.testview153841 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb1966459.dbo.testproc191944()\\nAS BEGIN\\n CREATE VIEW testdb1966459.dbo.testview153841 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\"algebraFilePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/algebra.xml\",\"compileMode\":\"Semantic\",\"errorSource\":\"Unknown\",\"totalCompilationTime\":\"PT0.3710193S\",\"totalPausedTime\":\"PT0S\",\"totalQueuedTime\":\"PT0S\",\"totalRunningTime\":\"PT0S\",\"expirationTimeUtc\":\"0001-01-01T00:00:00\",\"type\":\"USql\"}}", - "strict-transport-security" : "max-age=15724800; includeSubDomains" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/jobs/b9e2ef31-a25d-4a8f-be26-f558b823376f?api-version=2017-09-01-preview", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsJobManagementClient, 2017-09-01-preview)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:29:04 GMT", - "expires" : "-1", - "transfer-encoding" : "chunked", - "x-content-type-options" : "nosniff", - "content-type" : "application/json; charset=utf-8", - "retry-after" : "0", - "cache-control" : "private, no-cache, no-store, max-age=0", - "StatusCode" : "200", - "x-ms-request-id" : "f2a88912-b8d2-461c-898d-dc8d28a397ed", - "Body" : "{\"jobId\":\"b9e2ef31-a25d-4a8f-be26-f558b823376f\",\"name\":\"java azure sdk data lake analytics job\",\"type\":\"USql\",\"submitter\":\"AdlSdkTestApp01@SPI\",\"degreeOfParallelism\":2,\"priority\":1000,\"submitTime\":\"2018-02-21T03:28:59.0206733+00:00\",\"state\":\"Compiling\",\"result\":\"None\",\"stateAuditRecords\":[{\"newState\":\"New\",\"timeStamp\":\"2018-02-21T03:28:59.0206733+00:00\",\"details\":\"userName:;submitMachine:N/A\"},{\"newState\":\"Compiling\",\"timeStamp\":\"2018-02-21T03:28:59.4738242+00:00\",\"details\":\"Compilation:f3fe66e8-5749-458a-82b3-512fc711eeeb;Status:Dispatched\"}],\"properties\":{\"owner\":\"AdlSdkTestApp01@SPI\",\"resources\":[{\"name\":\"Profile\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/profile\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeRuntimeStatistics__.xml\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeRuntimeStatistics__.xml\",\"type\":\"StatisticsResource\"}],\"runtimeVersion\":\"default\",\"rootProcessNodeId\":\"00000000-0000-0000-0000-000000000000\",\"script\":\"DROP DATABASE IF EXISTS testdb1966459; CREATE DATABASE testdb1966459; \\n//Create Table\\nCREATE TABLE testdb1966459.dbo.testtable108145\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb1966459.dbo.testtable108145 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb1966459.dbo.testtvf129173f;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb1966459.dbo.testtvf129173f()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb1966459.dbo.testview153841 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb1966459.dbo.testproc191944()\\nAS BEGIN\\n CREATE VIEW testdb1966459.dbo.testview153841 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\"algebraFilePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/algebra.xml\",\"compileMode\":\"Semantic\",\"errorSource\":\"Unknown\",\"totalCompilationTime\":\"PT5.7148664S\",\"totalPausedTime\":\"PT0S\",\"totalQueuedTime\":\"PT0S\",\"totalRunningTime\":\"PT0S\",\"expirationTimeUtc\":\"0001-01-01T00:00:00\",\"type\":\"USql\"}}", - "strict-transport-security" : "max-age=15724800; includeSubDomains" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/jobs/b9e2ef31-a25d-4a8f-be26-f558b823376f?api-version=2017-09-01-preview", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsJobManagementClient, 2017-09-01-preview)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:29:09 GMT", - "expires" : "-1", - "transfer-encoding" : "chunked", - "x-content-type-options" : "nosniff", - "content-type" : "application/json; charset=utf-8", - "retry-after" : "0", - "cache-control" : "private, no-cache, no-store, max-age=0", - "StatusCode" : "200", - "x-ms-request-id" : "5f733771-cd1d-4ad4-beee-4cfa382ac5fa", - "Body" : "{\"jobId\":\"b9e2ef31-a25d-4a8f-be26-f558b823376f\",\"name\":\"java azure sdk data lake analytics job\",\"type\":\"USql\",\"submitter\":\"AdlSdkTestApp01@SPI\",\"degreeOfParallelism\":2,\"priority\":1000,\"submitTime\":\"2018-02-21T03:28:59.0206733+00:00\",\"state\":\"Compiling\",\"result\":\"None\",\"stateAuditRecords\":[{\"newState\":\"New\",\"timeStamp\":\"2018-02-21T03:28:59.0206733+00:00\",\"details\":\"userName:;submitMachine:N/A\"},{\"newState\":\"Compiling\",\"timeStamp\":\"2018-02-21T03:28:59.4738242+00:00\",\"details\":\"Compilation:f3fe66e8-5749-458a-82b3-512fc711eeeb;Status:Dispatched\"}],\"properties\":{\"owner\":\"AdlSdkTestApp01@SPI\",\"resources\":[{\"name\":\"Profile\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/profile\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeRuntimeStatistics__.xml\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeRuntimeStatistics__.xml\",\"type\":\"StatisticsResource\"}],\"runtimeVersion\":\"default\",\"rootProcessNodeId\":\"00000000-0000-0000-0000-000000000000\",\"script\":\"DROP DATABASE IF EXISTS testdb1966459; CREATE DATABASE testdb1966459; \\n//Create Table\\nCREATE TABLE testdb1966459.dbo.testtable108145\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb1966459.dbo.testtable108145 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb1966459.dbo.testtvf129173f;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb1966459.dbo.testtvf129173f()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb1966459.dbo.testview153841 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb1966459.dbo.testproc191944()\\nAS BEGIN\\n CREATE VIEW testdb1966459.dbo.testview153841 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\"algebraFilePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/algebra.xml\",\"compileMode\":\"Semantic\",\"errorSource\":\"Unknown\",\"totalCompilationTime\":\"PT10.9024611S\",\"totalPausedTime\":\"PT0S\",\"totalQueuedTime\":\"PT0S\",\"totalRunningTime\":\"PT0S\",\"expirationTimeUtc\":\"0001-01-01T00:00:00\",\"type\":\"USql\"}}", - "strict-transport-security" : "max-age=15724800; includeSubDomains" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/jobs/b9e2ef31-a25d-4a8f-be26-f558b823376f?api-version=2017-09-01-preview", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsJobManagementClient, 2017-09-01-preview)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:29:14 GMT", - "expires" : "-1", - "transfer-encoding" : "chunked", - "x-content-type-options" : "nosniff", - "content-type" : "application/json; charset=utf-8", - "retry-after" : "0", - "cache-control" : "private, no-cache, no-store, max-age=0", - "StatusCode" : "200", - "x-ms-request-id" : "d77cf77d-2042-43a1-81e9-9c14a9c6ae38", - "Body" : "{\"jobId\":\"b9e2ef31-a25d-4a8f-be26-f558b823376f\",\"name\":\"java azure sdk data lake analytics job\",\"type\":\"USql\",\"submitter\":\"AdlSdkTestApp01@SPI\",\"degreeOfParallelism\":2,\"priority\":1000,\"submitTime\":\"2018-02-21T03:28:59.0206733+00:00\",\"state\":\"Starting\",\"result\":\"None\",\"stateAuditRecords\":[{\"newState\":\"New\",\"timeStamp\":\"2018-02-21T03:28:59.0206733+00:00\",\"details\":\"userName:;submitMachine:N/A\"},{\"newState\":\"Compiling\",\"timeStamp\":\"2018-02-21T03:28:59.4738242+00:00\",\"details\":\"Compilation:f3fe66e8-5749-458a-82b3-512fc711eeeb;Status:Dispatched\"},{\"newState\":\"Queued\",\"timeStamp\":\"2018-02-21T03:29:13.4894921+00:00\"},{\"newState\":\"Scheduling\",\"timeStamp\":\"2018-02-21T03:29:13.5051608+00:00\",\"details\":\"Detail:Dispatching job to cluster.;rootProcessId:9f42b738-7302-4b8d-8307-8f605c1173dd\"},{\"newState\":\"Starting\",\"timeStamp\":\"2018-02-21T03:29:13.5207871+00:00\",\"details\":\"runtimeVersion:adl_20171016_7f65684c\"}],\"properties\":{\"owner\":\"AdlSdkTestApp01@SPI\",\"resources\":[{\"name\":\"__ScopeCodeGen__.dll\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGen__.pdb\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.dll\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.pdb\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"PartitionLastRows.xml\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/PartitionLastRows.xml\",\"type\":\"VertexResource\"},{\"name\":\"ScopeVertexDef.xml\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/ScopeVertexDef.xml\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.dll.cpp\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll.cpp\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenCompileOutput__.txt\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOutput__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenCompileOptions__.txt\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOptions__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGen__.dll.cs\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll.cs\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenEngine__.cppresources\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.cppresources\",\"type\":\"StatisticsResource\"},{\"name\":\"query.abr\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/query.abr\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeDiagnosisInfo__.xml\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeDiagnosisInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"__SystemInternalInfo__.xml\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__SystemInternalInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"Profile\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/profile\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeRuntimeStatistics__.xml\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeRuntimeStatistics__.xml\",\"type\":\"StatisticsResource\"}],\"runtimeVersion\":\"adl_20171016_7f65684c\",\"rootProcessNodeId\":\"9f42b738-7302-4b8d-8307-8f605c1173dd\",\"script\":\"DROP DATABASE IF EXISTS testdb1966459; CREATE DATABASE testdb1966459; \\n//Create Table\\nCREATE TABLE testdb1966459.dbo.testtable108145\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb1966459.dbo.testtable108145 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb1966459.dbo.testtvf129173f;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb1966459.dbo.testtvf129173f()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb1966459.dbo.testview153841 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb1966459.dbo.testproc191944()\\nAS BEGIN\\n CREATE VIEW testdb1966459.dbo.testview153841 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\"algebraFilePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/algebra.xml\",\"yarnApplicationId\":1007469,\"yarnApplicationTimeStamp\":1518708536038,\"compileMode\":\"Semantic\",\"errorSource\":\"Unknown\",\"totalCompilationTime\":\"PT14.0156679S\",\"totalPausedTime\":\"PT0S\",\"totalQueuedTime\":\"PT0.0156687S\",\"totalRunningTime\":\"PT0S\",\"expirationTimeUtc\":\"0001-01-01T00:00:00\",\"type\":\"USql\"}}", - "strict-transport-security" : "max-age=15724800; includeSubDomains" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/jobs/b9e2ef31-a25d-4a8f-be26-f558b823376f?api-version=2017-09-01-preview", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsJobManagementClient, 2017-09-01-preview)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:29:20 GMT", - "expires" : "-1", - "transfer-encoding" : "chunked", - "x-content-type-options" : "nosniff", - "content-type" : "application/json; charset=utf-8", - "retry-after" : "0", - "cache-control" : "private, no-cache, no-store, max-age=0", - "StatusCode" : "200", - "x-ms-request-id" : "c91298ae-7b6e-4b9a-ae43-4de24f2806b8", - "Body" : "{\"jobId\":\"b9e2ef31-a25d-4a8f-be26-f558b823376f\",\"name\":\"java azure sdk data lake analytics job\",\"type\":\"USql\",\"submitter\":\"AdlSdkTestApp01@SPI\",\"degreeOfParallelism\":2,\"priority\":1000,\"submitTime\":\"2018-02-21T03:28:59.0206733+00:00\",\"state\":\"Starting\",\"result\":\"None\",\"stateAuditRecords\":[{\"newState\":\"New\",\"timeStamp\":\"2018-02-21T03:28:59.0206733+00:00\",\"details\":\"userName:;submitMachine:N/A\"},{\"newState\":\"Compiling\",\"timeStamp\":\"2018-02-21T03:28:59.4738242+00:00\",\"details\":\"Compilation:f3fe66e8-5749-458a-82b3-512fc711eeeb;Status:Dispatched\"},{\"newState\":\"Queued\",\"timeStamp\":\"2018-02-21T03:29:13.4894921+00:00\"},{\"newState\":\"Scheduling\",\"timeStamp\":\"2018-02-21T03:29:13.5051608+00:00\",\"details\":\"Detail:Dispatching job to cluster.;rootProcessId:9f42b738-7302-4b8d-8307-8f605c1173dd\"},{\"newState\":\"Starting\",\"timeStamp\":\"2018-02-21T03:29:13.5207871+00:00\",\"details\":\"runtimeVersion:adl_20171016_7f65684c\"}],\"properties\":{\"owner\":\"AdlSdkTestApp01@SPI\",\"resources\":[{\"name\":\"__ScopeCodeGen__.dll\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGen__.pdb\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.dll\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.pdb\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"PartitionLastRows.xml\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/PartitionLastRows.xml\",\"type\":\"VertexResource\"},{\"name\":\"ScopeVertexDef.xml\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/ScopeVertexDef.xml\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.dll.cpp\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll.cpp\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenCompileOutput__.txt\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOutput__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenCompileOptions__.txt\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOptions__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGen__.dll.cs\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll.cs\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenEngine__.cppresources\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.cppresources\",\"type\":\"StatisticsResource\"},{\"name\":\"query.abr\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/query.abr\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeDiagnosisInfo__.xml\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeDiagnosisInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"__SystemInternalInfo__.xml\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__SystemInternalInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"Profile\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/profile\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeRuntimeStatistics__.xml\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeRuntimeStatistics__.xml\",\"type\":\"StatisticsResource\"}],\"runtimeVersion\":\"adl_20171016_7f65684c\",\"rootProcessNodeId\":\"9f42b738-7302-4b8d-8307-8f605c1173dd\",\"script\":\"DROP DATABASE IF EXISTS testdb1966459; CREATE DATABASE testdb1966459; \\n//Create Table\\nCREATE TABLE testdb1966459.dbo.testtable108145\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb1966459.dbo.testtable108145 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb1966459.dbo.testtvf129173f;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb1966459.dbo.testtvf129173f()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb1966459.dbo.testview153841 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb1966459.dbo.testproc191944()\\nAS BEGIN\\n CREATE VIEW testdb1966459.dbo.testview153841 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\"algebraFilePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/algebra.xml\",\"yarnApplicationId\":1007469,\"yarnApplicationTimeStamp\":1518708536038,\"compileMode\":\"Semantic\",\"errorSource\":\"Unknown\",\"totalCompilationTime\":\"PT14.0156679S\",\"totalPausedTime\":\"PT0S\",\"totalQueuedTime\":\"PT0.0156687S\",\"totalRunningTime\":\"PT0S\",\"expirationTimeUtc\":\"0001-01-01T00:00:00\",\"type\":\"USql\"}}", - "strict-transport-security" : "max-age=15724800; includeSubDomains" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/jobs/b9e2ef31-a25d-4a8f-be26-f558b823376f?api-version=2017-09-01-preview", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsJobManagementClient, 2017-09-01-preview)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:29:26 GMT", - "expires" : "-1", - "transfer-encoding" : "chunked", - "x-content-type-options" : "nosniff", - "content-type" : "application/json; charset=utf-8", - "retry-after" : "0", - "cache-control" : "private, no-cache, no-store, max-age=0", - "StatusCode" : "200", - "x-ms-request-id" : "815aaba3-1a45-42b9-9821-4e179fa3344a", - "Body" : "{\"jobId\":\"b9e2ef31-a25d-4a8f-be26-f558b823376f\",\"name\":\"java azure sdk data lake analytics job\",\"type\":\"USql\",\"submitter\":\"AdlSdkTestApp01@SPI\",\"degreeOfParallelism\":2,\"priority\":1000,\"submitTime\":\"2018-02-21T03:28:59.0206733+00:00\",\"state\":\"Starting\",\"result\":\"None\",\"stateAuditRecords\":[{\"newState\":\"New\",\"timeStamp\":\"2018-02-21T03:28:59.0206733+00:00\",\"details\":\"userName:;submitMachine:N/A\"},{\"newState\":\"Compiling\",\"timeStamp\":\"2018-02-21T03:28:59.4738242+00:00\",\"details\":\"Compilation:f3fe66e8-5749-458a-82b3-512fc711eeeb;Status:Dispatched\"},{\"newState\":\"Queued\",\"timeStamp\":\"2018-02-21T03:29:13.4894921+00:00\"},{\"newState\":\"Scheduling\",\"timeStamp\":\"2018-02-21T03:29:13.5051608+00:00\",\"details\":\"Detail:Dispatching job to cluster.;rootProcessId:9f42b738-7302-4b8d-8307-8f605c1173dd\"},{\"newState\":\"Starting\",\"timeStamp\":\"2018-02-21T03:29:13.5207871+00:00\",\"details\":\"runtimeVersion:adl_20171016_7f65684c\"}],\"properties\":{\"owner\":\"AdlSdkTestApp01@SPI\",\"resources\":[{\"name\":\"__ScopeCodeGen__.dll\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGen__.pdb\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.dll\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.pdb\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"PartitionLastRows.xml\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/PartitionLastRows.xml\",\"type\":\"VertexResource\"},{\"name\":\"ScopeVertexDef.xml\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/ScopeVertexDef.xml\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.dll.cpp\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll.cpp\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenCompileOutput__.txt\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOutput__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenCompileOptions__.txt\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOptions__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGen__.dll.cs\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll.cs\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenEngine__.cppresources\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.cppresources\",\"type\":\"StatisticsResource\"},{\"name\":\"query.abr\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/query.abr\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeDiagnosisInfo__.xml\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeDiagnosisInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"__SystemInternalInfo__.xml\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__SystemInternalInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"Profile\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/profile\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeRuntimeStatistics__.xml\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeRuntimeStatistics__.xml\",\"type\":\"StatisticsResource\"}],\"runtimeVersion\":\"adl_20171016_7f65684c\",\"rootProcessNodeId\":\"9f42b738-7302-4b8d-8307-8f605c1173dd\",\"script\":\"DROP DATABASE IF EXISTS testdb1966459; CREATE DATABASE testdb1966459; \\n//Create Table\\nCREATE TABLE testdb1966459.dbo.testtable108145\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb1966459.dbo.testtable108145 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb1966459.dbo.testtvf129173f;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb1966459.dbo.testtvf129173f()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb1966459.dbo.testview153841 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb1966459.dbo.testproc191944()\\nAS BEGIN\\n CREATE VIEW testdb1966459.dbo.testview153841 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\"algebraFilePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/algebra.xml\",\"yarnApplicationId\":1007469,\"yarnApplicationTimeStamp\":1518708536038,\"compileMode\":\"Semantic\",\"errorSource\":\"Unknown\",\"totalCompilationTime\":\"PT14.0156679S\",\"totalPausedTime\":\"PT0S\",\"totalQueuedTime\":\"PT0.0156687S\",\"totalRunningTime\":\"PT0S\",\"expirationTimeUtc\":\"0001-01-01T00:00:00\",\"type\":\"USql\"}}", - "strict-transport-security" : "max-age=15724800; includeSubDomains" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/jobs/b9e2ef31-a25d-4a8f-be26-f558b823376f?api-version=2017-09-01-preview", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsJobManagementClient, 2017-09-01-preview)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:29:31 GMT", - "expires" : "-1", - "transfer-encoding" : "chunked", - "x-content-type-options" : "nosniff", - "content-type" : "application/json; charset=utf-8", - "retry-after" : "0", - "cache-control" : "private, no-cache, no-store, max-age=0", - "StatusCode" : "200", - "x-ms-request-id" : "08c128e6-a919-4963-abe1-932bcdc9f17b", - "Body" : "{\"jobId\":\"b9e2ef31-a25d-4a8f-be26-f558b823376f\",\"name\":\"java azure sdk data lake analytics job\",\"type\":\"USql\",\"submitter\":\"AdlSdkTestApp01@SPI\",\"degreeOfParallelism\":2,\"priority\":1000,\"submitTime\":\"2018-02-21T03:28:59.0206733+00:00\",\"startTime\":\"2018-02-21T03:29:29.5833396+00:00\",\"state\":\"Running\",\"result\":\"None\",\"stateAuditRecords\":[{\"newState\":\"New\",\"timeStamp\":\"2018-02-21T03:28:59.0206733+00:00\",\"details\":\"userName:;submitMachine:N/A\"},{\"newState\":\"Compiling\",\"timeStamp\":\"2018-02-21T03:28:59.4738242+00:00\",\"details\":\"Compilation:f3fe66e8-5749-458a-82b3-512fc711eeeb;Status:Dispatched\"},{\"newState\":\"Queued\",\"timeStamp\":\"2018-02-21T03:29:13.4894921+00:00\"},{\"newState\":\"Scheduling\",\"timeStamp\":\"2018-02-21T03:29:13.5051608+00:00\",\"details\":\"Detail:Dispatching job to cluster.;rootProcessId:9f42b738-7302-4b8d-8307-8f605c1173dd\"},{\"newState\":\"Starting\",\"timeStamp\":\"2018-02-21T03:29:13.5207871+00:00\",\"details\":\"runtimeVersion:adl_20171016_7f65684c\"},{\"newState\":\"Running\",\"timeStamp\":\"2018-02-21T03:29:29.5833396+00:00\",\"details\":\"runAttempt:1\"}],\"properties\":{\"owner\":\"AdlSdkTestApp01@SPI\",\"resources\":[{\"name\":\"__ScopeCodeGen__.dll\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGen__.pdb\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.dll\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.pdb\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"PartitionLastRows.xml\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/PartitionLastRows.xml\",\"type\":\"VertexResource\"},{\"name\":\"ScopeVertexDef.xml\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/ScopeVertexDef.xml\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.dll.cpp\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll.cpp\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenCompileOutput__.txt\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOutput__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenCompileOptions__.txt\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOptions__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGen__.dll.cs\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll.cs\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenEngine__.cppresources\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.cppresources\",\"type\":\"StatisticsResource\"},{\"name\":\"query.abr\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/query.abr\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeDiagnosisInfo__.xml\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeDiagnosisInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"__SystemInternalInfo__.xml\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__SystemInternalInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"Profile\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/profile\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeRuntimeStatistics__.xml\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeRuntimeStatistics__.xml\",\"type\":\"StatisticsResource\"}],\"runtimeVersion\":\"adl_20171016_7f65684c\",\"rootProcessNodeId\":\"9f42b738-7302-4b8d-8307-8f605c1173dd\",\"script\":\"DROP DATABASE IF EXISTS testdb1966459; CREATE DATABASE testdb1966459; \\n//Create Table\\nCREATE TABLE testdb1966459.dbo.testtable108145\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb1966459.dbo.testtable108145 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb1966459.dbo.testtvf129173f;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb1966459.dbo.testtvf129173f()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb1966459.dbo.testview153841 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb1966459.dbo.testproc191944()\\nAS BEGIN\\n CREATE VIEW testdb1966459.dbo.testview153841 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\"algebraFilePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/algebra.xml\",\"yarnApplicationId\":1007469,\"yarnApplicationTimeStamp\":1518708536038,\"compileMode\":\"Semantic\",\"errorSource\":\"Unknown\",\"totalCompilationTime\":\"PT14.0156679S\",\"totalPausedTime\":\"PT0S\",\"totalQueuedTime\":\"PT0.0156687S\",\"totalRunningTime\":\"PT2.3245764S\",\"expirationTimeUtc\":\"0001-01-01T00:00:00\",\"type\":\"USql\"}}", - "strict-transport-security" : "max-age=15724800; includeSubDomains" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/jobs/b9e2ef31-a25d-4a8f-be26-f558b823376f?api-version=2017-09-01-preview", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsJobManagementClient, 2017-09-01-preview)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:29:36 GMT", - "expires" : "-1", - "transfer-encoding" : "chunked", - "x-content-type-options" : "nosniff", - "content-type" : "application/json; charset=utf-8", - "retry-after" : "0", - "cache-control" : "private, no-cache, no-store, max-age=0", - "StatusCode" : "200", - "x-ms-request-id" : "aefd7624-2649-400f-bc45-6a7cd58147b7", - "Body" : "{\"jobId\":\"b9e2ef31-a25d-4a8f-be26-f558b823376f\",\"name\":\"java azure sdk data lake analytics job\",\"type\":\"USql\",\"submitter\":\"AdlSdkTestApp01@SPI\",\"degreeOfParallelism\":2,\"priority\":1000,\"submitTime\":\"2018-02-21T03:28:59.0206733+00:00\",\"startTime\":\"2018-02-21T03:29:29.5833396+00:00\",\"endTime\":\"2018-02-21T03:29:36.5521231+00:00\",\"state\":\"Ended\",\"result\":\"Succeeded\",\"stateAuditRecords\":[{\"newState\":\"New\",\"timeStamp\":\"2018-02-21T03:28:59.0206733+00:00\",\"details\":\"userName:;submitMachine:N/A\"},{\"newState\":\"Compiling\",\"timeStamp\":\"2018-02-21T03:28:59.4738242+00:00\",\"details\":\"Compilation:f3fe66e8-5749-458a-82b3-512fc711eeeb;Status:Dispatched\"},{\"newState\":\"Queued\",\"timeStamp\":\"2018-02-21T03:29:13.4894921+00:00\"},{\"newState\":\"Scheduling\",\"timeStamp\":\"2018-02-21T03:29:13.5051608+00:00\",\"details\":\"Detail:Dispatching job to cluster.;rootProcessId:9f42b738-7302-4b8d-8307-8f605c1173dd\"},{\"newState\":\"Starting\",\"timeStamp\":\"2018-02-21T03:29:13.5207871+00:00\",\"details\":\"runtimeVersion:adl_20171016_7f65684c\"},{\"newState\":\"Running\",\"timeStamp\":\"2018-02-21T03:29:29.5833396+00:00\",\"details\":\"runAttempt:1\"},{\"newState\":\"Ended\",\"timeStamp\":\"2018-02-21T03:29:36.5521231+00:00\",\"details\":\"result:Succeeded\"}],\"properties\":{\"owner\":\"AdlSdkTestApp01@SPI\",\"resources\":[{\"name\":\"__ScopeCodeGen__.dll\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGen__.pdb\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.dll\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.pdb\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"PartitionLastRows.xml\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/PartitionLastRows.xml\",\"type\":\"VertexResource\"},{\"name\":\"ScopeVertexDef.xml\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/ScopeVertexDef.xml\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.dll.cpp\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll.cpp\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenCompileOutput__.txt\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOutput__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenCompileOptions__.txt\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOptions__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGen__.dll.cs\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll.cs\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenEngine__.cppresources\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.cppresources\",\"type\":\"StatisticsResource\"},{\"name\":\"query.abr\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/query.abr\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeDiagnosisInfo__.xml\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeDiagnosisInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"__SystemInternalInfo__.xml\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__SystemInternalInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"Profile\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/profile\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeRuntimeStatistics__.xml\",\"resourcePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeRuntimeStatistics__.xml\",\"type\":\"StatisticsResource\"}],\"runtimeVersion\":\"adl_20171016_7f65684c\",\"rootProcessNodeId\":\"9f42b738-7302-4b8d-8307-8f605c1173dd\",\"script\":\"DROP DATABASE IF EXISTS testdb1966459; CREATE DATABASE testdb1966459; \\n//Create Table\\nCREATE TABLE testdb1966459.dbo.testtable108145\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb1966459.dbo.testtable108145 ADD IF NOT EXISTS PARTITION (1);\\n\\nDROP FUNCTION IF EXISTS testdb1966459.dbo.testtvf129173f;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb1966459.dbo.testtvf129173f()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb1966459.dbo.testview153841 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb1966459.dbo.testproc191944()\\nAS BEGIN\\n CREATE VIEW testdb1966459.dbo.testview153841 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\"algebraFilePath\":\"adl://adls1f8740110.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/02/21/03/28/b9e2ef31-a25d-4a8f-be26-f558b823376f/algebra.xml\",\"yarnApplicationId\":1007469,\"yarnApplicationTimeStamp\":1518708536038,\"compileMode\":\"Semantic\",\"errorSource\":\"Unknown\",\"totalCompilationTime\":\"PT14.0156679S\",\"totalPausedTime\":\"PT0S\",\"totalQueuedTime\":\"PT0.0156687S\",\"totalRunningTime\":\"PT6.9687835S\",\"expirationTimeUtc\":\"0001-01-01T00:00:00\",\"type\":\"USql\"}}", - "strict-transport-security" : "max-age=15724800; includeSubDomains" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/catalog/usql/databases?api-version=2016-11-01", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:29:37 GMT", - "expires" : "-1", - "transfer-encoding" : "chunked", - "x-content-type-options" : "nosniff", - "content-type" : "application/json; odata.metadata=minimal", - "retry-after" : "0", - "cache-control" : "private, no-cache, no-store, max-age=0", - "StatusCode" : "200", - "x-ms-request-id" : "7e75ea81-85bb-4e40-9be4-37cef711f30a", - "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#databases\",\"value\":[\r\n {\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"version\":\"28b4c129-d592-4c39-bb7a-3c29b2c58cd2\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"testdb1966459\",\"version\":\"cb6ec328-3060-4020-84c8-57a41d388938\"\r\n }\r\n ]\r\n}", - "strict-transport-security" : "max-age=15724800; includeSubDomains", - "odata-version" : "4.0" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1966459?api-version=2016-11-01", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:29:37 GMT", - "expires" : "-1", - "transfer-encoding" : "chunked", - "x-content-type-options" : "nosniff", - "content-type" : "application/json; odata.metadata=minimal", - "retry-after" : "0", - "cache-control" : "private, no-cache, no-store, max-age=0", - "StatusCode" : "200", - "x-ms-request-id" : "835767a4-61d0-478a-b5c8-350eb795b453", - "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#databases/$entity\",\"computeAccountName\":\"secondadla27198\",\"databaseName\":\"testdb1966459\",\"version\":\"cb6ec328-3060-4020-84c8-57a41d388938\"\r\n}", - "strict-transport-security" : "max-age=15724800; includeSubDomains", - "odata-version" : "4.0" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1966459/schemas/dbo/tables?api-version=2016-11-01", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:29:38 GMT", - "expires" : "-1", - "transfer-encoding" : "chunked", - "x-content-type-options" : "nosniff", - "content-type" : "application/json; odata.metadata=minimal", - "retry-after" : "0", - "cache-control" : "private, no-cache, no-store, max-age=0", - "StatusCode" : "200", - "x-ms-request-id" : "193b9f29-d127-4d93-ad01-ad23012916e7", - "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#tables\",\"value\":[\r\n {\r\n \"tableName\":\"testtable108145\",\"columnList\":[\r\n {\r\n \"name\":\"UserId\",\"type\":\"System.Int32\"\r\n },{\r\n \"name\":\"Start\",\"type\":\"System.DateTime\"\r\n },{\r\n \"name\":\"Region\",\"type\":\"System.String\"\r\n },{\r\n \"name\":\"Query\",\"type\":\"System.String\"\r\n },{\r\n \"name\":\"Duration\",\"type\":\"System.Int32\"\r\n },{\r\n \"name\":\"Urls\",\"type\":\"System.String\"\r\n },{\r\n \"name\":\"ClickedUrls\",\"type\":\"System.String\"\r\n }\r\n ],\"indexList\":[\r\n {\r\n \"name\":\"idx1\",\"indexKeys\":[\r\n {\r\n \"name\":\"Region\",\"descending\":false\r\n }\r\n ],\"columns\":[\r\n \"Region\",\"UserId\"\r\n ],\"distributionInfo\":{\r\n \"type\":2,\"keys\":[\r\n {\r\n \"name\":\"Region\",\"descending\":false\r\n }\r\n ],\"count\":0,\"dynamicCount\":0\r\n },\"partitionFunction\":\"2f82fd72-3f67-4260-8f88-07f21568ec46\",\"partitionKeyList\":[\r\n \"UserId\"\r\n ],\"isColumnstore\":false,\"indexId\":1,\"isUnique\":false\r\n }\r\n ],\"partitionKeyList\":[\r\n \r\n ],\"externalTable\":null,\"distributionInfo\":null,\"computeAccountName\":\"secondadla27198\",\"databaseName\":\"testdb1966459\",\"schemaName\":\"dbo\",\"createTime\":\"2018-02-21T03:29:32.843-08:00\",\"updateTime\":\"2018-02-21T03:29:32.843-08:00\",\"version\":\"f5354b31-c175-410c-8549-a6aa55a353ac\"\r\n }\r\n ]\r\n}", - "strict-transport-security" : "max-age=15724800; includeSubDomains", - "odata-version" : "4.0" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1966459/schemas/dbo/tables/testtable108145?api-version=2016-11-01", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:29:38 GMT", - "expires" : "-1", - "transfer-encoding" : "chunked", - "x-content-type-options" : "nosniff", - "content-type" : "application/json; odata.metadata=minimal", - "retry-after" : "0", - "cache-control" : "private, no-cache, no-store, max-age=0", - "StatusCode" : "200", - "x-ms-request-id" : "bc40c090-d021-4286-a9b1-a9396bd05a09", - "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#tables/$entity\",\"tableName\":\"testtable108145\",\"columnList\":[\r\n {\r\n \"name\":\"UserId\",\"type\":\"System.Int32\"\r\n },{\r\n \"name\":\"Start\",\"type\":\"System.DateTime\"\r\n },{\r\n \"name\":\"Region\",\"type\":\"System.String\"\r\n },{\r\n \"name\":\"Query\",\"type\":\"System.String\"\r\n },{\r\n \"name\":\"Duration\",\"type\":\"System.Int32\"\r\n },{\r\n \"name\":\"Urls\",\"type\":\"System.String\"\r\n },{\r\n \"name\":\"ClickedUrls\",\"type\":\"System.String\"\r\n }\r\n ],\"indexList\":[\r\n {\r\n \"name\":\"idx1\",\"indexKeys\":[\r\n {\r\n \"name\":\"Region\",\"descending\":false\r\n }\r\n ],\"columns\":[\r\n \"Region\",\"UserId\"\r\n ],\"distributionInfo\":{\r\n \"type\":2,\"keys\":[\r\n {\r\n \"name\":\"Region\",\"descending\":false\r\n }\r\n ],\"count\":0,\"dynamicCount\":0\r\n },\"partitionFunction\":\"2f82fd72-3f67-4260-8f88-07f21568ec46\",\"partitionKeyList\":[\r\n \"UserId\"\r\n ],\"isColumnstore\":false,\"indexId\":1,\"isUnique\":false\r\n }\r\n ],\"partitionKeyList\":[\r\n \r\n ],\"externalTable\":null,\"distributionInfo\":null,\"computeAccountName\":\"secondadla27198\",\"databaseName\":\"testdb1966459\",\"schemaName\":\"dbo\",\"createTime\":\"2018-02-21T03:29:32.843-08:00\",\"updateTime\":\"2018-02-21T03:29:32.843-08:00\",\"version\":\"f5354b31-c175-410c-8549-a6aa55a353ac\"\r\n}", - "strict-transport-security" : "max-age=15724800; includeSubDomains", - "odata-version" : "4.0" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1966459/schemas/dbo/tablevaluedfunctions?api-version=2016-11-01", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:29:38 GMT", - "expires" : "-1", - "transfer-encoding" : "chunked", - "x-content-type-options" : "nosniff", - "content-type" : "application/json; odata.metadata=minimal", - "retry-after" : "0", - "cache-control" : "private, no-cache, no-store, max-age=0", - "StatusCode" : "200", - "x-ms-request-id" : "7f4daab2-6bf6-4150-8b1a-e50468793258", - "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#tablevaluedfunctions\",\"value\":[\r\n {\r\n \"tvfName\":\"testtvf129173f\",\"definition\":\"//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb1966459.dbo.testtvf129173f()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\",\"computeAccountName\":\"secondadla27198\",\"databaseName\":\"testdb1966459\",\"schemaName\":\"dbo\",\"createTime\":\"2018-02-21T03:29:32.86-08:00\",\"updateTime\":\"2018-02-21T03:29:32.86-08:00\",\"version\":\"f3ec982e-c7ac-46fd-82d6-6ce01f377c86\"\r\n }\r\n ]\r\n}", - "strict-transport-security" : "max-age=15724800; includeSubDomains", - "odata-version" : "4.0" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1966459/schemas/dbo/tablevaluedfunctions/testtvf129173f?api-version=2016-11-01", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:29:38 GMT", - "expires" : "-1", - "transfer-encoding" : "chunked", - "x-content-type-options" : "nosniff", - "content-type" : "application/json; odata.metadata=minimal", - "retry-after" : "0", - "cache-control" : "private, no-cache, no-store, max-age=0", - "StatusCode" : "200", - "x-ms-request-id" : "9eecb2c5-435a-42e7-a3c8-85f6e877ca13", - "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#tablevaluedfunctions/$entity\",\"tvfName\":\"testtvf129173f\",\"definition\":\"//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb1966459.dbo.testtvf129173f()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\",\"computeAccountName\":\"secondadla27198\",\"databaseName\":\"testdb1966459\",\"schemaName\":\"dbo\",\"createTime\":\"2018-02-21T03:29:32.86-08:00\",\"updateTime\":\"2018-02-21T03:29:32.86-08:00\",\"version\":\"f3ec982e-c7ac-46fd-82d6-6ce01f377c86\"\r\n}", - "strict-transport-security" : "max-age=15724800; includeSubDomains", - "odata-version" : "4.0" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1966459/schemas/dbo/views?api-version=2016-11-01", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:29:39 GMT", - "expires" : "-1", - "transfer-encoding" : "chunked", - "x-content-type-options" : "nosniff", - "content-type" : "application/json; odata.metadata=minimal", - "retry-after" : "0", - "cache-control" : "private, no-cache, no-store, max-age=0", - "StatusCode" : "200", - "x-ms-request-id" : "896559e2-4322-4565-a8fa-3f379256a854", - "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#views\",\"value\":[\r\n {\r\n \"viewName\":\"testview153841\",\"definition\":\"CREATE VIEW testdb1966459.dbo.testview153841 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\",\"computeAccountName\":\"secondadla27198\",\"databaseName\":\"testdb1966459\",\"schemaName\":\"dbo\",\"createTime\":\"2018-02-21T03:29:32.873-08:00\",\"updateTime\":\"2018-02-21T03:29:32.873-08:00\",\"version\":\"a8e23f7b-2d5a-43cd-8b1b-2d53440f9090\"\r\n }\r\n ]\r\n}", - "strict-transport-security" : "max-age=15724800; includeSubDomains", - "odata-version" : "4.0" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1966459/schemas/dbo/views/testview153841?api-version=2016-11-01", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:29:39 GMT", - "expires" : "-1", - "transfer-encoding" : "chunked", - "x-content-type-options" : "nosniff", - "content-type" : "application/json; odata.metadata=minimal", - "retry-after" : "0", - "cache-control" : "private, no-cache, no-store, max-age=0", - "StatusCode" : "200", - "x-ms-request-id" : "fd6366ac-1922-4f6d-ad72-517b2d912e2d", - "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#views/$entity\",\"viewName\":\"testview153841\",\"definition\":\"CREATE VIEW testdb1966459.dbo.testview153841 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\",\"computeAccountName\":\"secondadla27198\",\"databaseName\":\"testdb1966459\",\"schemaName\":\"dbo\",\"createTime\":\"2018-02-21T03:29:32.873-08:00\",\"updateTime\":\"2018-02-21T03:29:32.873-08:00\",\"version\":\"a8e23f7b-2d5a-43cd-8b1b-2d53440f9090\"\r\n}", - "strict-transport-security" : "max-age=15724800; includeSubDomains", - "odata-version" : "4.0" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1966459/schemas/dbo/procedures?api-version=2016-11-01", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:29:39 GMT", - "expires" : "-1", - "transfer-encoding" : "chunked", - "x-content-type-options" : "nosniff", - "content-type" : "application/json; odata.metadata=minimal", - "retry-after" : "0", - "cache-control" : "private, no-cache, no-store, max-age=0", - "StatusCode" : "200", - "x-ms-request-id" : "0ba40a8e-9751-4f61-a36e-85553f4b36bc", - "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#procedures\",\"value\":[\r\n {\r\n \"procName\":\"testproc191944\",\"definition\":\"CREATE PROCEDURE testdb1966459.dbo.testproc191944()\\nAS BEGIN\\n CREATE VIEW testdb1966459.dbo.testview153841 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\"computeAccountName\":\"secondadla27198\",\"databaseName\":\"testdb1966459\",\"schemaName\":\"dbo\",\"createTime\":null,\"updateTime\":null,\"version\":\"5deac267-e583-47ef-83dc-624b2132960a\"\r\n }\r\n ]\r\n}", - "strict-transport-security" : "max-age=15724800; includeSubDomains", - "odata-version" : "4.0" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1966459/schemas/dbo/procedures/testproc191944?api-version=2016-11-01", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:29:39 GMT", - "expires" : "-1", - "transfer-encoding" : "chunked", - "x-content-type-options" : "nosniff", - "content-type" : "application/json; odata.metadata=minimal", - "retry-after" : "0", - "cache-control" : "private, no-cache, no-store, max-age=0", - "StatusCode" : "200", - "x-ms-request-id" : "e8c9ac58-e19e-4f1c-b1ef-1becaa004115", - "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#procedures/$entity\",\"procName\":\"testproc191944\",\"definition\":\"CREATE PROCEDURE testdb1966459.dbo.testproc191944()\\nAS BEGIN\\n CREATE VIEW testdb1966459.dbo.testview153841 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\"computeAccountName\":\"secondadla27198\",\"databaseName\":\"testdb1966459\",\"schemaName\":\"dbo\",\"createTime\":null,\"updateTime\":null,\"version\":\"5deac267-e583-47ef-83dc-624b2132960a\"\r\n}", - "strict-transport-security" : "max-age=15724800; includeSubDomains", - "odata-version" : "4.0" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1966459/schemas/dbo/types?api-version=2016-11-01", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:29:39 GMT", - "expires" : "-1", - "transfer-encoding" : "chunked", - "x-content-type-options" : "nosniff", - "content-type" : "application/json; odata.metadata=minimal", - "retry-after" : "0", - "cache-control" : "private, no-cache, no-store, max-age=0", - "StatusCode" : "200", - "x-ms-request-id" : "1a99f075-c883-4711-afcf-d6477b05317d", - "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#types\",\"value\":[\r\n {\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlArray\",\"typeFamily\":\"SQL\",\"cSharpName\":\"Microsoft.Analytics.Types.Sql.SqlArray\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlArray\",\"systemTypeId\":243,\"userTypeId\":334,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":true,\"version\":\"1137ad93-d19b-4d4e-b726-011f76d4d833\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlBinary\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlBinary\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlBinary\",\"systemTypeId\":165,\"userTypeId\":165,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"b05e4357-12c7-461f-9559-4c39cfae1338\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlBit\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlBit\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlBit\",\"systemTypeId\":104,\"userTypeId\":104,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"caeb6f59-f027-4348-a3ff-f064531e0ee8\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlByte\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlByte\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlByte\",\"systemTypeId\":48,\"userTypeId\":48,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"f2583736-1f0e-4072-8a04-d83db5e08241\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlDate\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlDate\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlDate\",\"systemTypeId\":42,\"userTypeId\":42,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"29f9721a-315b-498f-a304-762e0511226d\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlDateTime\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlDateTime\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlDateTime\",\"systemTypeId\":61,\"userTypeId\":61,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"6879225d-44ff-4404-a0bd-05ee379c39db\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlDecimal\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlDecimal\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlDecimal\",\"systemTypeId\":106,\"userTypeId\":106,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"d6d8f781-23bf-48a6-a462-8946bab23c36\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlDouble\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlDouble\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlDouble\",\"systemTypeId\":62,\"userTypeId\":62,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"db1bc9a7-f5da-4d64-9baa-399c9f72d6e2\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlGuid\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlGuid\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlGuid\",\"systemTypeId\":36,\"userTypeId\":36,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"ab6715ed-cfba-4b5a-92e9-f86520b8e711\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlInt16\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlInt16\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlInt16\",\"systemTypeId\":52,\"userTypeId\":52,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"4ee64682-cbd4-40cc-90e9-c5de1433bbed\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlInt32\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlInt32\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlInt32\",\"systemTypeId\":56,\"userTypeId\":56,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"9af787e7-9fc0-4819-80ac-0339ce031ab3\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlInt64\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlInt64\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlInt64\",\"systemTypeId\":127,\"userTypeId\":127,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"44d67b27-8bd8-4072-81ca-2d32adfdb17c\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlMap\",\"typeFamily\":\"SQL\",\"cSharpName\":\"Microsoft.Analytics.Types.Sql.SqlMap\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlMap\",\"systemTypeId\":243,\"userTypeId\":333,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":true,\"version\":\"18cf5d12-3651-44fe-ad16-cf5068f0b112\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlMoney\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlMoney\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlMoney\",\"systemTypeId\":60,\"userTypeId\":60,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"861e13ee-e110-4dd2-b0df-f2eb9a6b5bd2\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlSingle\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlSingle\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlSingle\",\"systemTypeId\":59,\"userTypeId\":59,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"7037d7f1-e3d4-416f-bf81-285b630a75e4\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlString\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlString\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlString\",\"systemTypeId\":231,\"userTypeId\":231,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"a15306f5-43f5-433b-b795-ce02ee911953\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlStruct\",\"typeFamily\":\"SQL\",\"cSharpName\":\"Microsoft.Analytics.Types.Sql.SqlStruct\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlStruct\",\"systemTypeId\":243,\"userTypeId\":332,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":true,\"version\":\"f89f413d-bd5f-440a-b069-8fc345643648\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Boolean\",\"typeFamily\":\"C#\",\"cSharpName\":\"bool\",\"fullCSharpName\":\"System.Boolean\",\"systemTypeId\":104,\"userTypeId\":104,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"c04b91b8-2b7e-45b3-ada9-db5ede901672\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Boolean?\",\"typeFamily\":\"C#\",\"cSharpName\":\"bool?\",\"fullCSharpName\":\"System.Boolean?\",\"systemTypeId\":104,\"userTypeId\":104,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"42f3147a-ed9b-47ae-a8ad-aa2fbc51e0ad\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Byte\",\"typeFamily\":\"C#\",\"cSharpName\":\"byte\",\"fullCSharpName\":\"System.Byte\",\"systemTypeId\":48,\"userTypeId\":48,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"6a048add-f003-4d73-8471-3b0be963d1ac\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Byte?\",\"typeFamily\":\"C#\",\"cSharpName\":\"byte?\",\"fullCSharpName\":\"System.Byte?\",\"systemTypeId\":48,\"userTypeId\":48,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"c2623267-2a86-444a-a773-89783eae5b30\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Byte[]\",\"typeFamily\":\"C#\",\"cSharpName\":\"byte[]\",\"fullCSharpName\":\"System.Byte[]\",\"systemTypeId\":165,\"userTypeId\":165,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"84506afa-d9ad-4bef-9e44-cd00f1f54ce3\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Char\",\"typeFamily\":\"C#\",\"cSharpName\":\"char\",\"fullCSharpName\":\"System.Char\",\"systemTypeId\":231,\"userTypeId\":231,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"bb4bb082-4d9c-4ce4-aa1b-bfaea278ac92\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Char?\",\"typeFamily\":\"C#\",\"cSharpName\":\"char?\",\"fullCSharpName\":\"System.Char?\",\"systemTypeId\":231,\"userTypeId\":231,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"748c6bfa-5a8e-43d4-823b-3b3be0d8b85a\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.DateTime\",\"typeFamily\":\"C#\",\"cSharpName\":\"DateTime\",\"fullCSharpName\":\"System.DateTime\",\"systemTypeId\":42,\"userTypeId\":42,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"4e348b46-7218-4c30-b879-ceee5a59e7bb\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.DateTime?\",\"typeFamily\":\"C#\",\"cSharpName\":\"DateTime?\",\"fullCSharpName\":\"System.DateTime?\",\"systemTypeId\":42,\"userTypeId\":42,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"eb486159-acfa-4499-9b1a-e0ecda5d52a2\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Decimal\",\"typeFamily\":\"C#\",\"cSharpName\":\"decimal\",\"fullCSharpName\":\"System.Decimal\",\"systemTypeId\":106,\"userTypeId\":106,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"f29ebb5f-17e8-4448-8aec-1a6702380e75\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Decimal?\",\"typeFamily\":\"C#\",\"cSharpName\":\"decimal?\",\"fullCSharpName\":\"System.Decimal?\",\"systemTypeId\":106,\"userTypeId\":106,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"b78657ef-955b-4841-805e-bec1e9d11e37\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Double\",\"typeFamily\":\"C#\",\"cSharpName\":\"double\",\"fullCSharpName\":\"System.Double\",\"systemTypeId\":62,\"userTypeId\":62,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"f3bbcc4e-d872-4bd1-8429-7082199016d3\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Double?\",\"typeFamily\":\"C#\",\"cSharpName\":\"double?\",\"fullCSharpName\":\"System.Double?\",\"systemTypeId\":62,\"userTypeId\":62,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"5832365f-70cb-47f9-92db-46cf7903dffc\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Guid\",\"typeFamily\":\"C#\",\"cSharpName\":\"Guid\",\"fullCSharpName\":\"System.Guid\",\"systemTypeId\":36,\"userTypeId\":36,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"ccccbe73-770a-4bc8-905f-2eec41e79736\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Guid?\",\"typeFamily\":\"C#\",\"cSharpName\":\"Guid?\",\"fullCSharpName\":\"System.Guid?\",\"systemTypeId\":36,\"userTypeId\":36,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"db4c6514-17fa-4de1-ab25-a22817844593\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Int16\",\"typeFamily\":\"C#\",\"cSharpName\":\"short\",\"fullCSharpName\":\"System.Int16\",\"systemTypeId\":52,\"userTypeId\":52,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"2cca4ae1-4272-4ca4-832e-5bc22c486299\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Int16?\",\"typeFamily\":\"C#\",\"cSharpName\":\"short?\",\"fullCSharpName\":\"System.Int16?\",\"systemTypeId\":52,\"userTypeId\":52,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"cef0bb72-9079-471b-855c-cfb87b1dc11f\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Int32\",\"typeFamily\":\"C#\",\"cSharpName\":\"int\",\"fullCSharpName\":\"System.Int32\",\"systemTypeId\":56,\"userTypeId\":56,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"2a3f9560-1645-4e60-8ca5-9713f2ef8363\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Int32?\",\"typeFamily\":\"C#\",\"cSharpName\":\"int?\",\"fullCSharpName\":\"System.Int32?\",\"systemTypeId\":56,\"userTypeId\":56,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"29fedecb-21d0-4fa8-bf6b-2539bee71bcc\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Int64\",\"typeFamily\":\"C#\",\"cSharpName\":\"long\",\"fullCSharpName\":\"System.Int64\",\"systemTypeId\":127,\"userTypeId\":127,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"14c67089-ce4d-4770-8425-a0c41788c3cd\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Int64?\",\"typeFamily\":\"C#\",\"cSharpName\":\"long?\",\"fullCSharpName\":\"System.Int64?\",\"systemTypeId\":127,\"userTypeId\":127,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"01b8cce9-d5e9-4f38-9f29-d5f3927d7407\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.SByte\",\"typeFamily\":\"C#\",\"cSharpName\":\"sbyte\",\"fullCSharpName\":\"System.SByte\",\"systemTypeId\":52,\"userTypeId\":52,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"899a07dd-662c-4cd2-8f98-6ec34d739355\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.SByte?\",\"typeFamily\":\"C#\",\"cSharpName\":\"sbyte?\",\"fullCSharpName\":\"System.SByte?\",\"systemTypeId\":52,\"userTypeId\":52,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"f76f7f1a-64d9-4c50-a38c-a6b2578f66d3\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Single\",\"typeFamily\":\"C#\",\"cSharpName\":\"float\",\"fullCSharpName\":\"System.Single\",\"systemTypeId\":59,\"userTypeId\":59,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"04ae7374-f270-48ba-b429-c7e07bfcde61\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Single?\",\"typeFamily\":\"C#\",\"cSharpName\":\"float?\",\"fullCSharpName\":\"System.Single?\",\"systemTypeId\":59,\"userTypeId\":59,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"f8f90902-84a6-449f-96fe-6710accc0f7a\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.String\",\"typeFamily\":\"C#\",\"cSharpName\":\"string\",\"fullCSharpName\":\"System.String\",\"systemTypeId\":231,\"userTypeId\":231,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"313664ea-0a0b-4016-8c25-a11052d885ad\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.UInt16\",\"typeFamily\":\"C#\",\"cSharpName\":\"ushort\",\"fullCSharpName\":\"System.UInt16\",\"systemTypeId\":56,\"userTypeId\":56,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"1ee295be-df81-4f21-a17c-31205884958b\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.UInt16?\",\"typeFamily\":\"C#\",\"cSharpName\":\"ushort?\",\"fullCSharpName\":\"System.UInt16?\",\"systemTypeId\":56,\"userTypeId\":56,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"a3228a28-dc3d-42f1-81d7-86899822af91\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.UInt32\",\"typeFamily\":\"C#\",\"cSharpName\":\"uint\",\"fullCSharpName\":\"System.UInt32\",\"systemTypeId\":127,\"userTypeId\":127,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"133275dc-ec4b-4662-86ee-f6d13b0e8b7e\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.UInt32?\",\"typeFamily\":\"C#\",\"cSharpName\":\"uint?\",\"fullCSharpName\":\"System.UInt32?\",\"systemTypeId\":127,\"userTypeId\":127,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"7292a0b6-ff2d-4c02-b256-63993c2b270a\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.UInt64\",\"typeFamily\":\"C#\",\"cSharpName\":\"ulong\",\"fullCSharpName\":\"System.UInt64\",\"systemTypeId\":106,\"userTypeId\":106,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"e80c1a1c-99d9-418c-9f66-097c048095bb\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.UInt64?\",\"typeFamily\":\"C#\",\"cSharpName\":\"ulong?\",\"fullCSharpName\":\"System.UInt64?\",\"systemTypeId\":106,\"userTypeId\":106,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"48cbabb8-03fc-4f00-bad6-0641a7f562c7\"\r\n }\r\n ]\r\n}", - "strict-transport-security" : "max-age=15724800; includeSubDomains", - "odata-version" : "4.0" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1966459/schemas/dbo/types?$filter=isComplexType%20eq%20false&api-version=2016-11-01", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:29:40 GMT", - "expires" : "-1", - "transfer-encoding" : "chunked", - "x-content-type-options" : "nosniff", - "content-type" : "application/json; odata.metadata=minimal", - "retry-after" : "0", - "cache-control" : "private, no-cache, no-store, max-age=0", - "StatusCode" : "200", - "x-ms-request-id" : "d9ea96b0-f289-4180-a6f0-39a99ce55b7d", - "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#types\",\"value\":[\r\n {\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlBinary\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlBinary\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlBinary\",\"systemTypeId\":165,\"userTypeId\":165,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"b05e4357-12c7-461f-9559-4c39cfae1338\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlBit\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlBit\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlBit\",\"systemTypeId\":104,\"userTypeId\":104,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"caeb6f59-f027-4348-a3ff-f064531e0ee8\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlByte\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlByte\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlByte\",\"systemTypeId\":48,\"userTypeId\":48,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"f2583736-1f0e-4072-8a04-d83db5e08241\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlDate\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlDate\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlDate\",\"systemTypeId\":42,\"userTypeId\":42,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"29f9721a-315b-498f-a304-762e0511226d\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlDateTime\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlDateTime\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlDateTime\",\"systemTypeId\":61,\"userTypeId\":61,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"6879225d-44ff-4404-a0bd-05ee379c39db\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlDecimal\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlDecimal\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlDecimal\",\"systemTypeId\":106,\"userTypeId\":106,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"d6d8f781-23bf-48a6-a462-8946bab23c36\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlDouble\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlDouble\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlDouble\",\"systemTypeId\":62,\"userTypeId\":62,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"db1bc9a7-f5da-4d64-9baa-399c9f72d6e2\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlGuid\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlGuid\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlGuid\",\"systemTypeId\":36,\"userTypeId\":36,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"ab6715ed-cfba-4b5a-92e9-f86520b8e711\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlInt16\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlInt16\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlInt16\",\"systemTypeId\":52,\"userTypeId\":52,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"4ee64682-cbd4-40cc-90e9-c5de1433bbed\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlInt32\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlInt32\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlInt32\",\"systemTypeId\":56,\"userTypeId\":56,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"9af787e7-9fc0-4819-80ac-0339ce031ab3\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlInt64\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlInt64\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlInt64\",\"systemTypeId\":127,\"userTypeId\":127,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"44d67b27-8bd8-4072-81ca-2d32adfdb17c\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlMoney\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlMoney\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlMoney\",\"systemTypeId\":60,\"userTypeId\":60,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"861e13ee-e110-4dd2-b0df-f2eb9a6b5bd2\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlSingle\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlSingle\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlSingle\",\"systemTypeId\":59,\"userTypeId\":59,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"7037d7f1-e3d4-416f-bf81-285b630a75e4\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlString\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlString\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlString\",\"systemTypeId\":231,\"userTypeId\":231,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"a15306f5-43f5-433b-b795-ce02ee911953\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Boolean\",\"typeFamily\":\"C#\",\"cSharpName\":\"bool\",\"fullCSharpName\":\"System.Boolean\",\"systemTypeId\":104,\"userTypeId\":104,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"c04b91b8-2b7e-45b3-ada9-db5ede901672\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Boolean?\",\"typeFamily\":\"C#\",\"cSharpName\":\"bool?\",\"fullCSharpName\":\"System.Boolean?\",\"systemTypeId\":104,\"userTypeId\":104,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"42f3147a-ed9b-47ae-a8ad-aa2fbc51e0ad\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Byte\",\"typeFamily\":\"C#\",\"cSharpName\":\"byte\",\"fullCSharpName\":\"System.Byte\",\"systemTypeId\":48,\"userTypeId\":48,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"6a048add-f003-4d73-8471-3b0be963d1ac\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Byte?\",\"typeFamily\":\"C#\",\"cSharpName\":\"byte?\",\"fullCSharpName\":\"System.Byte?\",\"systemTypeId\":48,\"userTypeId\":48,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"c2623267-2a86-444a-a773-89783eae5b30\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Byte[]\",\"typeFamily\":\"C#\",\"cSharpName\":\"byte[]\",\"fullCSharpName\":\"System.Byte[]\",\"systemTypeId\":165,\"userTypeId\":165,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"84506afa-d9ad-4bef-9e44-cd00f1f54ce3\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Char\",\"typeFamily\":\"C#\",\"cSharpName\":\"char\",\"fullCSharpName\":\"System.Char\",\"systemTypeId\":231,\"userTypeId\":231,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"bb4bb082-4d9c-4ce4-aa1b-bfaea278ac92\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Char?\",\"typeFamily\":\"C#\",\"cSharpName\":\"char?\",\"fullCSharpName\":\"System.Char?\",\"systemTypeId\":231,\"userTypeId\":231,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"748c6bfa-5a8e-43d4-823b-3b3be0d8b85a\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.DateTime\",\"typeFamily\":\"C#\",\"cSharpName\":\"DateTime\",\"fullCSharpName\":\"System.DateTime\",\"systemTypeId\":42,\"userTypeId\":42,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"4e348b46-7218-4c30-b879-ceee5a59e7bb\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.DateTime?\",\"typeFamily\":\"C#\",\"cSharpName\":\"DateTime?\",\"fullCSharpName\":\"System.DateTime?\",\"systemTypeId\":42,\"userTypeId\":42,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"eb486159-acfa-4499-9b1a-e0ecda5d52a2\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Decimal\",\"typeFamily\":\"C#\",\"cSharpName\":\"decimal\",\"fullCSharpName\":\"System.Decimal\",\"systemTypeId\":106,\"userTypeId\":106,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"f29ebb5f-17e8-4448-8aec-1a6702380e75\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Decimal?\",\"typeFamily\":\"C#\",\"cSharpName\":\"decimal?\",\"fullCSharpName\":\"System.Decimal?\",\"systemTypeId\":106,\"userTypeId\":106,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"b78657ef-955b-4841-805e-bec1e9d11e37\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Double\",\"typeFamily\":\"C#\",\"cSharpName\":\"double\",\"fullCSharpName\":\"System.Double\",\"systemTypeId\":62,\"userTypeId\":62,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"f3bbcc4e-d872-4bd1-8429-7082199016d3\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Double?\",\"typeFamily\":\"C#\",\"cSharpName\":\"double?\",\"fullCSharpName\":\"System.Double?\",\"systemTypeId\":62,\"userTypeId\":62,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"5832365f-70cb-47f9-92db-46cf7903dffc\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Guid\",\"typeFamily\":\"C#\",\"cSharpName\":\"Guid\",\"fullCSharpName\":\"System.Guid\",\"systemTypeId\":36,\"userTypeId\":36,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"ccccbe73-770a-4bc8-905f-2eec41e79736\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Guid?\",\"typeFamily\":\"C#\",\"cSharpName\":\"Guid?\",\"fullCSharpName\":\"System.Guid?\",\"systemTypeId\":36,\"userTypeId\":36,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"db4c6514-17fa-4de1-ab25-a22817844593\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Int16\",\"typeFamily\":\"C#\",\"cSharpName\":\"short\",\"fullCSharpName\":\"System.Int16\",\"systemTypeId\":52,\"userTypeId\":52,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"2cca4ae1-4272-4ca4-832e-5bc22c486299\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Int16?\",\"typeFamily\":\"C#\",\"cSharpName\":\"short?\",\"fullCSharpName\":\"System.Int16?\",\"systemTypeId\":52,\"userTypeId\":52,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"cef0bb72-9079-471b-855c-cfb87b1dc11f\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Int32\",\"typeFamily\":\"C#\",\"cSharpName\":\"int\",\"fullCSharpName\":\"System.Int32\",\"systemTypeId\":56,\"userTypeId\":56,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"2a3f9560-1645-4e60-8ca5-9713f2ef8363\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Int32?\",\"typeFamily\":\"C#\",\"cSharpName\":\"int?\",\"fullCSharpName\":\"System.Int32?\",\"systemTypeId\":56,\"userTypeId\":56,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"29fedecb-21d0-4fa8-bf6b-2539bee71bcc\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Int64\",\"typeFamily\":\"C#\",\"cSharpName\":\"long\",\"fullCSharpName\":\"System.Int64\",\"systemTypeId\":127,\"userTypeId\":127,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"14c67089-ce4d-4770-8425-a0c41788c3cd\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Int64?\",\"typeFamily\":\"C#\",\"cSharpName\":\"long?\",\"fullCSharpName\":\"System.Int64?\",\"systemTypeId\":127,\"userTypeId\":127,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"01b8cce9-d5e9-4f38-9f29-d5f3927d7407\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.SByte\",\"typeFamily\":\"C#\",\"cSharpName\":\"sbyte\",\"fullCSharpName\":\"System.SByte\",\"systemTypeId\":52,\"userTypeId\":52,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"899a07dd-662c-4cd2-8f98-6ec34d739355\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.SByte?\",\"typeFamily\":\"C#\",\"cSharpName\":\"sbyte?\",\"fullCSharpName\":\"System.SByte?\",\"systemTypeId\":52,\"userTypeId\":52,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"f76f7f1a-64d9-4c50-a38c-a6b2578f66d3\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Single\",\"typeFamily\":\"C#\",\"cSharpName\":\"float\",\"fullCSharpName\":\"System.Single\",\"systemTypeId\":59,\"userTypeId\":59,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"04ae7374-f270-48ba-b429-c7e07bfcde61\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Single?\",\"typeFamily\":\"C#\",\"cSharpName\":\"float?\",\"fullCSharpName\":\"System.Single?\",\"systemTypeId\":59,\"userTypeId\":59,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"f8f90902-84a6-449f-96fe-6710accc0f7a\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.String\",\"typeFamily\":\"C#\",\"cSharpName\":\"string\",\"fullCSharpName\":\"System.String\",\"systemTypeId\":231,\"userTypeId\":231,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"313664ea-0a0b-4016-8c25-a11052d885ad\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.UInt16\",\"typeFamily\":\"C#\",\"cSharpName\":\"ushort\",\"fullCSharpName\":\"System.UInt16\",\"systemTypeId\":56,\"userTypeId\":56,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"1ee295be-df81-4f21-a17c-31205884958b\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.UInt16?\",\"typeFamily\":\"C#\",\"cSharpName\":\"ushort?\",\"fullCSharpName\":\"System.UInt16?\",\"systemTypeId\":56,\"userTypeId\":56,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"a3228a28-dc3d-42f1-81d7-86899822af91\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.UInt32\",\"typeFamily\":\"C#\",\"cSharpName\":\"uint\",\"fullCSharpName\":\"System.UInt32\",\"systemTypeId\":127,\"userTypeId\":127,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"133275dc-ec4b-4662-86ee-f6d13b0e8b7e\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.UInt32?\",\"typeFamily\":\"C#\",\"cSharpName\":\"uint?\",\"fullCSharpName\":\"System.UInt32?\",\"systemTypeId\":127,\"userTypeId\":127,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"7292a0b6-ff2d-4c02-b256-63993c2b270a\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.UInt64\",\"typeFamily\":\"C#\",\"cSharpName\":\"ulong\",\"fullCSharpName\":\"System.UInt64\",\"systemTypeId\":106,\"userTypeId\":106,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"e80c1a1c-99d9-418c-9f66-097c048095bb\"\r\n },{\r\n \"computeAccountName\":\"secondadla27198\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.UInt64?\",\"typeFamily\":\"C#\",\"cSharpName\":\"ulong?\",\"fullCSharpName\":\"System.UInt64?\",\"systemTypeId\":106,\"userTypeId\":106,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"48cbabb8-03fc-4f00-bad6-0641a7f562c7\"\r\n }\r\n ]\r\n}", - "strict-transport-security" : "max-age=15724800; includeSubDomains", - "odata-version" : "4.0" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1966459/acl?api-version=2016-11-01", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:29:40 GMT", - "expires" : "-1", - "transfer-encoding" : "chunked", - "x-content-type-options" : "nosniff", - "content-type" : "application/json; odata.metadata=minimal", - "retry-after" : "0", - "cache-control" : "private, no-cache, no-store, max-age=0", - "StatusCode" : "200", - "x-ms-request-id" : "e2f66dad-cf36-4588-941d-3521cc1022f7", - "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#acl\",\"value\":[\r\n {\r\n \"aceType\":\"UserObj\",\"principalId\":\"e994d55d-2464-4c73-b5e1-40e3c9894434\",\"permission\":\"All\"\r\n },{\r\n \"aceType\":\"GroupObj\",\"principalId\":\"e994d55d-2464-4c73-b5e1-40e3c9894434\",\"permission\":\"All\"\r\n },{\r\n \"aceType\":\"Other\",\"principalId\":\"00000000-0000-0000-0000-000000000000\",\"permission\":\"None\"\r\n }\r\n ]\r\n}", - "strict-transport-security" : "max-age=15724800; includeSubDomains", - "odata-version" : "4.0" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/catalog/usql/acl?api-version=2016-11-01", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:29:40 GMT", - "expires" : "-1", - "transfer-encoding" : "chunked", - "x-content-type-options" : "nosniff", - "content-type" : "application/json; odata.metadata=minimal", - "retry-after" : "0", - "cache-control" : "private, no-cache, no-store, max-age=0", - "StatusCode" : "200", - "x-ms-request-id" : "62a3017a-c01e-4055-868e-3648f1539346", - "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#acl\",\"value\":[\r\n {\r\n \"aceType\":\"UserObj\",\"principalId\":\"e994d55d-2464-4c73-b5e1-40e3c9894434\",\"permission\":\"All\"\r\n },{\r\n \"aceType\":\"GroupObj\",\"principalId\":\"e994d55d-2464-4c73-b5e1-40e3c9894434\",\"permission\":\"All\"\r\n },{\r\n \"aceType\":\"Other\",\"principalId\":\"00000000-0000-0000-0000-000000000000\",\"permission\":\"None\"\r\n }\r\n ]\r\n}", - "strict-transport-security" : "max-age=15724800; includeSubDomains", - "odata-version" : "4.0" - } - }, { - "Method" : "POST", - "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1966459/acl?op=GRANTACE&api-version=2016-11-01", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:29:41 GMT", - "expires" : "-1", - "transfer-encoding" : "chunked", - "x-content-type-options" : "nosniff", - "retry-after" : "0", - "cache-control" : "private, no-cache, no-store, max-age=0", - "StatusCode" : "200", - "x-ms-request-id" : "c3264b76-a334-429d-93f3-4eb2f2487be1", - "Body" : "", - "strict-transport-security" : "max-age=15724800; includeSubDomains" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1966459/acl?api-version=2016-11-01", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:29:41 GMT", - "expires" : "-1", - "transfer-encoding" : "chunked", - "x-content-type-options" : "nosniff", - "content-type" : "application/json; odata.metadata=minimal", - "retry-after" : "0", - "cache-control" : "private, no-cache, no-store, max-age=0", - "StatusCode" : "200", - "x-ms-request-id" : "e2947bda-ab9c-4c06-a2e6-52c72429a9f7", - "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#acl\",\"value\":[\r\n {\r\n \"aceType\":\"UserObj\",\"principalId\":\"e994d55d-2464-4c73-b5e1-40e3c9894434\",\"permission\":\"All\"\r\n },{\r\n \"aceType\":\"GroupObj\",\"principalId\":\"e994d55d-2464-4c73-b5e1-40e3c9894434\",\"permission\":\"All\"\r\n },{\r\n \"aceType\":\"Other\",\"principalId\":\"00000000-0000-0000-0000-000000000000\",\"permission\":\"None\"\r\n },{\r\n \"aceType\":\"User\",\"principalId\":\"7eafadbc-53f2-435c-83dc-d4794e017f87\",\"permission\":\"Use\"\r\n }\r\n ]\r\n}", - "strict-transport-security" : "max-age=15724800; includeSubDomains", - "odata-version" : "4.0" - } - }, { - "Method" : "POST", - "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1966459/acl?op=REVOKEACE&api-version=2016-11-01", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:29:42 GMT", - "expires" : "-1", - "transfer-encoding" : "chunked", - "x-content-type-options" : "nosniff", - "retry-after" : "0", - "cache-control" : "private, no-cache, no-store, max-age=0", - "StatusCode" : "200", - "x-ms-request-id" : "9405b6cd-9d36-4b01-8a6d-0d50157124ac", - "Body" : "", - "strict-transport-security" : "max-age=15724800; includeSubDomains" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1966459/acl?api-version=2016-11-01", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:29:42 GMT", - "expires" : "-1", - "transfer-encoding" : "chunked", - "x-content-type-options" : "nosniff", - "content-type" : "application/json; odata.metadata=minimal", - "retry-after" : "0", - "cache-control" : "private, no-cache, no-store, max-age=0", - "StatusCode" : "200", - "x-ms-request-id" : "f03a55ad-22ba-42c4-87ff-dcaff7f0945e", - "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#acl\",\"value\":[\r\n {\r\n \"aceType\":\"UserObj\",\"principalId\":\"e994d55d-2464-4c73-b5e1-40e3c9894434\",\"permission\":\"All\"\r\n },{\r\n \"aceType\":\"GroupObj\",\"principalId\":\"e994d55d-2464-4c73-b5e1-40e3c9894434\",\"permission\":\"All\"\r\n },{\r\n \"aceType\":\"Other\",\"principalId\":\"00000000-0000-0000-0000-000000000000\",\"permission\":\"None\"\r\n }\r\n ]\r\n}", - "strict-transport-security" : "max-age=15724800; includeSubDomains", - "odata-version" : "4.0" - } - }, { - "Method" : "POST", - "Uri" : "http://localhost:1234/catalog/usql/acl?op=GRANTACE&api-version=2016-11-01", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:29:43 GMT", - "expires" : "-1", - "transfer-encoding" : "chunked", - "x-content-type-options" : "nosniff", - "retry-after" : "0", - "cache-control" : "private, no-cache, no-store, max-age=0", - "StatusCode" : "200", - "x-ms-request-id" : "90a748aa-f349-496f-b476-0d4e2c05850c", - "Body" : "", - "strict-transport-security" : "max-age=15724800; includeSubDomains" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/catalog/usql/acl?api-version=2016-11-01", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:29:43 GMT", - "expires" : "-1", - "transfer-encoding" : "chunked", - "x-content-type-options" : "nosniff", - "content-type" : "application/json; odata.metadata=minimal", - "retry-after" : "0", - "cache-control" : "private, no-cache, no-store, max-age=0", - "StatusCode" : "200", - "x-ms-request-id" : "425d6592-9b5e-480b-be90-c8dc9f2c2f5e", - "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#acl\",\"value\":[\r\n {\r\n \"aceType\":\"UserObj\",\"principalId\":\"e994d55d-2464-4c73-b5e1-40e3c9894434\",\"permission\":\"All\"\r\n },{\r\n \"aceType\":\"GroupObj\",\"principalId\":\"e994d55d-2464-4c73-b5e1-40e3c9894434\",\"permission\":\"All\"\r\n },{\r\n \"aceType\":\"Other\",\"principalId\":\"00000000-0000-0000-0000-000000000000\",\"permission\":\"None\"\r\n },{\r\n \"aceType\":\"User\",\"principalId\":\"7eafadbc-53f2-435c-83dc-d4794e017f87\",\"permission\":\"Use\"\r\n }\r\n ]\r\n}", - "strict-transport-security" : "max-age=15724800; includeSubDomains", - "odata-version" : "4.0" - } - }, { - "Method" : "POST", - "Uri" : "http://localhost:1234/catalog/usql/acl?op=REVOKEACE&api-version=2016-11-01", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:29:43 GMT", - "expires" : "-1", - "transfer-encoding" : "chunked", - "x-content-type-options" : "nosniff", - "retry-after" : "0", - "cache-control" : "private, no-cache, no-store, max-age=0", - "StatusCode" : "200", - "x-ms-request-id" : "cf4f63eb-ac0b-4ef8-a386-f93f214b2b7b", - "Body" : "", - "strict-transport-security" : "max-age=15724800; includeSubDomains" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/catalog/usql/acl?api-version=2016-11-01", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:29:43 GMT", - "expires" : "-1", - "transfer-encoding" : "chunked", - "x-content-type-options" : "nosniff", - "content-type" : "application/json; odata.metadata=minimal", - "retry-after" : "0", - "cache-control" : "private, no-cache, no-store, max-age=0", - "StatusCode" : "200", - "x-ms-request-id" : "40a8378f-bfab-45e9-ba18-c97c21b1e902", - "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#acl\",\"value\":[\r\n {\r\n \"aceType\":\"UserObj\",\"principalId\":\"e994d55d-2464-4c73-b5e1-40e3c9894434\",\"permission\":\"All\"\r\n },{\r\n \"aceType\":\"GroupObj\",\"principalId\":\"e994d55d-2464-4c73-b5e1-40e3c9894434\",\"permission\":\"All\"\r\n },{\r\n \"aceType\":\"Other\",\"principalId\":\"00000000-0000-0000-0000-000000000000\",\"permission\":\"None\"\r\n }\r\n ]\r\n}", - "strict-transport-security" : "max-age=15724800; includeSubDomains", - "odata-version" : "4.0" - } - }, { - "Method" : "DELETE", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/adlarg40912468?api-version=2017-05-10", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (ResourceManagementClient, 2017-05-10)", - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:29:43 GMT", - "content-length" : "0", - "expires" : "-1", - "x-ms-ratelimit-remaining-subscription-writes" : "1199", - "retry-after" : "0", - "StatusCode" : "202", - "pragma" : "no-cache", - "strict-transport-security" : "max-age=31536000; includeSubDomains", - "x-ms-correlation-request-id" : "ed3524d6-becd-4bf9-b95a-e30cfe99ef90", - "x-ms-routing-request-id" : "WESTUS2:20180221T032943Z:ed3524d6-becd-4bf9-b95a-e30cfe99ef90", - "location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkc0MDkxMjQ2OC1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "cache-control" : "no-cache", - "x-ms-request-id" : "ed3524d6-becd-4bf9-b95a-e30cfe99ef90", - "Body" : "" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkc0MDkxMjQ2OC1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (ResourceManagementClient, 2017-05-10)" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:29:43 GMT", - "content-length" : "0", - "expires" : "-1", - "retry-after" : "0", - "x-ms-ratelimit-remaining-subscription-reads" : "14999", - "StatusCode" : "202", - "pragma" : "no-cache", - "strict-transport-security" : "max-age=31536000; includeSubDomains", - "x-ms-correlation-request-id" : "aaa8a1fb-0f68-46c5-9589-188368f1cef2", - "x-ms-routing-request-id" : "WESTUS2:20180221T032944Z:aaa8a1fb-0f68-46c5-9589-188368f1cef2", - "location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkc0MDkxMjQ2OC1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "cache-control" : "no-cache", - "x-ms-request-id" : "aaa8a1fb-0f68-46c5-9589-188368f1cef2", - "Body" : "" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkc0MDkxMjQ2OC1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (ResourceManagementClient, 2017-05-10)" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:29:58 GMT", - "content-length" : "0", - "expires" : "-1", - "retry-after" : "0", - "x-ms-ratelimit-remaining-subscription-reads" : "14998", - "StatusCode" : "202", - "pragma" : "no-cache", - "strict-transport-security" : "max-age=31536000; includeSubDomains", - "x-ms-correlation-request-id" : "bb3346c8-b221-4b92-948e-c3d187bbc006", - "x-ms-routing-request-id" : "WESTUS2:20180221T032959Z:bb3346c8-b221-4b92-948e-c3d187bbc006", - "location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkc0MDkxMjQ2OC1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "cache-control" : "no-cache", - "x-ms-request-id" : "bb3346c8-b221-4b92-948e-c3d187bbc006", - "Body" : "" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkc0MDkxMjQ2OC1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (ResourceManagementClient, 2017-05-10)" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:30:13 GMT", - "content-length" : "0", - "expires" : "-1", - "retry-after" : "0", - "x-ms-ratelimit-remaining-subscription-reads" : "14997", - "StatusCode" : "202", - "pragma" : "no-cache", - "strict-transport-security" : "max-age=31536000; includeSubDomains", - "x-ms-correlation-request-id" : "69f1db28-4da7-4c64-8cc7-2a537a9756c3", - "x-ms-routing-request-id" : "WESTUS2:20180221T033014Z:69f1db28-4da7-4c64-8cc7-2a537a9756c3", - "location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkc0MDkxMjQ2OC1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "cache-control" : "no-cache", - "x-ms-request-id" : "69f1db28-4da7-4c64-8cc7-2a537a9756c3", - "Body" : "" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkc0MDkxMjQ2OC1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (ResourceManagementClient, 2017-05-10)" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:30:28 GMT", - "content-length" : "0", - "expires" : "-1", - "retry-after" : "0", - "x-ms-ratelimit-remaining-subscription-reads" : "14996", - "StatusCode" : "202", - "pragma" : "no-cache", - "strict-transport-security" : "max-age=31536000; includeSubDomains", - "x-ms-correlation-request-id" : "b0a3d74b-0bc9-495b-a038-f233da17aea7", - "x-ms-routing-request-id" : "WESTUS2:20180221T033029Z:b0a3d74b-0bc9-495b-a038-f233da17aea7", - "location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkc0MDkxMjQ2OC1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "cache-control" : "no-cache", - "x-ms-request-id" : "b0a3d74b-0bc9-495b-a038-f233da17aea7", - "Body" : "" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkc0MDkxMjQ2OC1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (ResourceManagementClient, 2017-05-10)" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:30:44 GMT", - "content-length" : "0", - "expires" : "-1", - "retry-after" : "0", - "x-ms-ratelimit-remaining-subscription-reads" : "14995", - "StatusCode" : "202", - "pragma" : "no-cache", - "strict-transport-security" : "max-age=31536000; includeSubDomains", - "x-ms-correlation-request-id" : "53cce547-80dc-4ff2-a8c2-5a927b991cd7", - "x-ms-routing-request-id" : "WESTUS2:20180221T033044Z:53cce547-80dc-4ff2-a8c2-5a927b991cd7", - "location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkc0MDkxMjQ2OC1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "cache-control" : "no-cache", - "x-ms-request-id" : "53cce547-80dc-4ff2-a8c2-5a927b991cd7", - "Body" : "" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkc0MDkxMjQ2OC1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (ResourceManagementClient, 2017-05-10)" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:30:59 GMT", - "content-length" : "0", - "expires" : "-1", - "retry-after" : "0", - "x-ms-ratelimit-remaining-subscription-reads" : "14994", - "StatusCode" : "202", - "pragma" : "no-cache", - "strict-transport-security" : "max-age=31536000; includeSubDomains", - "x-ms-correlation-request-id" : "6b0436fc-6aee-4f5f-8f0a-dbcb805b40bd", - "x-ms-routing-request-id" : "WESTUS2:20180221T033059Z:6b0436fc-6aee-4f5f-8f0a-dbcb805b40bd", - "location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkc0MDkxMjQ2OC1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "cache-control" : "no-cache", - "x-ms-request-id" : "6b0436fc-6aee-4f5f-8f0a-dbcb805b40bd", - "Body" : "" - } - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkc0MDkxMjQ2OC1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", - "Headers" : { - "User-Agent" : "Azure-SDK-For-Java/null OS:Windows 10/10.0 MacAddressHash:f82fa839f6b46fd84edc56e01cf7c8c6d4faaa2190534aff5c1d17095f0a3c13 Java:1.8.0_162 (ResourceManagementClient, 2017-05-10)" - }, - "Response" : { - "date" : "Wed, 21 Feb 2018 03:31:14 GMT", - "content-length" : "0", - "expires" : "-1", - "retry-after" : "0", - "x-ms-ratelimit-remaining-subscription-reads" : "14993", - "StatusCode" : "200", - "pragma" : "no-cache", - "strict-transport-security" : "max-age=31536000; includeSubDomains", - "x-ms-correlation-request-id" : "f399f176-a6d1-43e3-834a-fcac9af87310", - "x-ms-routing-request-id" : "WESTUS2:20180221T033115Z:f399f176-a6d1-43e3-834a-fcac9af87310", - "cache-control" : "no-cache", - "x-ms-request-id" : "f399f176-a6d1-43e3-834a-fcac9af87310", - "Body" : "" - } - } ], - "variables" : [ "adlarg40912468", "adls1f8740110", "secondadla27198", "eaece89a-82e2-4a48-ad45-8496609a84df", "testdb1966459", "testtable108145", "testtvf129173f", "testproc191944", "testview153841", "testcred132850", "testcred258700", "5ed6ba9691464dd", "4ee073cf32464de", "56b753937a98410", "40b7492c4c0940f", "7d1531c2-19e2-4410-94a4-262252794dbf" ] +{ + "networkCallRecords" : [ { + "Method" : "PUT", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/adlarg5a193714?api-version=2017-05-10", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (ResourceManagementClient, 2017-05-10)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "StatusCode" : "201", + "content-type" : "application/json; charset=utf-8", + "Body" : "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/adlarg5a193714\",\"name\":\"adlarg5a193714\",\"location\":\"eastus2\",\"tags\":{\"product\":\"javasdk\",\"cause\":\"automation\",\"date\":\"2018-06-15T10:06:55.380Z\"},\"properties\":{\"provisioningState\":\"Succeeded\"}}", + "x-ms-ratelimit-remaining-subscription-writes" : "1199", + "x-ms-routing-request-id" : "WESTUS2:20180615T100657Z:bc10f08d-1d4c-4670-8b34-2f879d004f6a", + "date" : "Fri, 15 Jun 2018 10:06:57 GMT", + "pragma" : "no-cache", + "retry-after" : "0", + "cache-control" : "no-cache", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "bc10f08d-1d4c-4670-8b34-2f879d004f6a", + "content-length" : "266", + "strict-transport-security" : "max-age=31536000; includeSubDomains", + "x-ms-correlation-request-id" : "bc10f08d-1d4c-4670-8b34-2f879d004f6a" + } + }, { + "Method" : "PUT", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/adlarg5a193714/providers/Microsoft.DataLakeStore/accounts/adls50677488b?api-version=2016-11-01", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeStoreAccountManagementClient, 2016-11-01)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "StatusCode" : "201", + "content-type" : "application/json", + "Body" : "{\"properties\":{\"provisioningState\":\"Creating\",\"state\":null,\"endpoint\":null,\"accountId\":\"81f73a9c-f8e4-4b0c-8c19-88ac032977b4\"},\"location\":\"eastus2\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/adlarg5a193714/providers/Microsoft.DataLakeStore/accounts/adls50677488b\",\"name\":\"adls50677488b\",\"type\":\"Microsoft.DataLakeStore/accounts\"}", + "x-ms-ratelimit-remaining-subscription-writes" : "1198", + "location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/adlarg5a193714/providers/Microsoft.DataLakeStore/accounts/adls50677488b/operationresults/0?api-version=2016-11-01", + "azure-asyncoperation" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataLakeStore/locations/eastus2/operationResults/81f73a9c-f8e4-4b0c-8c19-88ac032977b40?api-version=2016-11-01&expanded=true", + "x-ms-routing-request-id" : "WESTUS2:20180615T100659Z:4339e53c-b4e0-468b-90a6-e2322ae19024", + "date" : "Fri, 15 Jun 2018 10:06:59 GMT", + "pragma" : "no-cache", + "cache-control" : "no-cache", + "retry-after" : "0", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-powered-by" : "ASP.NET", + "x-ms-request-id" : "aa46c085-7547-4108-ba2b-07c62ba44235", + "x-aspnet-version" : "4.0.30319", + "content-length" : "359", + "server" : "Microsoft-IIS/8.5", + "strict-transport-security" : "max-age=31536000; includeSubDomains", + "x-ms-correlation-request-id" : "4339e53c-b4e0-468b-90a6-e2322ae19024" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataLakeStore/locations/eastus2/operationResults/81f73a9c-f8e4-4b0c-8c19-88ac032977b40?api-version=2016-11-01&expanded=true", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeStoreAccountManagementClient, 2016-11-01)" + }, + "Response" : { + "StatusCode" : "200", + "content-type" : "application/json", + "Body" : "{\"status\":\"InProgress\"}", + "transfer-encoding" : "chunked", + "x-ms-routing-request-id" : "WESTUS2:20180615T100700Z:a40753c0-ad1c-4369-9994-d1e7ecfceb0a", + "x-ms-ratelimit-remaining-subscription-reads" : "14999", + "date" : "Fri, 15 Jun 2018 10:06:59 GMT", + "vary" : "Accept-Encoding", + "pragma" : "no-cache", + "retry-after" : "0", + "cache-control" : "no-cache", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-powered-by" : "ASP.NET", + "x-ms-request-id" : "dabb0302-6b0c-440d-a4cf-7c31649e3e10", + "x-aspnet-version" : "4.0.30319", + "content-length" : "23", + "server" : "Microsoft-IIS/8.5", + "strict-transport-security" : "max-age=31536000; includeSubDomains", + "x-ms-correlation-request-id" : "a40753c0-ad1c-4369-9994-d1e7ecfceb0a" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataLakeStore/locations/eastus2/operationResults/81f73a9c-f8e4-4b0c-8c19-88ac032977b40?api-version=2016-11-01&expanded=true", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeStoreAccountManagementClient, 2016-11-01)" + }, + "Response" : { + "StatusCode" : "200", + "content-type" : "application/json", + "Body" : "{\"status\":\"Succeeded\"}", + "transfer-encoding" : "chunked", + "x-ms-routing-request-id" : "WESTUS2:20180615T100730Z:74f4f84d-0255-4064-b1b5-a9157556cae7", + "x-ms-ratelimit-remaining-subscription-reads" : "14998", + "date" : "Fri, 15 Jun 2018 10:07:29 GMT", + "vary" : "Accept-Encoding", + "pragma" : "no-cache", + "retry-after" : "0", + "cache-control" : "no-cache", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-powered-by" : "ASP.NET", + "x-ms-request-id" : "1535a624-a248-4bbf-9fbb-ba02dc995f48", + "x-aspnet-version" : "4.0.30319", + "content-length" : "22", + "server" : "Microsoft-IIS/8.5", + "strict-transport-security" : "max-age=31536000; includeSubDomains", + "x-ms-correlation-request-id" : "74f4f84d-0255-4064-b1b5-a9157556cae7" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/adlarg5a193714/providers/Microsoft.DataLakeStore/accounts/adls50677488b?api-version=2016-11-01", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeStoreAccountManagementClient, 2016-11-01)" + }, + "Response" : { + "StatusCode" : "200", + "content-type" : "application/json", + "Body" : "{\"properties\":{\"firewallState\":\"Disabled\",\"firewallAllowAzureIps\":\"Disabled\",\"firewallAllowDataLakeAnalytics\":\"Disabled\",\"firewallRules\":[],\"virtualNetworkRules\":[],\"trustedIdProviderState\":\"Disabled\",\"trustedIdProviders\":[],\"encryptionState\":\"Enabled\",\"encryptionConfig\":{\"type\":\"ServiceManaged\"},\"currentTier\":\"Consumption\",\"newTier\":\"Consumption\",\"dataLakePerformanceTierState\":\"Disabled\",\"provisioningState\":\"Succeeded\",\"state\":\"Active\",\"endpoint\":\"adls50677488b.azuredatalakestore.net\",\"accountId\":\"81f73a9c-f8e4-4b0c-8c19-88ac032977b4\",\"creationTime\":\"2018-06-15T10:07:00.3249858Z\",\"lastModifiedTime\":\"2018-06-15T10:07:00.3249858Z\"},\"location\":\"eastus2\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/adlarg5a193714/providers/Microsoft.DataLakeStore/accounts/adls50677488b\",\"name\":\"adls50677488b\",\"type\":\"Microsoft.DataLakeStore/accounts\"}", + "transfer-encoding" : "chunked", + "x-ms-routing-request-id" : "WESTUS2:20180615T100731Z:37139e32-9347-4b93-8092-26d2d3120c48", + "x-ms-ratelimit-remaining-subscription-reads" : "14997", + "date" : "Fri, 15 Jun 2018 10:07:30 GMT", + "vary" : "Accept-Encoding", + "pragma" : "no-cache", + "retry-after" : "0", + "cache-control" : "no-cache", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-powered-by" : "ASP.NET", + "x-ms-request-id" : "ab094049-4edd-42e1-95b4-bbffa0b05d78", + "x-aspnet-version" : "4.0.30319", + "content-length" : "871", + "server" : "Microsoft-IIS/8.5", + "strict-transport-security" : "max-age=31536000; includeSubDomains", + "x-ms-correlation-request-id" : "37139e32-9347-4b93-8092-26d2d3120c48" + } + }, { + "Method" : "PUT", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/adlarg5a193714/providers/Microsoft.DataLakeAnalytics/accounts/secondadla84173?api-version=2016-11-01", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsAccountManagementClient, 2016-11-01)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "StatusCode" : "201", + "content-type" : "application/json", + "Body" : "{\"properties\":{\"defaultDataLakeStoreAccount\":\"adls50677488b\",\"dataLakeStoreAccounts\":[{\"properties\":{\"suffix\":\"azuredatalakestore.net\"},\"name\":\"adls50677488b\"}],\"provisioningState\":\"Creating\",\"state\":null,\"endpoint\":null,\"accountId\":\"b0998fd8-acc2-4b69-beaa-95f262215eda\"},\"location\":\"eastus2\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/adlarg5a193714/providers/Microsoft.DataLakeAnalytics/accounts/secondadla84173\",\"name\":\"secondadla84173\",\"type\":\"Microsoft.DataLakeAnalytics/accounts\"}", + "x-ms-ratelimit-remaining-subscription-writes" : "1197", + "location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/adlarg5a193714/providers/Microsoft.DataLakeAnalytics/accounts/secondadla84173/operationresults/0?api-version=2016-11-01", + "azure-asyncoperation" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataLakeAnalytics/locations/eastus2/operationResults/b0998fd8-acc2-4b69-beaa-95f262215eda0?api-version=2016-11-01&expanded=true", + "x-ms-routing-request-id" : "WESTUS2:20180615T100732Z:8ba10892-9952-42b1-9ab7-cd35a86134f9", + "date" : "Fri, 15 Jun 2018 10:07:32 GMT", + "pragma" : "no-cache", + "cache-control" : "no-cache", + "retry-after" : "0", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-powered-by" : "ASP.NET", + "x-ms-request-id" : "3dadff5b-cad4-4051-ab49-8bb6f8abc5dd", + "x-aspnet-version" : "4.0.30319", + "content-length" : "517", + "server" : "Microsoft-IIS/8.5", + "strict-transport-security" : "max-age=31536000; includeSubDomains", + "x-ms-correlation-request-id" : "8ba10892-9952-42b1-9ab7-cd35a86134f9" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataLakeAnalytics/locations/eastus2/operationResults/b0998fd8-acc2-4b69-beaa-95f262215eda0?api-version=2016-11-01&expanded=true", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsAccountManagementClient, 2016-11-01)" + }, + "Response" : { + "StatusCode" : "200", + "content-type" : "application/json", + "Body" : "{\"status\":\"InProgress\"}", + "transfer-encoding" : "chunked", + "x-ms-routing-request-id" : "WESTUS2:20180615T100733Z:9b363ccb-3afc-464b-aca3-23b928f0ef7d", + "x-ms-ratelimit-remaining-subscription-reads" : "14996", + "date" : "Fri, 15 Jun 2018 10:07:33 GMT", + "vary" : "Accept-Encoding", + "pragma" : "no-cache", + "retry-after" : "0", + "cache-control" : "no-cache", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-powered-by" : "ASP.NET", + "x-ms-request-id" : "0150f248-6337-4b7f-aead-540d026fed82", + "x-aspnet-version" : "4.0.30319", + "content-length" : "23", + "server" : "Microsoft-IIS/8.5", + "strict-transport-security" : "max-age=31536000; includeSubDomains", + "x-ms-correlation-request-id" : "9b363ccb-3afc-464b-aca3-23b928f0ef7d" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataLakeAnalytics/locations/eastus2/operationResults/b0998fd8-acc2-4b69-beaa-95f262215eda0?api-version=2016-11-01&expanded=true", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsAccountManagementClient, 2016-11-01)" + }, + "Response" : { + "StatusCode" : "200", + "content-type" : "application/json", + "Body" : "{\"status\":\"Succeeded\"}", + "transfer-encoding" : "chunked", + "x-ms-routing-request-id" : "WESTUS2:20180615T100803Z:7b3b4505-3c76-46f0-9067-e6ea89af3953", + "x-ms-ratelimit-remaining-subscription-reads" : "14995", + "date" : "Fri, 15 Jun 2018 10:08:02 GMT", + "vary" : "Accept-Encoding", + "pragma" : "no-cache", + "retry-after" : "0", + "cache-control" : "no-cache", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-powered-by" : "ASP.NET", + "x-ms-request-id" : "f99b6f74-b0e9-4fdc-a73b-4cca2c971984", + "x-aspnet-version" : "4.0.30319", + "content-length" : "22", + "server" : "Microsoft-IIS/8.5", + "strict-transport-security" : "max-age=31536000; includeSubDomains", + "x-ms-correlation-request-id" : "7b3b4505-3c76-46f0-9067-e6ea89af3953" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/adlarg5a193714/providers/Microsoft.DataLakeAnalytics/accounts/secondadla84173?api-version=2016-11-01", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsAccountManagementClient, 2016-11-01)" + }, + "Response" : { + "StatusCode" : "200", + "content-type" : "application/json", + "Body" : "{\"properties\":{\"firewallState\":\"Disabled\",\"firewallAllowAzureIps\":\"Disabled\",\"firewallRules\":[],\"virtualNetworkRules\":[],\"debugDataAccessLevel\":\"All\",\"defaultDataLakeStoreAccount\":\"adls50677488b\",\"dataLakeStoreAccounts\":[{\"properties\":{\"suffix\":\"azuredatalakestore.net\"},\"name\":\"adls50677488b\"}],\"publicDataLakeStoreAccounts\":[{\"properties\":{\"suffix\":\"azuredatalakestore.net\"},\"name\":\"adltrainingsampledata\"},{\"properties\":{\"suffix\":\"azuredatalakestore.net\"},\"name\":\"ghinsights\"}],\"storageAccounts\":[],\"maxDegreeOfParallelism\":32,\"maxJobCount\":20,\"systemMaxDegreeOfParallelism\":100,\"systemMaxJobCount\":20,\"maxDegreeOfParallelismPerJob\":32,\"minPriorityPerJob\":1,\"computePolicies\":[],\"queryStoreRetention\":30,\"hiveMetastores\":[],\"currentTier\":\"Consumption\",\"newTier\":\"Consumption\",\"provisioningState\":\"Succeeded\",\"state\":\"Active\",\"endpoint\":\"secondadla84173.azuredatalakeanalytics.net\",\"accountId\":\"b0998fd8-acc2-4b69-beaa-95f262215eda\",\"creationTime\":\"2018-06-15T10:07:33.9122171Z\",\"lastModifiedTime\":\"2018-06-15T10:07:33.9122171Z\"},\"location\":\"eastus2\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/adlarg5a193714/providers/Microsoft.DataLakeAnalytics/accounts/secondadla84173\",\"name\":\"secondadla84173\",\"type\":\"Microsoft.DataLakeAnalytics/accounts\"}", + "transfer-encoding" : "chunked", + "x-ms-routing-request-id" : "WESTUS2:20180615T100803Z:2a8498f5-38e0-4637-95b6-dfd7434e21dc", + "x-ms-ratelimit-remaining-subscription-reads" : "14994", + "date" : "Fri, 15 Jun 2018 10:08:03 GMT", + "vary" : "Accept-Encoding", + "pragma" : "no-cache", + "retry-after" : "0", + "cache-control" : "no-cache", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-powered-by" : "ASP.NET", + "x-ms-request-id" : "eb2190c9-5170-41f6-bb9a-5bc2258e6103", + "x-aspnet-version" : "4.0.30319", + "content-length" : "1276", + "server" : "Microsoft-IIS/8.5", + "strict-transport-security" : "max-age=31536000; includeSubDomains", + "x-ms-correlation-request-id" : "2a8498f5-38e0-4637-95b6-dfd7434e21dc" + } + }, { + "Method" : "PUT", + "Uri" : "http://localhost:1234/jobs/b9e2ef31-a25d-4a8f-be26-f558b823376f?api-version=2017-09-01-preview", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsJobManagementClient, 2017-09-01-preview)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; charset=utf-8", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\"jobId\":\"b9e2ef31-a25d-4a8f-be26-f558b823376f\",\"name\":\"java azure sdk data lake analytics job\",\"type\":\"USql\",\"submitter\":\"AdlSdkTestApp01@SPI\",\"degreeOfParallelism\":2,\"priority\":1000,\"submitTime\":\"2018-06-15T10:13:05.9097511+00:00\",\"state\":\"Compiling\",\"result\":\"None\",\"stateAuditRecords\":[{\"newState\":\"New\",\"timeStamp\":\"2018-06-15T10:13:05.9097511+00:00\",\"details\":\"userName:;submitMachine:N/A\"}],\"properties\":{\"owner\":\"AdlSdkTestApp01@SPI\",\"runtimeVersion\":\"default\",\"rootProcessNodeId\":\"00000000-0000-0000-0000-000000000000\",\"algebraFilePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/algebra.xml\",\"compileMode\":\"Semantic\",\"errorSource\":\"Unknown\",\"totalCompilationTime\":\"PT0S\",\"totalPausedTime\":\"PT0S\",\"totalQueuedTime\":\"PT0S\",\"totalRunningTime\":\"PT0S\",\"expirationTimeUtc\":\"0001-01-01T00:00:00Z\",\"type\":\"USql\"}}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "968d78c6-1627-4c40-925b-275c7e21200d", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "date" : "Fri, 15 Jun 2018 10:13:06 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/jobs/b9e2ef31-a25d-4a8f-be26-f558b823376f?api-version=2017-09-01-preview", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsJobManagementClient, 2017-09-01-preview)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; charset=utf-8", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\"jobId\":\"b9e2ef31-a25d-4a8f-be26-f558b823376f\",\"name\":\"java azure sdk data lake analytics job\",\"type\":\"USql\",\"submitter\":\"AdlSdkTestApp01@SPI\",\"degreeOfParallelism\":2,\"priority\":1000,\"submitTime\":\"2018-06-15T10:13:05.9097511+00:00\",\"state\":\"Compiling\",\"result\":\"None\",\"stateAuditRecords\":[{\"newState\":\"New\",\"timeStamp\":\"2018-06-15T10:13:05.9097511+00:00\",\"details\":\"userName:;submitMachine:N/A\"},{\"newState\":\"Compiling\",\"timeStamp\":\"2018-06-15T10:13:06.5660268+00:00\",\"details\":\"Compilation:e38f9f6c-095d-459f-9bba-a5621121443f;Status:Dispatched\"}],\"properties\":{\"owner\":\"AdlSdkTestApp01@SPI\",\"resources\":[{\"name\":\"Profile\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/profile\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeRuntimeStatistics__.xml\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeRuntimeStatistics__.xml\",\"type\":\"StatisticsResource\"}],\"runtimeVersion\":\"default\",\"rootProcessNodeId\":\"00000000-0000-0000-0000-000000000000\",\"script\":\"DROP DATABASE IF EXISTS testdb1685906; CREATE DATABASE testdb1685906; \\n//Create Table\\nCREATE TABLE testdb1685906.dbo.testtable158389\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb1685906.dbo.testtable158389 ADD IF NOT EXISTS PARTITION (1);\\n\\nINSERT INTO testdb1685906.dbo.testtable158389(UserId, Start, Region, Query, Duration, Urls, ClickedUrls)ON INTEGRITY VIOLATION MOVE TO PARTITION (1)VALUES(1, new DateTime(2018, 04, 25), \\\"US\\\", @\\\"fake query\\\", 34, \\\"http://url1.fake.com\\\", \\\"http://clickedUrl1.fake.com\\\"),(1, new DateTime(2018, 04, 26), \\\"EN\\\", @\\\"fake query\\\", 23, \\\"http://url2.fake.com\\\", \\\"http://clickedUrl2.fake.com\\\");\\nDROP FUNCTION IF EXISTS testdb1685906.dbo.testtvf1955300;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb1685906.dbo.testtvf1955300()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb1685906.dbo.testview158696 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb1685906.dbo.testproc118354()\\nAS BEGIN\\n CREATE VIEW testdb1685906.dbo.testview158696 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\"algebraFilePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/algebra.xml\",\"compileMode\":\"Semantic\",\"errorSource\":\"Unknown\",\"totalCompilationTime\":\"PT0.4815917S\",\"totalPausedTime\":\"PT0S\",\"totalQueuedTime\":\"PT0S\",\"totalRunningTime\":\"PT0S\",\"expirationTimeUtc\":\"0001-01-01T00:00:00\",\"type\":\"USql\"}}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "8dae32a1-97bd-4254-899e-614c587d2583", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "date" : "Fri, 15 Jun 2018 10:13:07 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/jobs/b9e2ef31-a25d-4a8f-be26-f558b823376f?api-version=2017-09-01-preview", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsJobManagementClient, 2017-09-01-preview)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; charset=utf-8", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\"jobId\":\"b9e2ef31-a25d-4a8f-be26-f558b823376f\",\"name\":\"java azure sdk data lake analytics job\",\"type\":\"USql\",\"submitter\":\"AdlSdkTestApp01@SPI\",\"degreeOfParallelism\":2,\"priority\":1000,\"submitTime\":\"2018-06-15T10:13:05.9097511+00:00\",\"state\":\"Compiling\",\"result\":\"None\",\"stateAuditRecords\":[{\"newState\":\"New\",\"timeStamp\":\"2018-06-15T10:13:05.9097511+00:00\",\"details\":\"userName:;submitMachine:N/A\"},{\"newState\":\"Compiling\",\"timeStamp\":\"2018-06-15T10:13:06.5660268+00:00\",\"details\":\"Compilation:e38f9f6c-095d-459f-9bba-a5621121443f;Status:Dispatched\"}],\"properties\":{\"owner\":\"AdlSdkTestApp01@SPI\",\"resources\":[{\"name\":\"Profile\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/profile\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeRuntimeStatistics__.xml\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeRuntimeStatistics__.xml\",\"type\":\"StatisticsResource\"}],\"runtimeVersion\":\"default\",\"rootProcessNodeId\":\"00000000-0000-0000-0000-000000000000\",\"script\":\"DROP DATABASE IF EXISTS testdb1685906; CREATE DATABASE testdb1685906; \\n//Create Table\\nCREATE TABLE testdb1685906.dbo.testtable158389\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb1685906.dbo.testtable158389 ADD IF NOT EXISTS PARTITION (1);\\n\\nINSERT INTO testdb1685906.dbo.testtable158389(UserId, Start, Region, Query, Duration, Urls, ClickedUrls)ON INTEGRITY VIOLATION MOVE TO PARTITION (1)VALUES(1, new DateTime(2018, 04, 25), \\\"US\\\", @\\\"fake query\\\", 34, \\\"http://url1.fake.com\\\", \\\"http://clickedUrl1.fake.com\\\"),(1, new DateTime(2018, 04, 26), \\\"EN\\\", @\\\"fake query\\\", 23, \\\"http://url2.fake.com\\\", \\\"http://clickedUrl2.fake.com\\\");\\nDROP FUNCTION IF EXISTS testdb1685906.dbo.testtvf1955300;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb1685906.dbo.testtvf1955300()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb1685906.dbo.testview158696 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb1685906.dbo.testproc118354()\\nAS BEGIN\\n CREATE VIEW testdb1685906.dbo.testview158696 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\"algebraFilePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/algebra.xml\",\"compileMode\":\"Semantic\",\"errorSource\":\"Unknown\",\"totalCompilationTime\":\"PT6.0216874S\",\"totalPausedTime\":\"PT0S\",\"totalQueuedTime\":\"PT0S\",\"totalRunningTime\":\"PT0S\",\"expirationTimeUtc\":\"0001-01-01T00:00:00\",\"type\":\"USql\"}}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "8ce20514-fadb-4887-a078-536f07370adf", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "date" : "Fri, 15 Jun 2018 10:13:12 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/jobs/b9e2ef31-a25d-4a8f-be26-f558b823376f?api-version=2017-09-01-preview", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsJobManagementClient, 2017-09-01-preview)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; charset=utf-8", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\"jobId\":\"b9e2ef31-a25d-4a8f-be26-f558b823376f\",\"name\":\"java azure sdk data lake analytics job\",\"type\":\"USql\",\"submitter\":\"AdlSdkTestApp01@SPI\",\"degreeOfParallelism\":2,\"priority\":1000,\"submitTime\":\"2018-06-15T10:13:05.9097511+00:00\",\"state\":\"Compiling\",\"result\":\"None\",\"stateAuditRecords\":[{\"newState\":\"New\",\"timeStamp\":\"2018-06-15T10:13:05.9097511+00:00\",\"details\":\"userName:;submitMachine:N/A\"},{\"newState\":\"Compiling\",\"timeStamp\":\"2018-06-15T10:13:06.5660268+00:00\",\"details\":\"Compilation:e38f9f6c-095d-459f-9bba-a5621121443f;Status:Dispatched\"}],\"properties\":{\"owner\":\"AdlSdkTestApp01@SPI\",\"resources\":[{\"name\":\"Profile\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/profile\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeRuntimeStatistics__.xml\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeRuntimeStatistics__.xml\",\"type\":\"StatisticsResource\"}],\"runtimeVersion\":\"default\",\"rootProcessNodeId\":\"00000000-0000-0000-0000-000000000000\",\"script\":\"DROP DATABASE IF EXISTS testdb1685906; CREATE DATABASE testdb1685906; \\n//Create Table\\nCREATE TABLE testdb1685906.dbo.testtable158389\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb1685906.dbo.testtable158389 ADD IF NOT EXISTS PARTITION (1);\\n\\nINSERT INTO testdb1685906.dbo.testtable158389(UserId, Start, Region, Query, Duration, Urls, ClickedUrls)ON INTEGRITY VIOLATION MOVE TO PARTITION (1)VALUES(1, new DateTime(2018, 04, 25), \\\"US\\\", @\\\"fake query\\\", 34, \\\"http://url1.fake.com\\\", \\\"http://clickedUrl1.fake.com\\\"),(1, new DateTime(2018, 04, 26), \\\"EN\\\", @\\\"fake query\\\", 23, \\\"http://url2.fake.com\\\", \\\"http://clickedUrl2.fake.com\\\");\\nDROP FUNCTION IF EXISTS testdb1685906.dbo.testtvf1955300;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb1685906.dbo.testtvf1955300()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb1685906.dbo.testview158696 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb1685906.dbo.testproc118354()\\nAS BEGIN\\n CREATE VIEW testdb1685906.dbo.testview158696 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\"algebraFilePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/algebra.xml\",\"compileMode\":\"Semantic\",\"errorSource\":\"Unknown\",\"totalCompilationTime\":\"PT11.3655771S\",\"totalPausedTime\":\"PT0S\",\"totalQueuedTime\":\"PT0S\",\"totalRunningTime\":\"PT0S\",\"expirationTimeUtc\":\"0001-01-01T00:00:00\",\"type\":\"USql\"}}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "a7e83354-e3fc-48ae-bf00-89b57068cd33", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "date" : "Fri, 15 Jun 2018 10:13:17 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/jobs/b9e2ef31-a25d-4a8f-be26-f558b823376f?api-version=2017-09-01-preview", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsJobManagementClient, 2017-09-01-preview)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; charset=utf-8", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\"jobId\":\"b9e2ef31-a25d-4a8f-be26-f558b823376f\",\"name\":\"java azure sdk data lake analytics job\",\"type\":\"USql\",\"submitter\":\"AdlSdkTestApp01@SPI\",\"degreeOfParallelism\":2,\"priority\":1000,\"submitTime\":\"2018-06-15T10:13:05.9097511+00:00\",\"state\":\"Compiling\",\"result\":\"None\",\"stateAuditRecords\":[{\"newState\":\"New\",\"timeStamp\":\"2018-06-15T10:13:05.9097511+00:00\",\"details\":\"userName:;submitMachine:N/A\"},{\"newState\":\"Compiling\",\"timeStamp\":\"2018-06-15T10:13:06.5660268+00:00\",\"details\":\"Compilation:e38f9f6c-095d-459f-9bba-a5621121443f;Status:Dispatched\"}],\"properties\":{\"owner\":\"AdlSdkTestApp01@SPI\",\"resources\":[{\"name\":\"Profile\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/profile\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeRuntimeStatistics__.xml\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeRuntimeStatistics__.xml\",\"type\":\"StatisticsResource\"}],\"runtimeVersion\":\"default\",\"rootProcessNodeId\":\"00000000-0000-0000-0000-000000000000\",\"script\":\"DROP DATABASE IF EXISTS testdb1685906; CREATE DATABASE testdb1685906; \\n//Create Table\\nCREATE TABLE testdb1685906.dbo.testtable158389\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb1685906.dbo.testtable158389 ADD IF NOT EXISTS PARTITION (1);\\n\\nINSERT INTO testdb1685906.dbo.testtable158389(UserId, Start, Region, Query, Duration, Urls, ClickedUrls)ON INTEGRITY VIOLATION MOVE TO PARTITION (1)VALUES(1, new DateTime(2018, 04, 25), \\\"US\\\", @\\\"fake query\\\", 34, \\\"http://url1.fake.com\\\", \\\"http://clickedUrl1.fake.com\\\"),(1, new DateTime(2018, 04, 26), \\\"EN\\\", @\\\"fake query\\\", 23, \\\"http://url2.fake.com\\\", \\\"http://clickedUrl2.fake.com\\\");\\nDROP FUNCTION IF EXISTS testdb1685906.dbo.testtvf1955300;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb1685906.dbo.testtvf1955300()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb1685906.dbo.testview158696 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb1685906.dbo.testproc118354()\\nAS BEGIN\\n CREATE VIEW testdb1685906.dbo.testview158696 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\"algebraFilePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/algebra.xml\",\"compileMode\":\"Semantic\",\"errorSource\":\"Unknown\",\"totalCompilationTime\":\"PT16.7907253S\",\"totalPausedTime\":\"PT0S\",\"totalQueuedTime\":\"PT0S\",\"totalRunningTime\":\"PT0S\",\"expirationTimeUtc\":\"0001-01-01T00:00:00\",\"type\":\"USql\"}}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "15ad9214-74db-4361-be4b-f4ab48d66a54", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "date" : "Fri, 15 Jun 2018 10:13:23 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/jobs/b9e2ef31-a25d-4a8f-be26-f558b823376f?api-version=2017-09-01-preview", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsJobManagementClient, 2017-09-01-preview)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; charset=utf-8", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\"jobId\":\"b9e2ef31-a25d-4a8f-be26-f558b823376f\",\"name\":\"java azure sdk data lake analytics job\",\"type\":\"USql\",\"submitter\":\"AdlSdkTestApp01@SPI\",\"degreeOfParallelism\":2,\"priority\":1000,\"submitTime\":\"2018-06-15T10:13:05.9097511+00:00\",\"state\":\"Starting\",\"result\":\"None\",\"stateAuditRecords\":[{\"newState\":\"New\",\"timeStamp\":\"2018-06-15T10:13:05.9097511+00:00\",\"details\":\"userName:;submitMachine:N/A\"},{\"newState\":\"Compiling\",\"timeStamp\":\"2018-06-15T10:13:06.5660268+00:00\",\"details\":\"Compilation:e38f9f6c-095d-459f-9bba-a5621121443f;Status:Dispatched\"},{\"newState\":\"Queued\",\"timeStamp\":\"2018-06-15T10:13:27.7850146+00:00\"},{\"newState\":\"Scheduling\",\"timeStamp\":\"2018-06-15T10:13:27.8162824+00:00\",\"details\":\"Detail:Dispatching job to cluster.;rootProcessId:1455ffeb-17e7-46a4-909e-2af1806ed033\"},{\"newState\":\"Starting\",\"timeStamp\":\"2018-06-15T10:13:27.8162824+00:00\",\"details\":\"runtimeVersion:release_20180315_adl_991096\"}],\"properties\":{\"owner\":\"AdlSdkTestApp01@SPI\",\"resources\":[{\"name\":\"__ScopeCodeGen__.pdb\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"__SStreamInfo__.xml\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__SStreamInfo__.xml\",\"type\":\"JobManagerResource\"},{\"name\":\"PartitionLastRows.xml\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/PartitionLastRows.xml\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenCompileOptions__.txt\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOptions__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeDiagnosisInfo__.xml\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeDiagnosisInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenEngine__.dll\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.pdb\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"ScopeVertexDef.xml\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/ScopeVertexDef.xml\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.dll.cpp\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll.cpp\",\"type\":\"StatisticsResource\"},{\"name\":\"__SystemInternalInfo__.xml\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__SystemInternalInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenEngine__.cppresources\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.cppresources\",\"type\":\"StatisticsResource\"},{\"name\":\"diagnosticsjson\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/diagnosticsjson\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGen__.dll\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenCompileOutput__.txt\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOutput__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGen__.dll.cs\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll.cs\",\"type\":\"StatisticsResource\"},{\"name\":\"query.abr\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/query.abr\",\"type\":\"StatisticsResource\"},{\"name\":\"Profile\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/profile\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeRuntimeStatistics__.xml\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeRuntimeStatistics__.xml\",\"type\":\"StatisticsResource\"}],\"runtimeVersion\":\"release_20180315_adl_991096\",\"rootProcessNodeId\":\"1455ffeb-17e7-46a4-909e-2af1806ed033\",\"script\":\"DROP DATABASE IF EXISTS testdb1685906; CREATE DATABASE testdb1685906; \\n//Create Table\\nCREATE TABLE testdb1685906.dbo.testtable158389\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb1685906.dbo.testtable158389 ADD IF NOT EXISTS PARTITION (1);\\n\\nINSERT INTO testdb1685906.dbo.testtable158389(UserId, Start, Region, Query, Duration, Urls, ClickedUrls)ON INTEGRITY VIOLATION MOVE TO PARTITION (1)VALUES(1, new DateTime(2018, 04, 25), \\\"US\\\", @\\\"fake query\\\", 34, \\\"http://url1.fake.com\\\", \\\"http://clickedUrl1.fake.com\\\"),(1, new DateTime(2018, 04, 26), \\\"EN\\\", @\\\"fake query\\\", 23, \\\"http://url2.fake.com\\\", \\\"http://clickedUrl2.fake.com\\\");\\nDROP FUNCTION IF EXISTS testdb1685906.dbo.testtvf1955300;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb1685906.dbo.testtvf1955300()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb1685906.dbo.testview158696 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb1685906.dbo.testproc118354()\\nAS BEGIN\\n CREATE VIEW testdb1685906.dbo.testview158696 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\"algebraFilePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/algebra.xml\",\"yarnApplicationId\":4110637,\"yarnApplicationTimeStamp\":1527892748047,\"compileMode\":\"Semantic\",\"errorSource\":\"Unknown\",\"totalCompilationTime\":\"PT21.2189878S\",\"totalPausedTime\":\"PT0S\",\"totalQueuedTime\":\"PT0.0312678S\",\"totalRunningTime\":\"PT0S\",\"expirationTimeUtc\":\"0001-01-01T00:00:00\",\"type\":\"USql\"}}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "947af7ce-e8ef-468f-86e5-9dc2fdc5de58", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "date" : "Fri, 15 Jun 2018 10:13:28 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/jobs/b9e2ef31-a25d-4a8f-be26-f558b823376f?api-version=2017-09-01-preview", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsJobManagementClient, 2017-09-01-preview)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; charset=utf-8", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\"jobId\":\"b9e2ef31-a25d-4a8f-be26-f558b823376f\",\"name\":\"java azure sdk data lake analytics job\",\"type\":\"USql\",\"submitter\":\"AdlSdkTestApp01@SPI\",\"degreeOfParallelism\":2,\"priority\":1000,\"submitTime\":\"2018-06-15T10:13:05.9097511+00:00\",\"state\":\"Starting\",\"result\":\"None\",\"stateAuditRecords\":[{\"newState\":\"New\",\"timeStamp\":\"2018-06-15T10:13:05.9097511+00:00\",\"details\":\"userName:;submitMachine:N/A\"},{\"newState\":\"Compiling\",\"timeStamp\":\"2018-06-15T10:13:06.5660268+00:00\",\"details\":\"Compilation:e38f9f6c-095d-459f-9bba-a5621121443f;Status:Dispatched\"},{\"newState\":\"Queued\",\"timeStamp\":\"2018-06-15T10:13:27.7850146+00:00\"},{\"newState\":\"Scheduling\",\"timeStamp\":\"2018-06-15T10:13:27.8162824+00:00\",\"details\":\"Detail:Dispatching job to cluster.;rootProcessId:1455ffeb-17e7-46a4-909e-2af1806ed033\"},{\"newState\":\"Starting\",\"timeStamp\":\"2018-06-15T10:13:27.8162824+00:00\",\"details\":\"runtimeVersion:release_20180315_adl_991096\"}],\"properties\":{\"owner\":\"AdlSdkTestApp01@SPI\",\"resources\":[{\"name\":\"__ScopeCodeGen__.pdb\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"__SStreamInfo__.xml\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__SStreamInfo__.xml\",\"type\":\"JobManagerResource\"},{\"name\":\"PartitionLastRows.xml\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/PartitionLastRows.xml\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenCompileOptions__.txt\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOptions__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeDiagnosisInfo__.xml\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeDiagnosisInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenEngine__.dll\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.pdb\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"ScopeVertexDef.xml\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/ScopeVertexDef.xml\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.dll.cpp\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll.cpp\",\"type\":\"StatisticsResource\"},{\"name\":\"__SystemInternalInfo__.xml\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__SystemInternalInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenEngine__.cppresources\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.cppresources\",\"type\":\"StatisticsResource\"},{\"name\":\"diagnosticsjson\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/diagnosticsjson\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGen__.dll\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenCompileOutput__.txt\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOutput__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGen__.dll.cs\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll.cs\",\"type\":\"StatisticsResource\"},{\"name\":\"query.abr\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/query.abr\",\"type\":\"StatisticsResource\"},{\"name\":\"Profile\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/profile\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeRuntimeStatistics__.xml\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeRuntimeStatistics__.xml\",\"type\":\"StatisticsResource\"}],\"runtimeVersion\":\"release_20180315_adl_991096\",\"rootProcessNodeId\":\"1455ffeb-17e7-46a4-909e-2af1806ed033\",\"script\":\"DROP DATABASE IF EXISTS testdb1685906; CREATE DATABASE testdb1685906; \\n//Create Table\\nCREATE TABLE testdb1685906.dbo.testtable158389\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb1685906.dbo.testtable158389 ADD IF NOT EXISTS PARTITION (1);\\n\\nINSERT INTO testdb1685906.dbo.testtable158389(UserId, Start, Region, Query, Duration, Urls, ClickedUrls)ON INTEGRITY VIOLATION MOVE TO PARTITION (1)VALUES(1, new DateTime(2018, 04, 25), \\\"US\\\", @\\\"fake query\\\", 34, \\\"http://url1.fake.com\\\", \\\"http://clickedUrl1.fake.com\\\"),(1, new DateTime(2018, 04, 26), \\\"EN\\\", @\\\"fake query\\\", 23, \\\"http://url2.fake.com\\\", \\\"http://clickedUrl2.fake.com\\\");\\nDROP FUNCTION IF EXISTS testdb1685906.dbo.testtvf1955300;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb1685906.dbo.testtvf1955300()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb1685906.dbo.testview158696 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb1685906.dbo.testproc118354()\\nAS BEGIN\\n CREATE VIEW testdb1685906.dbo.testview158696 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\"algebraFilePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/algebra.xml\",\"yarnApplicationId\":4110637,\"yarnApplicationTimeStamp\":1527892748047,\"compileMode\":\"Semantic\",\"errorSource\":\"Unknown\",\"totalCompilationTime\":\"PT21.2189878S\",\"totalPausedTime\":\"PT0S\",\"totalQueuedTime\":\"PT0.0312678S\",\"totalRunningTime\":\"PT0S\",\"expirationTimeUtc\":\"0001-01-01T00:00:00\",\"type\":\"USql\"}}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "ee574bbe-551a-42d4-824d-1e3fe8933133", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "date" : "Fri, 15 Jun 2018 10:13:33 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/jobs/b9e2ef31-a25d-4a8f-be26-f558b823376f?api-version=2017-09-01-preview", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsJobManagementClient, 2017-09-01-preview)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; charset=utf-8", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\"jobId\":\"b9e2ef31-a25d-4a8f-be26-f558b823376f\",\"name\":\"java azure sdk data lake analytics job\",\"type\":\"USql\",\"submitter\":\"AdlSdkTestApp01@SPI\",\"degreeOfParallelism\":2,\"priority\":1000,\"submitTime\":\"2018-06-15T10:13:05.9097511+00:00\",\"startTime\":\"2018-06-15T10:13:34.8788476+00:00\",\"state\":\"Running\",\"result\":\"None\",\"stateAuditRecords\":[{\"newState\":\"New\",\"timeStamp\":\"2018-06-15T10:13:05.9097511+00:00\",\"details\":\"userName:;submitMachine:N/A\"},{\"newState\":\"Compiling\",\"timeStamp\":\"2018-06-15T10:13:06.5660268+00:00\",\"details\":\"Compilation:e38f9f6c-095d-459f-9bba-a5621121443f;Status:Dispatched\"},{\"newState\":\"Queued\",\"timeStamp\":\"2018-06-15T10:13:27.7850146+00:00\"},{\"newState\":\"Scheduling\",\"timeStamp\":\"2018-06-15T10:13:27.8162824+00:00\",\"details\":\"Detail:Dispatching job to cluster.;rootProcessId:1455ffeb-17e7-46a4-909e-2af1806ed033\"},{\"newState\":\"Starting\",\"timeStamp\":\"2018-06-15T10:13:27.8162824+00:00\",\"details\":\"runtimeVersion:release_20180315_adl_991096\"},{\"newState\":\"Running\",\"timeStamp\":\"2018-06-15T10:13:34.8788476+00:00\",\"details\":\"runAttempt:1\"}],\"properties\":{\"owner\":\"AdlSdkTestApp01@SPI\",\"resources\":[{\"name\":\"__ScopeCodeGen__.pdb\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"__SStreamInfo__.xml\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__SStreamInfo__.xml\",\"type\":\"JobManagerResource\"},{\"name\":\"PartitionLastRows.xml\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/PartitionLastRows.xml\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenCompileOptions__.txt\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOptions__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeDiagnosisInfo__.xml\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeDiagnosisInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenEngine__.dll\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.pdb\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"ScopeVertexDef.xml\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/ScopeVertexDef.xml\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.dll.cpp\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll.cpp\",\"type\":\"StatisticsResource\"},{\"name\":\"__SystemInternalInfo__.xml\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__SystemInternalInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenEngine__.cppresources\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.cppresources\",\"type\":\"StatisticsResource\"},{\"name\":\"diagnosticsjson\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/diagnosticsjson\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGen__.dll\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenCompileOutput__.txt\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOutput__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGen__.dll.cs\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll.cs\",\"type\":\"StatisticsResource\"},{\"name\":\"query.abr\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/query.abr\",\"type\":\"StatisticsResource\"},{\"name\":\"Profile\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/profile\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeRuntimeStatistics__.xml\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeRuntimeStatistics__.xml\",\"type\":\"StatisticsResource\"}],\"runtimeVersion\":\"release_20180315_adl_991096\",\"rootProcessNodeId\":\"1455ffeb-17e7-46a4-909e-2af1806ed033\",\"script\":\"DROP DATABASE IF EXISTS testdb1685906; CREATE DATABASE testdb1685906; \\n//Create Table\\nCREATE TABLE testdb1685906.dbo.testtable158389\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb1685906.dbo.testtable158389 ADD IF NOT EXISTS PARTITION (1);\\n\\nINSERT INTO testdb1685906.dbo.testtable158389(UserId, Start, Region, Query, Duration, Urls, ClickedUrls)ON INTEGRITY VIOLATION MOVE TO PARTITION (1)VALUES(1, new DateTime(2018, 04, 25), \\\"US\\\", @\\\"fake query\\\", 34, \\\"http://url1.fake.com\\\", \\\"http://clickedUrl1.fake.com\\\"),(1, new DateTime(2018, 04, 26), \\\"EN\\\", @\\\"fake query\\\", 23, \\\"http://url2.fake.com\\\", \\\"http://clickedUrl2.fake.com\\\");\\nDROP FUNCTION IF EXISTS testdb1685906.dbo.testtvf1955300;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb1685906.dbo.testtvf1955300()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb1685906.dbo.testview158696 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb1685906.dbo.testproc118354()\\nAS BEGIN\\n CREATE VIEW testdb1685906.dbo.testview158696 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\"algebraFilePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/algebra.xml\",\"yarnApplicationId\":4110637,\"yarnApplicationTimeStamp\":1527892748047,\"compileMode\":\"Semantic\",\"errorSource\":\"Unknown\",\"totalCompilationTime\":\"PT21.2189878S\",\"totalPausedTime\":\"PT0S\",\"totalQueuedTime\":\"PT0.0312678S\",\"totalRunningTime\":\"PT4.3569335S\",\"expirationTimeUtc\":\"0001-01-01T00:00:00\",\"type\":\"USql\"}}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "90f00c2d-400a-45ad-9795-ab14181f3010", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "date" : "Fri, 15 Jun 2018 10:13:38 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/jobs/b9e2ef31-a25d-4a8f-be26-f558b823376f?api-version=2017-09-01-preview", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsJobManagementClient, 2017-09-01-preview)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; charset=utf-8", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\"jobId\":\"b9e2ef31-a25d-4a8f-be26-f558b823376f\",\"name\":\"java azure sdk data lake analytics job\",\"type\":\"USql\",\"submitter\":\"AdlSdkTestApp01@SPI\",\"degreeOfParallelism\":2,\"priority\":1000,\"submitTime\":\"2018-06-15T10:13:05.9097511+00:00\",\"startTime\":\"2018-06-15T10:13:34.8788476+00:00\",\"state\":\"Running\",\"result\":\"None\",\"stateAuditRecords\":[{\"newState\":\"New\",\"timeStamp\":\"2018-06-15T10:13:05.9097511+00:00\",\"details\":\"userName:;submitMachine:N/A\"},{\"newState\":\"Compiling\",\"timeStamp\":\"2018-06-15T10:13:06.5660268+00:00\",\"details\":\"Compilation:e38f9f6c-095d-459f-9bba-a5621121443f;Status:Dispatched\"},{\"newState\":\"Queued\",\"timeStamp\":\"2018-06-15T10:13:27.7850146+00:00\"},{\"newState\":\"Scheduling\",\"timeStamp\":\"2018-06-15T10:13:27.8162824+00:00\",\"details\":\"Detail:Dispatching job to cluster.;rootProcessId:1455ffeb-17e7-46a4-909e-2af1806ed033\"},{\"newState\":\"Starting\",\"timeStamp\":\"2018-06-15T10:13:27.8162824+00:00\",\"details\":\"runtimeVersion:release_20180315_adl_991096\"},{\"newState\":\"Running\",\"timeStamp\":\"2018-06-15T10:13:34.8788476+00:00\",\"details\":\"runAttempt:1\"}],\"properties\":{\"owner\":\"AdlSdkTestApp01@SPI\",\"resources\":[{\"name\":\"__ScopeCodeGen__.pdb\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"__SStreamInfo__.xml\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__SStreamInfo__.xml\",\"type\":\"JobManagerResource\"},{\"name\":\"PartitionLastRows.xml\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/PartitionLastRows.xml\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenCompileOptions__.txt\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOptions__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeDiagnosisInfo__.xml\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeDiagnosisInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenEngine__.dll\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.pdb\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"ScopeVertexDef.xml\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/ScopeVertexDef.xml\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.dll.cpp\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll.cpp\",\"type\":\"StatisticsResource\"},{\"name\":\"__SystemInternalInfo__.xml\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__SystemInternalInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenEngine__.cppresources\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.cppresources\",\"type\":\"StatisticsResource\"},{\"name\":\"diagnosticsjson\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/diagnosticsjson\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGen__.dll\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenCompileOutput__.txt\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOutput__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGen__.dll.cs\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll.cs\",\"type\":\"StatisticsResource\"},{\"name\":\"query.abr\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/query.abr\",\"type\":\"StatisticsResource\"},{\"name\":\"Profile\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/profile\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeRuntimeStatistics__.xml\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeRuntimeStatistics__.xml\",\"type\":\"StatisticsResource\"}],\"runtimeVersion\":\"release_20180315_adl_991096\",\"rootProcessNodeId\":\"1455ffeb-17e7-46a4-909e-2af1806ed033\",\"script\":\"DROP DATABASE IF EXISTS testdb1685906; CREATE DATABASE testdb1685906; \\n//Create Table\\nCREATE TABLE testdb1685906.dbo.testtable158389\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb1685906.dbo.testtable158389 ADD IF NOT EXISTS PARTITION (1);\\n\\nINSERT INTO testdb1685906.dbo.testtable158389(UserId, Start, Region, Query, Duration, Urls, ClickedUrls)ON INTEGRITY VIOLATION MOVE TO PARTITION (1)VALUES(1, new DateTime(2018, 04, 25), \\\"US\\\", @\\\"fake query\\\", 34, \\\"http://url1.fake.com\\\", \\\"http://clickedUrl1.fake.com\\\"),(1, new DateTime(2018, 04, 26), \\\"EN\\\", @\\\"fake query\\\", 23, \\\"http://url2.fake.com\\\", \\\"http://clickedUrl2.fake.com\\\");\\nDROP FUNCTION IF EXISTS testdb1685906.dbo.testtvf1955300;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb1685906.dbo.testtvf1955300()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb1685906.dbo.testview158696 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb1685906.dbo.testproc118354()\\nAS BEGIN\\n CREATE VIEW testdb1685906.dbo.testview158696 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\"algebraFilePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/algebra.xml\",\"yarnApplicationId\":4110637,\"yarnApplicationTimeStamp\":1527892748047,\"compileMode\":\"Semantic\",\"errorSource\":\"Unknown\",\"totalCompilationTime\":\"PT21.2189878S\",\"totalPausedTime\":\"PT0S\",\"totalQueuedTime\":\"PT0.0312678S\",\"totalRunningTime\":\"PT9.5845923S\",\"expirationTimeUtc\":\"0001-01-01T00:00:00\",\"type\":\"USql\"}}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "64b53b8f-4fb3-497c-8171-ed7ee4522363", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "date" : "Fri, 15 Jun 2018 10:13:44 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/jobs/b9e2ef31-a25d-4a8f-be26-f558b823376f?api-version=2017-09-01-preview", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsJobManagementClient, 2017-09-01-preview)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; charset=utf-8", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\"jobId\":\"b9e2ef31-a25d-4a8f-be26-f558b823376f\",\"name\":\"java azure sdk data lake analytics job\",\"type\":\"USql\",\"submitter\":\"AdlSdkTestApp01@SPI\",\"degreeOfParallelism\":2,\"priority\":1000,\"submitTime\":\"2018-06-15T10:13:05.9097511+00:00\",\"startTime\":\"2018-06-15T10:13:34.8788476+00:00\",\"state\":\"Running\",\"result\":\"None\",\"stateAuditRecords\":[{\"newState\":\"New\",\"timeStamp\":\"2018-06-15T10:13:05.9097511+00:00\",\"details\":\"userName:;submitMachine:N/A\"},{\"newState\":\"Compiling\",\"timeStamp\":\"2018-06-15T10:13:06.5660268+00:00\",\"details\":\"Compilation:e38f9f6c-095d-459f-9bba-a5621121443f;Status:Dispatched\"},{\"newState\":\"Queued\",\"timeStamp\":\"2018-06-15T10:13:27.7850146+00:00\"},{\"newState\":\"Scheduling\",\"timeStamp\":\"2018-06-15T10:13:27.8162824+00:00\",\"details\":\"Detail:Dispatching job to cluster.;rootProcessId:1455ffeb-17e7-46a4-909e-2af1806ed033\"},{\"newState\":\"Starting\",\"timeStamp\":\"2018-06-15T10:13:27.8162824+00:00\",\"details\":\"runtimeVersion:release_20180315_adl_991096\"},{\"newState\":\"Running\",\"timeStamp\":\"2018-06-15T10:13:34.8788476+00:00\",\"details\":\"runAttempt:1\"}],\"properties\":{\"owner\":\"AdlSdkTestApp01@SPI\",\"resources\":[{\"name\":\"__ScopeCodeGen__.pdb\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"__SStreamInfo__.xml\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__SStreamInfo__.xml\",\"type\":\"JobManagerResource\"},{\"name\":\"PartitionLastRows.xml\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/PartitionLastRows.xml\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenCompileOptions__.txt\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOptions__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeDiagnosisInfo__.xml\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeDiagnosisInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenEngine__.dll\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.pdb\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"ScopeVertexDef.xml\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/ScopeVertexDef.xml\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.dll.cpp\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll.cpp\",\"type\":\"StatisticsResource\"},{\"name\":\"__SystemInternalInfo__.xml\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__SystemInternalInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenEngine__.cppresources\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.cppresources\",\"type\":\"StatisticsResource\"},{\"name\":\"diagnosticsjson\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/diagnosticsjson\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGen__.dll\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenCompileOutput__.txt\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOutput__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGen__.dll.cs\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll.cs\",\"type\":\"StatisticsResource\"},{\"name\":\"query.abr\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/query.abr\",\"type\":\"StatisticsResource\"},{\"name\":\"Profile\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/profile\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeRuntimeStatistics__.xml\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeRuntimeStatistics__.xml\",\"type\":\"StatisticsResource\"}],\"runtimeVersion\":\"release_20180315_adl_991096\",\"rootProcessNodeId\":\"1455ffeb-17e7-46a4-909e-2af1806ed033\",\"script\":\"DROP DATABASE IF EXISTS testdb1685906; CREATE DATABASE testdb1685906; \\n//Create Table\\nCREATE TABLE testdb1685906.dbo.testtable158389\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb1685906.dbo.testtable158389 ADD IF NOT EXISTS PARTITION (1);\\n\\nINSERT INTO testdb1685906.dbo.testtable158389(UserId, Start, Region, Query, Duration, Urls, ClickedUrls)ON INTEGRITY VIOLATION MOVE TO PARTITION (1)VALUES(1, new DateTime(2018, 04, 25), \\\"US\\\", @\\\"fake query\\\", 34, \\\"http://url1.fake.com\\\", \\\"http://clickedUrl1.fake.com\\\"),(1, new DateTime(2018, 04, 26), \\\"EN\\\", @\\\"fake query\\\", 23, \\\"http://url2.fake.com\\\", \\\"http://clickedUrl2.fake.com\\\");\\nDROP FUNCTION IF EXISTS testdb1685906.dbo.testtvf1955300;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb1685906.dbo.testtvf1955300()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb1685906.dbo.testview158696 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb1685906.dbo.testproc118354()\\nAS BEGIN\\n CREATE VIEW testdb1685906.dbo.testview158696 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\"algebraFilePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/algebra.xml\",\"yarnApplicationId\":4110637,\"yarnApplicationTimeStamp\":1527892748047,\"compileMode\":\"Semantic\",\"errorSource\":\"Unknown\",\"totalCompilationTime\":\"PT21.2189878S\",\"totalPausedTime\":\"PT0S\",\"totalQueuedTime\":\"PT0.0312678S\",\"totalRunningTime\":\"PT14.8347352S\",\"expirationTimeUtc\":\"0001-01-01T00:00:00\",\"type\":\"USql\"}}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "6db81864-369e-4fdc-993a-a16b83b42a02", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "date" : "Fri, 15 Jun 2018 10:13:49 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/jobs/b9e2ef31-a25d-4a8f-be26-f558b823376f?api-version=2017-09-01-preview", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsJobManagementClient, 2017-09-01-preview)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; charset=utf-8", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\"jobId\":\"b9e2ef31-a25d-4a8f-be26-f558b823376f\",\"name\":\"java azure sdk data lake analytics job\",\"type\":\"USql\",\"submitter\":\"AdlSdkTestApp01@SPI\",\"degreeOfParallelism\":2,\"priority\":1000,\"submitTime\":\"2018-06-15T10:13:05.9097511+00:00\",\"startTime\":\"2018-06-15T10:13:34.8788476+00:00\",\"state\":\"Running\",\"result\":\"None\",\"stateAuditRecords\":[{\"newState\":\"New\",\"timeStamp\":\"2018-06-15T10:13:05.9097511+00:00\",\"details\":\"userName:;submitMachine:N/A\"},{\"newState\":\"Compiling\",\"timeStamp\":\"2018-06-15T10:13:06.5660268+00:00\",\"details\":\"Compilation:e38f9f6c-095d-459f-9bba-a5621121443f;Status:Dispatched\"},{\"newState\":\"Queued\",\"timeStamp\":\"2018-06-15T10:13:27.7850146+00:00\"},{\"newState\":\"Scheduling\",\"timeStamp\":\"2018-06-15T10:13:27.8162824+00:00\",\"details\":\"Detail:Dispatching job to cluster.;rootProcessId:1455ffeb-17e7-46a4-909e-2af1806ed033\"},{\"newState\":\"Starting\",\"timeStamp\":\"2018-06-15T10:13:27.8162824+00:00\",\"details\":\"runtimeVersion:release_20180315_adl_991096\"},{\"newState\":\"Running\",\"timeStamp\":\"2018-06-15T10:13:34.8788476+00:00\",\"details\":\"runAttempt:1\"}],\"properties\":{\"owner\":\"AdlSdkTestApp01@SPI\",\"resources\":[{\"name\":\"__ScopeCodeGen__.pdb\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"__SStreamInfo__.xml\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__SStreamInfo__.xml\",\"type\":\"JobManagerResource\"},{\"name\":\"PartitionLastRows.xml\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/PartitionLastRows.xml\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenCompileOptions__.txt\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOptions__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeDiagnosisInfo__.xml\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeDiagnosisInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenEngine__.dll\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.pdb\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"ScopeVertexDef.xml\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/ScopeVertexDef.xml\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.dll.cpp\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll.cpp\",\"type\":\"StatisticsResource\"},{\"name\":\"__SystemInternalInfo__.xml\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__SystemInternalInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenEngine__.cppresources\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.cppresources\",\"type\":\"StatisticsResource\"},{\"name\":\"diagnosticsjson\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/diagnosticsjson\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGen__.dll\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenCompileOutput__.txt\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOutput__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGen__.dll.cs\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll.cs\",\"type\":\"StatisticsResource\"},{\"name\":\"query.abr\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/query.abr\",\"type\":\"StatisticsResource\"},{\"name\":\"Profile\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/profile\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeRuntimeStatistics__.xml\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeRuntimeStatistics__.xml\",\"type\":\"StatisticsResource\"}],\"runtimeVersion\":\"release_20180315_adl_991096\",\"rootProcessNodeId\":\"1455ffeb-17e7-46a4-909e-2af1806ed033\",\"script\":\"DROP DATABASE IF EXISTS testdb1685906; CREATE DATABASE testdb1685906; \\n//Create Table\\nCREATE TABLE testdb1685906.dbo.testtable158389\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb1685906.dbo.testtable158389 ADD IF NOT EXISTS PARTITION (1);\\n\\nINSERT INTO testdb1685906.dbo.testtable158389(UserId, Start, Region, Query, Duration, Urls, ClickedUrls)ON INTEGRITY VIOLATION MOVE TO PARTITION (1)VALUES(1, new DateTime(2018, 04, 25), \\\"US\\\", @\\\"fake query\\\", 34, \\\"http://url1.fake.com\\\", \\\"http://clickedUrl1.fake.com\\\"),(1, new DateTime(2018, 04, 26), \\\"EN\\\", @\\\"fake query\\\", 23, \\\"http://url2.fake.com\\\", \\\"http://clickedUrl2.fake.com\\\");\\nDROP FUNCTION IF EXISTS testdb1685906.dbo.testtvf1955300;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb1685906.dbo.testtvf1955300()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb1685906.dbo.testview158696 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb1685906.dbo.testproc118354()\\nAS BEGIN\\n CREATE VIEW testdb1685906.dbo.testview158696 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\"algebraFilePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/algebra.xml\",\"yarnApplicationId\":4110637,\"yarnApplicationTimeStamp\":1527892748047,\"compileMode\":\"Semantic\",\"errorSource\":\"Unknown\",\"totalCompilationTime\":\"PT21.2189878S\",\"totalPausedTime\":\"PT0S\",\"totalQueuedTime\":\"PT0.0312678S\",\"totalRunningTime\":\"PT20.0692062S\",\"expirationTimeUtc\":\"0001-01-01T00:00:00\",\"type\":\"USql\"}}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "a9cc38cf-3058-464b-b115-57716dd223f5", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "date" : "Fri, 15 Jun 2018 10:13:54 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/jobs/b9e2ef31-a25d-4a8f-be26-f558b823376f?api-version=2017-09-01-preview", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsJobManagementClient, 2017-09-01-preview)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; charset=utf-8", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\"jobId\":\"b9e2ef31-a25d-4a8f-be26-f558b823376f\",\"name\":\"java azure sdk data lake analytics job\",\"type\":\"USql\",\"submitter\":\"AdlSdkTestApp01@SPI\",\"degreeOfParallelism\":2,\"priority\":1000,\"submitTime\":\"2018-06-15T10:13:05.9097511+00:00\",\"startTime\":\"2018-06-15T10:13:34.8788476+00:00\",\"state\":\"Running\",\"result\":\"None\",\"stateAuditRecords\":[{\"newState\":\"New\",\"timeStamp\":\"2018-06-15T10:13:05.9097511+00:00\",\"details\":\"userName:;submitMachine:N/A\"},{\"newState\":\"Compiling\",\"timeStamp\":\"2018-06-15T10:13:06.5660268+00:00\",\"details\":\"Compilation:e38f9f6c-095d-459f-9bba-a5621121443f;Status:Dispatched\"},{\"newState\":\"Queued\",\"timeStamp\":\"2018-06-15T10:13:27.7850146+00:00\"},{\"newState\":\"Scheduling\",\"timeStamp\":\"2018-06-15T10:13:27.8162824+00:00\",\"details\":\"Detail:Dispatching job to cluster.;rootProcessId:1455ffeb-17e7-46a4-909e-2af1806ed033\"},{\"newState\":\"Starting\",\"timeStamp\":\"2018-06-15T10:13:27.8162824+00:00\",\"details\":\"runtimeVersion:release_20180315_adl_991096\"},{\"newState\":\"Running\",\"timeStamp\":\"2018-06-15T10:13:34.8788476+00:00\",\"details\":\"runAttempt:1\"}],\"properties\":{\"owner\":\"AdlSdkTestApp01@SPI\",\"resources\":[{\"name\":\"__ScopeCodeGen__.pdb\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"__SStreamInfo__.xml\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__SStreamInfo__.xml\",\"type\":\"JobManagerResource\"},{\"name\":\"PartitionLastRows.xml\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/PartitionLastRows.xml\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenCompileOptions__.txt\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOptions__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeDiagnosisInfo__.xml\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeDiagnosisInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenEngine__.dll\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.pdb\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"ScopeVertexDef.xml\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/ScopeVertexDef.xml\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.dll.cpp\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll.cpp\",\"type\":\"StatisticsResource\"},{\"name\":\"__SystemInternalInfo__.xml\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__SystemInternalInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenEngine__.cppresources\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.cppresources\",\"type\":\"StatisticsResource\"},{\"name\":\"diagnosticsjson\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/diagnosticsjson\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGen__.dll\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenCompileOutput__.txt\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOutput__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGen__.dll.cs\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll.cs\",\"type\":\"StatisticsResource\"},{\"name\":\"query.abr\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/query.abr\",\"type\":\"StatisticsResource\"},{\"name\":\"Profile\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/profile\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeRuntimeStatistics__.xml\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeRuntimeStatistics__.xml\",\"type\":\"StatisticsResource\"}],\"runtimeVersion\":\"release_20180315_adl_991096\",\"rootProcessNodeId\":\"1455ffeb-17e7-46a4-909e-2af1806ed033\",\"script\":\"DROP DATABASE IF EXISTS testdb1685906; CREATE DATABASE testdb1685906; \\n//Create Table\\nCREATE TABLE testdb1685906.dbo.testtable158389\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb1685906.dbo.testtable158389 ADD IF NOT EXISTS PARTITION (1);\\n\\nINSERT INTO testdb1685906.dbo.testtable158389(UserId, Start, Region, Query, Duration, Urls, ClickedUrls)ON INTEGRITY VIOLATION MOVE TO PARTITION (1)VALUES(1, new DateTime(2018, 04, 25), \\\"US\\\", @\\\"fake query\\\", 34, \\\"http://url1.fake.com\\\", \\\"http://clickedUrl1.fake.com\\\"),(1, new DateTime(2018, 04, 26), \\\"EN\\\", @\\\"fake query\\\", 23, \\\"http://url2.fake.com\\\", \\\"http://clickedUrl2.fake.com\\\");\\nDROP FUNCTION IF EXISTS testdb1685906.dbo.testtvf1955300;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb1685906.dbo.testtvf1955300()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb1685906.dbo.testview158696 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb1685906.dbo.testproc118354()\\nAS BEGIN\\n CREATE VIEW testdb1685906.dbo.testview158696 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\"algebraFilePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/algebra.xml\",\"yarnApplicationId\":4110637,\"yarnApplicationTimeStamp\":1527892748047,\"compileMode\":\"Semantic\",\"errorSource\":\"Unknown\",\"totalCompilationTime\":\"PT21.2189878S\",\"totalPausedTime\":\"PT0S\",\"totalQueuedTime\":\"PT0.0312678S\",\"totalRunningTime\":\"PT25.275146S\",\"expirationTimeUtc\":\"0001-01-01T00:00:00\",\"type\":\"USql\"}}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "389368fd-44de-4ab3-ab1f-48124efa29d8", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "date" : "Fri, 15 Jun 2018 10:13:59 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/jobs/b9e2ef31-a25d-4a8f-be26-f558b823376f?api-version=2017-09-01-preview", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsJobManagementClient, 2017-09-01-preview)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; charset=utf-8", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\"jobId\":\"b9e2ef31-a25d-4a8f-be26-f558b823376f\",\"name\":\"java azure sdk data lake analytics job\",\"type\":\"USql\",\"submitter\":\"AdlSdkTestApp01@SPI\",\"degreeOfParallelism\":2,\"priority\":1000,\"submitTime\":\"2018-06-15T10:13:05.9097511+00:00\",\"startTime\":\"2018-06-15T10:13:34.8788476+00:00\",\"state\":\"Running\",\"result\":\"None\",\"stateAuditRecords\":[{\"newState\":\"New\",\"timeStamp\":\"2018-06-15T10:13:05.9097511+00:00\",\"details\":\"userName:;submitMachine:N/A\"},{\"newState\":\"Compiling\",\"timeStamp\":\"2018-06-15T10:13:06.5660268+00:00\",\"details\":\"Compilation:e38f9f6c-095d-459f-9bba-a5621121443f;Status:Dispatched\"},{\"newState\":\"Queued\",\"timeStamp\":\"2018-06-15T10:13:27.7850146+00:00\"},{\"newState\":\"Scheduling\",\"timeStamp\":\"2018-06-15T10:13:27.8162824+00:00\",\"details\":\"Detail:Dispatching job to cluster.;rootProcessId:1455ffeb-17e7-46a4-909e-2af1806ed033\"},{\"newState\":\"Starting\",\"timeStamp\":\"2018-06-15T10:13:27.8162824+00:00\",\"details\":\"runtimeVersion:release_20180315_adl_991096\"},{\"newState\":\"Running\",\"timeStamp\":\"2018-06-15T10:13:34.8788476+00:00\",\"details\":\"runAttempt:1\"}],\"properties\":{\"owner\":\"AdlSdkTestApp01@SPI\",\"resources\":[{\"name\":\"__ScopeCodeGen__.pdb\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"__SStreamInfo__.xml\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__SStreamInfo__.xml\",\"type\":\"JobManagerResource\"},{\"name\":\"PartitionLastRows.xml\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/PartitionLastRows.xml\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenCompileOptions__.txt\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOptions__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeDiagnosisInfo__.xml\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeDiagnosisInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenEngine__.dll\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.pdb\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"ScopeVertexDef.xml\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/ScopeVertexDef.xml\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.dll.cpp\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll.cpp\",\"type\":\"StatisticsResource\"},{\"name\":\"__SystemInternalInfo__.xml\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__SystemInternalInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenEngine__.cppresources\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.cppresources\",\"type\":\"StatisticsResource\"},{\"name\":\"diagnosticsjson\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/diagnosticsjson\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGen__.dll\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenCompileOutput__.txt\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOutput__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGen__.dll.cs\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll.cs\",\"type\":\"StatisticsResource\"},{\"name\":\"query.abr\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/query.abr\",\"type\":\"StatisticsResource\"},{\"name\":\"Profile\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/profile\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeRuntimeStatistics__.xml\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeRuntimeStatistics__.xml\",\"type\":\"StatisticsResource\"}],\"runtimeVersion\":\"release_20180315_adl_991096\",\"rootProcessNodeId\":\"1455ffeb-17e7-46a4-909e-2af1806ed033\",\"script\":\"DROP DATABASE IF EXISTS testdb1685906; CREATE DATABASE testdb1685906; \\n//Create Table\\nCREATE TABLE testdb1685906.dbo.testtable158389\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb1685906.dbo.testtable158389 ADD IF NOT EXISTS PARTITION (1);\\n\\nINSERT INTO testdb1685906.dbo.testtable158389(UserId, Start, Region, Query, Duration, Urls, ClickedUrls)ON INTEGRITY VIOLATION MOVE TO PARTITION (1)VALUES(1, new DateTime(2018, 04, 25), \\\"US\\\", @\\\"fake query\\\", 34, \\\"http://url1.fake.com\\\", \\\"http://clickedUrl1.fake.com\\\"),(1, new DateTime(2018, 04, 26), \\\"EN\\\", @\\\"fake query\\\", 23, \\\"http://url2.fake.com\\\", \\\"http://clickedUrl2.fake.com\\\");\\nDROP FUNCTION IF EXISTS testdb1685906.dbo.testtvf1955300;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb1685906.dbo.testtvf1955300()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb1685906.dbo.testview158696 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb1685906.dbo.testproc118354()\\nAS BEGIN\\n CREATE VIEW testdb1685906.dbo.testview158696 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\"algebraFilePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/algebra.xml\",\"yarnApplicationId\":4110637,\"yarnApplicationTimeStamp\":1527892748047,\"compileMode\":\"Semantic\",\"errorSource\":\"Unknown\",\"totalCompilationTime\":\"PT21.2189878S\",\"totalPausedTime\":\"PT0S\",\"totalQueuedTime\":\"PT0.0312678S\",\"totalRunningTime\":\"PT30.4939402S\",\"expirationTimeUtc\":\"0001-01-01T00:00:00\",\"type\":\"USql\"}}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "842fbe96-b041-4f1f-9cb0-d54ed2b2b2c3", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "date" : "Fri, 15 Jun 2018 10:14:04 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/jobs/b9e2ef31-a25d-4a8f-be26-f558b823376f?api-version=2017-09-01-preview", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsJobManagementClient, 2017-09-01-preview)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; charset=utf-8", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\"jobId\":\"b9e2ef31-a25d-4a8f-be26-f558b823376f\",\"name\":\"java azure sdk data lake analytics job\",\"type\":\"USql\",\"submitter\":\"AdlSdkTestApp01@SPI\",\"degreeOfParallelism\":2,\"priority\":1000,\"submitTime\":\"2018-06-15T10:13:05.9097511+00:00\",\"startTime\":\"2018-06-15T10:13:34.8788476+00:00\",\"state\":\"Running\",\"result\":\"None\",\"stateAuditRecords\":[{\"newState\":\"New\",\"timeStamp\":\"2018-06-15T10:13:05.9097511+00:00\",\"details\":\"userName:;submitMachine:N/A\"},{\"newState\":\"Compiling\",\"timeStamp\":\"2018-06-15T10:13:06.5660268+00:00\",\"details\":\"Compilation:e38f9f6c-095d-459f-9bba-a5621121443f;Status:Dispatched\"},{\"newState\":\"Queued\",\"timeStamp\":\"2018-06-15T10:13:27.7850146+00:00\"},{\"newState\":\"Scheduling\",\"timeStamp\":\"2018-06-15T10:13:27.8162824+00:00\",\"details\":\"Detail:Dispatching job to cluster.;rootProcessId:1455ffeb-17e7-46a4-909e-2af1806ed033\"},{\"newState\":\"Starting\",\"timeStamp\":\"2018-06-15T10:13:27.8162824+00:00\",\"details\":\"runtimeVersion:release_20180315_adl_991096\"},{\"newState\":\"Running\",\"timeStamp\":\"2018-06-15T10:13:34.8788476+00:00\",\"details\":\"runAttempt:1\"}],\"properties\":{\"owner\":\"AdlSdkTestApp01@SPI\",\"resources\":[{\"name\":\"__ScopeCodeGen__.pdb\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"__SStreamInfo__.xml\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__SStreamInfo__.xml\",\"type\":\"JobManagerResource\"},{\"name\":\"PartitionLastRows.xml\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/PartitionLastRows.xml\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenCompileOptions__.txt\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOptions__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeDiagnosisInfo__.xml\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeDiagnosisInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenEngine__.dll\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.pdb\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"ScopeVertexDef.xml\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/ScopeVertexDef.xml\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.dll.cpp\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll.cpp\",\"type\":\"StatisticsResource\"},{\"name\":\"__SystemInternalInfo__.xml\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__SystemInternalInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenEngine__.cppresources\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.cppresources\",\"type\":\"StatisticsResource\"},{\"name\":\"diagnosticsjson\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/diagnosticsjson\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGen__.dll\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenCompileOutput__.txt\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOutput__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGen__.dll.cs\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll.cs\",\"type\":\"StatisticsResource\"},{\"name\":\"query.abr\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/query.abr\",\"type\":\"StatisticsResource\"},{\"name\":\"Profile\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/profile\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeRuntimeStatistics__.xml\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeRuntimeStatistics__.xml\",\"type\":\"StatisticsResource\"}],\"runtimeVersion\":\"release_20180315_adl_991096\",\"rootProcessNodeId\":\"1455ffeb-17e7-46a4-909e-2af1806ed033\",\"script\":\"DROP DATABASE IF EXISTS testdb1685906; CREATE DATABASE testdb1685906; \\n//Create Table\\nCREATE TABLE testdb1685906.dbo.testtable158389\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb1685906.dbo.testtable158389 ADD IF NOT EXISTS PARTITION (1);\\n\\nINSERT INTO testdb1685906.dbo.testtable158389(UserId, Start, Region, Query, Duration, Urls, ClickedUrls)ON INTEGRITY VIOLATION MOVE TO PARTITION (1)VALUES(1, new DateTime(2018, 04, 25), \\\"US\\\", @\\\"fake query\\\", 34, \\\"http://url1.fake.com\\\", \\\"http://clickedUrl1.fake.com\\\"),(1, new DateTime(2018, 04, 26), \\\"EN\\\", @\\\"fake query\\\", 23, \\\"http://url2.fake.com\\\", \\\"http://clickedUrl2.fake.com\\\");\\nDROP FUNCTION IF EXISTS testdb1685906.dbo.testtvf1955300;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb1685906.dbo.testtvf1955300()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb1685906.dbo.testview158696 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb1685906.dbo.testproc118354()\\nAS BEGIN\\n CREATE VIEW testdb1685906.dbo.testview158696 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\"algebraFilePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/algebra.xml\",\"yarnApplicationId\":4110637,\"yarnApplicationTimeStamp\":1527892748047,\"compileMode\":\"Semantic\",\"errorSource\":\"Unknown\",\"totalCompilationTime\":\"PT21.2189878S\",\"totalPausedTime\":\"PT0S\",\"totalQueuedTime\":\"PT0.0312678S\",\"totalRunningTime\":\"PT35.7792576S\",\"expirationTimeUtc\":\"0001-01-01T00:00:00\",\"type\":\"USql\"}}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "1a6e2076-7656-4428-8735-2bc7fcbc30c6", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "date" : "Fri, 15 Jun 2018 10:14:10 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/jobs/b9e2ef31-a25d-4a8f-be26-f558b823376f?api-version=2017-09-01-preview", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsJobManagementClient, 2017-09-01-preview)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; charset=utf-8", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\"jobId\":\"b9e2ef31-a25d-4a8f-be26-f558b823376f\",\"name\":\"java azure sdk data lake analytics job\",\"type\":\"USql\",\"submitter\":\"AdlSdkTestApp01@SPI\",\"degreeOfParallelism\":2,\"priority\":1000,\"submitTime\":\"2018-06-15T10:13:05.9097511+00:00\",\"startTime\":\"2018-06-15T10:13:34.8788476+00:00\",\"endTime\":\"2018-06-15T10:14:15.0199577+00:00\",\"state\":\"Ended\",\"result\":\"Succeeded\",\"stateAuditRecords\":[{\"newState\":\"New\",\"timeStamp\":\"2018-06-15T10:13:05.9097511+00:00\",\"details\":\"userName:;submitMachine:N/A\"},{\"newState\":\"Compiling\",\"timeStamp\":\"2018-06-15T10:13:06.5660268+00:00\",\"details\":\"Compilation:e38f9f6c-095d-459f-9bba-a5621121443f;Status:Dispatched\"},{\"newState\":\"Queued\",\"timeStamp\":\"2018-06-15T10:13:27.7850146+00:00\"},{\"newState\":\"Scheduling\",\"timeStamp\":\"2018-06-15T10:13:27.8162824+00:00\",\"details\":\"Detail:Dispatching job to cluster.;rootProcessId:1455ffeb-17e7-46a4-909e-2af1806ed033\"},{\"newState\":\"Starting\",\"timeStamp\":\"2018-06-15T10:13:27.8162824+00:00\",\"details\":\"runtimeVersion:release_20180315_adl_991096\"},{\"newState\":\"Running\",\"timeStamp\":\"2018-06-15T10:13:34.8788476+00:00\",\"details\":\"runAttempt:1\"},{\"newState\":\"Ended\",\"timeStamp\":\"2018-06-15T10:14:15.0199577+00:00\",\"details\":\"result:Succeeded\"}],\"properties\":{\"owner\":\"AdlSdkTestApp01@SPI\",\"resources\":[{\"name\":\"__ScopeCodeGen__.pdb\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"__SStreamInfo__.xml\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__SStreamInfo__.xml\",\"type\":\"JobManagerResource\"},{\"name\":\"PartitionLastRows.xml\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/PartitionLastRows.xml\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenCompileOptions__.txt\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOptions__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeDiagnosisInfo__.xml\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeDiagnosisInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenEngine__.dll\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.pdb\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.pdb\",\"type\":\"VertexResource\"},{\"name\":\"ScopeVertexDef.xml\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/ScopeVertexDef.xml\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenEngine__.dll.cpp\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.dll.cpp\",\"type\":\"StatisticsResource\"},{\"name\":\"__SystemInternalInfo__.xml\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__SystemInternalInfo__.xml\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGenEngine__.cppresources\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenEngine__.cppresources\",\"type\":\"StatisticsResource\"},{\"name\":\"diagnosticsjson\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/diagnosticsjson\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGen__.dll\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll\",\"type\":\"VertexResource\"},{\"name\":\"__ScopeCodeGenCompileOutput__.txt\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGenCompileOutput__.txt\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeCodeGen__.dll.cs\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeCodeGen__.dll.cs\",\"type\":\"StatisticsResource\"},{\"name\":\"query.abr\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/query.abr\",\"type\":\"StatisticsResource\"},{\"name\":\"Profile\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/profile\",\"type\":\"StatisticsResource\"},{\"name\":\"__ScopeRuntimeStatistics__.xml\",\"resourcePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/__ScopeRuntimeStatistics__.xml\",\"type\":\"StatisticsResource\"}],\"runtimeVersion\":\"release_20180315_adl_991096\",\"rootProcessNodeId\":\"1455ffeb-17e7-46a4-909e-2af1806ed033\",\"script\":\"DROP DATABASE IF EXISTS testdb1685906; CREATE DATABASE testdb1685906; \\n//Create Table\\nCREATE TABLE testdb1685906.dbo.testtable158389\\n(\\n //Define schema of table\\n UserId int, \\n Start DateTime, \\n Region string, \\n Query string, \\n Duration int, \\n Urls string, \\n ClickedUrls string,\\n INDEX idx1 //Name of index\\n CLUSTERED (Region ASC) //Column to cluster by\\n PARTITIONED BY (UserId) HASH (Region) //Column to partition by\\n);\\n\\nALTER TABLE testdb1685906.dbo.testtable158389 ADD IF NOT EXISTS PARTITION (1);\\n\\nINSERT INTO testdb1685906.dbo.testtable158389(UserId, Start, Region, Query, Duration, Urls, ClickedUrls)ON INTEGRITY VIOLATION MOVE TO PARTITION (1)VALUES(1, new DateTime(2018, 04, 25), \\\"US\\\", @\\\"fake query\\\", 34, \\\"http://url1.fake.com\\\", \\\"http://clickedUrl1.fake.com\\\"),(1, new DateTime(2018, 04, 26), \\\"EN\\\", @\\\"fake query\\\", 23, \\\"http://url2.fake.com\\\", \\\"http://clickedUrl2.fake.com\\\");\\nDROP FUNCTION IF EXISTS testdb1685906.dbo.testtvf1955300;\\n\\n//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb1685906.dbo.testtvf1955300()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\\nCREATE VIEW testdb1685906.dbo.testview158696 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\\nCREATE PROCEDURE testdb1685906.dbo.testproc118354()\\nAS BEGIN\\n CREATE VIEW testdb1685906.dbo.testview158696 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\"algebraFilePath\":\"adl://adls50677488b.azuredatalakestore.net/system/jobservice/jobs/Usql/2018/06/15/10/13/b9e2ef31-a25d-4a8f-be26-f558b823376f/algebra.xml\",\"yarnApplicationId\":4110637,\"yarnApplicationTimeStamp\":1527892748047,\"compileMode\":\"Semantic\",\"errorSource\":\"Unknown\",\"totalCompilationTime\":\"PT21.2189878S\",\"totalPausedTime\":\"PT0S\",\"totalQueuedTime\":\"PT0.0312678S\",\"totalRunningTime\":\"PT40.1411101S\",\"expirationTimeUtc\":\"0001-01-01T00:00:00\",\"type\":\"USql\"}}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "04b01dbf-b314-4d42-9a74-1050a112773f", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "date" : "Fri, 15 Jun 2018 10:14:14 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/catalog/usql/databases?api-version=2016-11-01", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; odata.metadata=minimal", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#databases\",\"value\":[\r\n {\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"version\":\"1361454f-9499-4b41-86d7-766df4a9eaf6\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"testdb1685906\",\"version\":\"2b39cc07-5d40-4e2a-86ff-68a2dd536983\"\r\n }\r\n ]\r\n}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "b47bd54c-255e-44d9-b76d-bb6db259f9a9", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "odata-version" : "4.0", + "date" : "Fri, 15 Jun 2018 10:14:15 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1685906?api-version=2016-11-01", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; odata.metadata=minimal", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#databases/$entity\",\"computeAccountName\":\"secondadla84173\",\"databaseName\":\"testdb1685906\",\"version\":\"2b39cc07-5d40-4e2a-86ff-68a2dd536983\"\r\n}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "6bca4d2f-6d29-447e-8dbf-1087e0b98d7f", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "odata-version" : "4.0", + "date" : "Fri, 15 Jun 2018 10:14:15 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1685906/schemas/dbo/tables?api-version=2016-11-01", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; odata.metadata=minimal", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#tables\",\"value\":[\r\n {\r\n \"tableName\":\"testtable158389\",\"columnList\":[\r\n {\r\n \"name\":\"UserId\",\"type\":\"System.Int32\"\r\n },{\r\n \"name\":\"Start\",\"type\":\"System.DateTime\"\r\n },{\r\n \"name\":\"Region\",\"type\":\"System.String\"\r\n },{\r\n \"name\":\"Query\",\"type\":\"System.String\"\r\n },{\r\n \"name\":\"Duration\",\"type\":\"System.Int32\"\r\n },{\r\n \"name\":\"Urls\",\"type\":\"System.String\"\r\n },{\r\n \"name\":\"ClickedUrls\",\"type\":\"System.String\"\r\n }\r\n ],\"indexList\":[\r\n {\r\n \"name\":\"idx1\",\"indexKeys\":[\r\n {\r\n \"name\":\"Region\",\"descending\":false\r\n }\r\n ],\"columns\":[\r\n \"Region\",\"UserId\"\r\n ],\"distributionInfo\":{\r\n \"type\":2,\"keys\":[\r\n {\r\n \"name\":\"Region\",\"descending\":false\r\n }\r\n ],\"count\":0,\"dynamicCount\":0\r\n },\"partitionFunction\":\"17951c1c-9dfd-41f5-8e7b-d1f4c3da598e\",\"partitionKeyList\":[\r\n \"UserId\"\r\n ],\"isColumnstore\":false,\"indexId\":1,\"isUnique\":false\r\n }\r\n ],\"partitionKeyList\":[\r\n \r\n ],\"externalTable\":null,\"distributionInfo\":null,\"computeAccountName\":\"secondadla84173\",\"databaseName\":\"testdb1685906\",\"schemaName\":\"dbo\",\"createTime\":\"2018-06-15T10:14:00.767-07:00\",\"updateTime\":\"2018-06-15T10:14:00.767-07:00\",\"version\":\"fec3ad37-7547-4d90-9484-0ce69f1a3faa\"\r\n }\r\n ]\r\n}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "72e9d341-1559-499c-9342-e2c3090acd9b", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "odata-version" : "4.0", + "date" : "Fri, 15 Jun 2018 10:14:15 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1685906/schemas/dbo/tables/testtable158389/previewrows?api-version=2016-11-01", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; charset=utf-8", + "cache-control" : "no-cache, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\"rowCount\":2,\"totalRowCount\":2,\"columnCount\":7,\"totalColumnCount\":7,\"schema\":[{\"columnName\":\"UserId\",\"dataType\":\"System.Int32\"},{\"columnName\":\"Start\",\"dataType\":\"System.DateTime\"},{\"columnName\":\"Region\",\"dataType\":\"System.String\"},{\"columnName\":\"Query\",\"dataType\":\"System.String\"},{\"columnName\":\"Duration\",\"dataType\":\"System.Int32\"},{\"columnName\":\"Urls\",\"dataType\":\"System.String\"},{\"columnName\":\"ClickedUrls\",\"dataType\":\"System.String\"}],\"rows\":[[\"1\",\"4/26/2018 12:00:00 AM\",\"EN\",\"fake query\",\"23\",\"http://url2.fake.com\",\"http://clickedUrl2.fake.com\"],[\"1\",\"4/25/2018 12:00:00 AM\",\"US\",\"fake query\",\"34\",\"http://url1.fake.com\",\"http://clickedUrl1.fake.com\"]],\"truncated\":false}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "83c0c638-0e39-4824-ba9e-c5f5fcdccc9e", + "content-length" : "679", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "date" : "Fri, 15 Jun 2018 10:14:16 GMT", + "pragma" : "no-cache" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1685906/schemas/dbo/tables/testtable158389?api-version=2016-11-01", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; odata.metadata=minimal", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#tables/$entity\",\"tableName\":\"testtable158389\",\"columnList\":[\r\n {\r\n \"name\":\"UserId\",\"type\":\"System.Int32\"\r\n },{\r\n \"name\":\"Start\",\"type\":\"System.DateTime\"\r\n },{\r\n \"name\":\"Region\",\"type\":\"System.String\"\r\n },{\r\n \"name\":\"Query\",\"type\":\"System.String\"\r\n },{\r\n \"name\":\"Duration\",\"type\":\"System.Int32\"\r\n },{\r\n \"name\":\"Urls\",\"type\":\"System.String\"\r\n },{\r\n \"name\":\"ClickedUrls\",\"type\":\"System.String\"\r\n }\r\n ],\"indexList\":[\r\n {\r\n \"name\":\"idx1\",\"indexKeys\":[\r\n {\r\n \"name\":\"Region\",\"descending\":false\r\n }\r\n ],\"columns\":[\r\n \"Region\",\"UserId\"\r\n ],\"distributionInfo\":{\r\n \"type\":2,\"keys\":[\r\n {\r\n \"name\":\"Region\",\"descending\":false\r\n }\r\n ],\"count\":0,\"dynamicCount\":0\r\n },\"partitionFunction\":\"17951c1c-9dfd-41f5-8e7b-d1f4c3da598e\",\"partitionKeyList\":[\r\n \"UserId\"\r\n ],\"isColumnstore\":false,\"indexId\":1,\"isUnique\":false\r\n }\r\n ],\"partitionKeyList\":[\r\n \r\n ],\"externalTable\":null,\"distributionInfo\":null,\"computeAccountName\":\"secondadla84173\",\"databaseName\":\"testdb1685906\",\"schemaName\":\"dbo\",\"createTime\":\"2018-06-15T10:14:00.767-07:00\",\"updateTime\":\"2018-06-15T10:14:00.767-07:00\",\"version\":\"fec3ad37-7547-4d90-9484-0ce69f1a3faa\"\r\n}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "d98affdc-c37a-4f82-a43c-6c744add9622", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "odata-version" : "4.0", + "date" : "Fri, 15 Jun 2018 10:14:16 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1685906/schemas/dbo/tablevaluedfunctions?api-version=2016-11-01", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; odata.metadata=minimal", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#tablevaluedfunctions\",\"value\":[\r\n {\r\n \"tvfName\":\"testtvf1955300\",\"definition\":\"//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb1685906.dbo.testtvf1955300()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\",\"computeAccountName\":\"secondadla84173\",\"databaseName\":\"testdb1685906\",\"schemaName\":\"dbo\",\"createTime\":\"2018-06-15T10:14:00.813-07:00\",\"updateTime\":\"2018-06-15T10:14:00.813-07:00\",\"version\":\"b26ba84f-8825-412a-9d9c-f80d7fc62e4e\"\r\n }\r\n ]\r\n}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "e686a1fb-1bb3-4a49-8950-fd181e340a13", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "odata-version" : "4.0", + "date" : "Fri, 15 Jun 2018 10:14:16 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1685906/schemas/dbo/tablevaluedfunctions/testtvf1955300?api-version=2016-11-01", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; odata.metadata=minimal", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#tablevaluedfunctions/$entity\",\"tvfName\":\"testtvf1955300\",\"definition\":\"//create table weblogs on space-delimited website log data\\nCREATE FUNCTION testdb1685906.dbo.testtvf1955300()\\nRETURNS @result TABLE\\n(\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string, \\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string, \\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string, \\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int, \\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n)\\nAS\\nBEGIN\\n\\n @result = EXTRACT\\n s_date DateTime,\\n s_time string,\\n s_sitename string,\\n cs_method string,\\n cs_uristem string,\\n cs_uriquery string,\\n s_port int,\\n cs_username string,\\n c_ip string,\\n cs_useragent string,\\n cs_cookie string,\\n cs_referer string,\\n cs_host string,\\n sc_status int,\\n sc_substatus int,\\n sc_win32status int,\\n sc_bytes int,\\n cs_bytes int,\\n s_timetaken int\\n FROM @\\\"/Samples/Data/WebLog.log\\\"\\n USING Extractors.Text(delimiter:' ');\\n\\nRETURN;\\nEND;\",\"computeAccountName\":\"secondadla84173\",\"databaseName\":\"testdb1685906\",\"schemaName\":\"dbo\",\"createTime\":\"2018-06-15T10:14:00.813-07:00\",\"updateTime\":\"2018-06-15T10:14:00.813-07:00\",\"version\":\"b26ba84f-8825-412a-9d9c-f80d7fc62e4e\"\r\n}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "35fd8bb8-588a-4bd5-8e76-1bda1c0f7c34", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "odata-version" : "4.0", + "date" : "Fri, 15 Jun 2018 10:14:18 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1685906/schemas/dbo/views?api-version=2016-11-01", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; odata.metadata=minimal", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#views\",\"value\":[\r\n {\r\n \"viewName\":\"testview158696\",\"definition\":\"CREATE VIEW testdb1685906.dbo.testview158696 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\",\"computeAccountName\":\"secondadla84173\",\"databaseName\":\"testdb1685906\",\"schemaName\":\"dbo\",\"createTime\":\"2018-06-15T10:14:00.813-07:00\",\"updateTime\":\"2018-06-15T10:14:00.813-07:00\",\"version\":\"123b8bb2-9fb0-46b0-bc47-adcf79cf2089\"\r\n }\r\n ]\r\n}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "885191c9-4d3d-40af-ac42-b74b4f54298f", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "odata-version" : "4.0", + "date" : "Fri, 15 Jun 2018 10:14:18 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1685906/schemas/dbo/views/testview158696?api-version=2016-11-01", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; odata.metadata=minimal", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#views/$entity\",\"viewName\":\"testview158696\",\"definition\":\"CREATE VIEW testdb1685906.dbo.testview158696 \\nAS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\nAS \\nT(a, b);\",\"computeAccountName\":\"secondadla84173\",\"databaseName\":\"testdb1685906\",\"schemaName\":\"dbo\",\"createTime\":\"2018-06-15T10:14:00.813-07:00\",\"updateTime\":\"2018-06-15T10:14:00.813-07:00\",\"version\":\"123b8bb2-9fb0-46b0-bc47-adcf79cf2089\"\r\n}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "6163ef29-a8ae-4282-8e22-78d1e92dba1d", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "odata-version" : "4.0", + "date" : "Fri, 15 Jun 2018 10:14:18 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1685906/schemas/dbo/procedures?api-version=2016-11-01", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; odata.metadata=minimal", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#procedures\",\"value\":[\r\n {\r\n \"procName\":\"testproc118354\",\"definition\":\"CREATE PROCEDURE testdb1685906.dbo.testproc118354()\\nAS BEGIN\\n CREATE VIEW testdb1685906.dbo.testview158696 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\"computeAccountName\":\"secondadla84173\",\"databaseName\":\"testdb1685906\",\"schemaName\":\"dbo\",\"createTime\":null,\"updateTime\":null,\"version\":\"536d42db-048e-49f5-966d-6db8e9d16659\"\r\n }\r\n ]\r\n}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "4458726b-2c94-41b3-ad7e-719532fe09fe", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "odata-version" : "4.0", + "date" : "Fri, 15 Jun 2018 10:14:18 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1685906/schemas/dbo/procedures/testproc118354?api-version=2016-11-01", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; odata.metadata=minimal", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#procedures/$entity\",\"procName\":\"testproc118354\",\"definition\":\"CREATE PROCEDURE testdb1685906.dbo.testproc118354()\\nAS BEGIN\\n CREATE VIEW testdb1685906.dbo.testview158696 \\n AS \\n SELECT * FROM \\n (\\n VALUES(1,2),(2,4)\\n ) \\n AS \\n T(a, b);\\nEND;\",\"computeAccountName\":\"secondadla84173\",\"databaseName\":\"testdb1685906\",\"schemaName\":\"dbo\",\"createTime\":null,\"updateTime\":null,\"version\":\"536d42db-048e-49f5-966d-6db8e9d16659\"\r\n}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "dd5bbc6a-b74a-4519-869f-179cfba35aba", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "odata-version" : "4.0", + "date" : "Fri, 15 Jun 2018 10:14:19 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1685906/schemas/dbo/tables/testtable158389/partitions?api-version=2016-11-01", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; odata.metadata=minimal", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#partitions\",\"value\":[\r\n {\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"testdb1685906\",\"schemaName\":\"dbo\",\"partitionName\":\"testtable158389_Partition_98009cae-5bec-4b2a-8c17-8874773927fa\",\"indexId\":1,\"label\":[\r\n \"1\"\r\n ],\"createTime\":\"2018-06-15T10:14:00.78-07:00\",\"parentName\":{\r\n \"server\":\"b0998fd8-acc2-4b69-beaa-95f262215eda\",\"firstPart\":\"testdb1685906\",\"secondPart\":\"dbo\",\"thirdPart\":\"testtable158389\",\"fourthPart\":null\r\n },\"version\":\"575a0b71-522e-4ad6-908d-3d1b1ff4915b\"\r\n }\r\n ]\r\n}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "5d12ac0c-4edd-41bd-8ab8-5ed0e83f5855", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "odata-version" : "4.0", + "date" : "Fri, 15 Jun 2018 10:14:19 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1685906/schemas/dbo/tables/testtable158389/partitions/testtable158389_Partition_98009cae-5bec-4b2a-8c17-8874773927fa/previewrows?api-version=2016-11-01", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; charset=utf-8", + "cache-control" : "no-cache, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\"rowCount\":2,\"totalRowCount\":2,\"columnCount\":7,\"totalColumnCount\":7,\"schema\":[{\"columnName\":\"UserId\",\"dataType\":\"System.Int32\"},{\"columnName\":\"Start\",\"dataType\":\"System.DateTime\"},{\"columnName\":\"Region\",\"dataType\":\"System.String\"},{\"columnName\":\"Query\",\"dataType\":\"System.String\"},{\"columnName\":\"Duration\",\"dataType\":\"System.Int32\"},{\"columnName\":\"Urls\",\"dataType\":\"System.String\"},{\"columnName\":\"ClickedUrls\",\"dataType\":\"System.String\"}],\"rows\":[[\"1\",\"4/26/2018 12:00:00 AM\",\"EN\",\"fake query\",\"23\",\"http://url2.fake.com\",\"http://clickedUrl2.fake.com\"],[\"1\",\"4/25/2018 12:00:00 AM\",\"US\",\"fake query\",\"34\",\"http://url1.fake.com\",\"http://clickedUrl1.fake.com\"]],\"truncated\":false}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "2e1d15bb-f32a-45fa-a996-03217a5bd108", + "content-length" : "679", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "date" : "Fri, 15 Jun 2018 10:14:20 GMT", + "pragma" : "no-cache" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1685906/schemas/dbo/tables/testtable158389/partitions/testtable158389_Partition_98009cae-5bec-4b2a-8c17-8874773927fa?api-version=2016-11-01", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; odata.metadata=minimal", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#partitions/$entity\",\"computeAccountName\":\"secondadla84173\",\"databaseName\":\"testdb1685906\",\"schemaName\":\"dbo\",\"partitionName\":\"testtable158389_Partition_98009cae-5bec-4b2a-8c17-8874773927fa\",\"indexId\":1,\"label\":[\r\n \"1\"\r\n ],\"createTime\":\"2018-06-15T10:14:00.78-07:00\",\"parentName\":{\r\n \"server\":\"b0998fd8-acc2-4b69-beaa-95f262215eda\",\"firstPart\":\"testdb1685906\",\"secondPart\":\"dbo\",\"thirdPart\":\"testtable158389\",\"fourthPart\":null\r\n },\"version\":\"575a0b71-522e-4ad6-908d-3d1b1ff4915b\"\r\n}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "779e74c2-b25a-47f9-8624-1d48436802e5", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "odata-version" : "4.0", + "date" : "Fri, 15 Jun 2018 10:14:20 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1685906/schemas/dbo/tables/testtable158389/tablefragments?api-version=2016-11-01", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; odata.metadata=minimal", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#tablefragments\",\"value\":[\r\n {\r\n \"parentId\":\"575a0b71-522e-4ad6-908d-3d1b1ff4915b\",\"fragmentId\":\"b1ea48ac-4bac-4a1e-8514-06ac0bea1493\",\"indexId\":1,\"size\":34008,\"rowCount\":2,\"createDate\":\"2018-06-15T10:13:13.147-07:00\",\"streamPath\":null\r\n }\r\n ]\r\n}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "b6e3b028-3cbc-4ca8-9034-7ad2297ea2f1", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "odata-version" : "4.0", + "date" : "Fri, 15 Jun 2018 10:14:20 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1685906/schemas/dbo/types?api-version=2016-11-01", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; odata.metadata=minimal", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#types\",\"value\":[\r\n {\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlArray\",\"typeFamily\":\"C#\",\"cSharpName\":\"Microsoft.Analytics.Types.Sql.SqlArray\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlArray\",\"systemTypeId\":231,\"userTypeId\":231,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":true,\"version\":\"1137ad93-d19b-4d4e-b726-011f76d4d833\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlBinary\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlBinary\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlBinary\",\"systemTypeId\":165,\"userTypeId\":165,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"b05e4357-12c7-461f-9559-4c39cfae1338\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlBit\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlBit\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlBit\",\"systemTypeId\":104,\"userTypeId\":104,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"caeb6f59-f027-4348-a3ff-f064531e0ee8\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlByte\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlByte\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlByte\",\"systemTypeId\":48,\"userTypeId\":48,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"f2583736-1f0e-4072-8a04-d83db5e08241\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlDate\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlDate\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlDate\",\"systemTypeId\":42,\"userTypeId\":42,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"29f9721a-315b-498f-a304-762e0511226d\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlDateTime\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlDateTime\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlDateTime\",\"systemTypeId\":61,\"userTypeId\":61,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"6879225d-44ff-4404-a0bd-05ee379c39db\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlDecimal\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlDecimal\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlDecimal\",\"systemTypeId\":106,\"userTypeId\":106,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"d6d8f781-23bf-48a6-a462-8946bab23c36\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlDouble\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlDouble\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlDouble\",\"systemTypeId\":62,\"userTypeId\":62,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"db1bc9a7-f5da-4d64-9baa-399c9f72d6e2\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlGuid\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlGuid\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlGuid\",\"systemTypeId\":36,\"userTypeId\":36,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"ab6715ed-cfba-4b5a-92e9-f86520b8e711\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlInt16\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlInt16\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlInt16\",\"systemTypeId\":52,\"userTypeId\":52,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"4ee64682-cbd4-40cc-90e9-c5de1433bbed\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlInt32\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlInt32\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlInt32\",\"systemTypeId\":56,\"userTypeId\":56,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"9af787e7-9fc0-4819-80ac-0339ce031ab3\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlInt64\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlInt64\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlInt64\",\"systemTypeId\":127,\"userTypeId\":127,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"44d67b27-8bd8-4072-81ca-2d32adfdb17c\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlMap\",\"typeFamily\":\"C#\",\"cSharpName\":\"Microsoft.Analytics.Types.Sql.SqlMap\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlMap\",\"systemTypeId\":231,\"userTypeId\":231,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":true,\"version\":\"18cf5d12-3651-44fe-ad16-cf5068f0b112\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlMoney\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlMoney\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlMoney\",\"systemTypeId\":60,\"userTypeId\":60,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"861e13ee-e110-4dd2-b0df-f2eb9a6b5bd2\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlSingle\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlSingle\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlSingle\",\"systemTypeId\":59,\"userTypeId\":59,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"7037d7f1-e3d4-416f-bf81-285b630a75e4\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlString\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlString\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlString\",\"systemTypeId\":231,\"userTypeId\":231,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"a15306f5-43f5-433b-b795-ce02ee911953\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlStruct\",\"typeFamily\":\"C#\",\"cSharpName\":\"Microsoft.Analytics.Types.Sql.SqlStruct\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlStruct\",\"systemTypeId\":243,\"userTypeId\":332,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":true,\"version\":\"f89f413d-bd5f-440a-b069-8fc345643648\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Boolean\",\"typeFamily\":\"C#\",\"cSharpName\":\"bool\",\"fullCSharpName\":\"System.Boolean\",\"systemTypeId\":104,\"userTypeId\":104,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"c04b91b8-2b7e-45b3-ada9-db5ede901672\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Boolean?\",\"typeFamily\":\"C#\",\"cSharpName\":\"bool?\",\"fullCSharpName\":\"System.Boolean?\",\"systemTypeId\":104,\"userTypeId\":104,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"42f3147a-ed9b-47ae-a8ad-aa2fbc51e0ad\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Byte\",\"typeFamily\":\"C#\",\"cSharpName\":\"byte\",\"fullCSharpName\":\"System.Byte\",\"systemTypeId\":48,\"userTypeId\":48,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"6a048add-f003-4d73-8471-3b0be963d1ac\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Byte?\",\"typeFamily\":\"C#\",\"cSharpName\":\"byte?\",\"fullCSharpName\":\"System.Byte?\",\"systemTypeId\":48,\"userTypeId\":48,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"c2623267-2a86-444a-a773-89783eae5b30\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Byte[]\",\"typeFamily\":\"C#\",\"cSharpName\":\"byte[]\",\"fullCSharpName\":\"System.Byte[]\",\"systemTypeId\":165,\"userTypeId\":165,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"84506afa-d9ad-4bef-9e44-cd00f1f54ce3\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Char\",\"typeFamily\":\"C#\",\"cSharpName\":\"char\",\"fullCSharpName\":\"System.Char\",\"systemTypeId\":231,\"userTypeId\":231,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"bb4bb082-4d9c-4ce4-aa1b-bfaea278ac92\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Char?\",\"typeFamily\":\"C#\",\"cSharpName\":\"char?\",\"fullCSharpName\":\"System.Char?\",\"systemTypeId\":231,\"userTypeId\":231,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"748c6bfa-5a8e-43d4-823b-3b3be0d8b85a\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.DateTime\",\"typeFamily\":\"C#\",\"cSharpName\":\"DateTime\",\"fullCSharpName\":\"System.DateTime\",\"systemTypeId\":42,\"userTypeId\":42,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"4e348b46-7218-4c30-b879-ceee5a59e7bb\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.DateTime?\",\"typeFamily\":\"C#\",\"cSharpName\":\"DateTime?\",\"fullCSharpName\":\"System.DateTime?\",\"systemTypeId\":42,\"userTypeId\":42,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"eb486159-acfa-4499-9b1a-e0ecda5d52a2\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Decimal\",\"typeFamily\":\"C#\",\"cSharpName\":\"decimal\",\"fullCSharpName\":\"System.Decimal\",\"systemTypeId\":106,\"userTypeId\":106,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"f29ebb5f-17e8-4448-8aec-1a6702380e75\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Decimal?\",\"typeFamily\":\"C#\",\"cSharpName\":\"decimal?\",\"fullCSharpName\":\"System.Decimal?\",\"systemTypeId\":106,\"userTypeId\":106,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"b78657ef-955b-4841-805e-bec1e9d11e37\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Double\",\"typeFamily\":\"C#\",\"cSharpName\":\"double\",\"fullCSharpName\":\"System.Double\",\"systemTypeId\":62,\"userTypeId\":62,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"f3bbcc4e-d872-4bd1-8429-7082199016d3\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Double?\",\"typeFamily\":\"C#\",\"cSharpName\":\"double?\",\"fullCSharpName\":\"System.Double?\",\"systemTypeId\":62,\"userTypeId\":62,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"5832365f-70cb-47f9-92db-46cf7903dffc\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Guid\",\"typeFamily\":\"C#\",\"cSharpName\":\"Guid\",\"fullCSharpName\":\"System.Guid\",\"systemTypeId\":36,\"userTypeId\":36,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"ccccbe73-770a-4bc8-905f-2eec41e79736\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Guid?\",\"typeFamily\":\"C#\",\"cSharpName\":\"Guid?\",\"fullCSharpName\":\"System.Guid?\",\"systemTypeId\":36,\"userTypeId\":36,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"db4c6514-17fa-4de1-ab25-a22817844593\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Int16\",\"typeFamily\":\"C#\",\"cSharpName\":\"short\",\"fullCSharpName\":\"System.Int16\",\"systemTypeId\":52,\"userTypeId\":52,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"2cca4ae1-4272-4ca4-832e-5bc22c486299\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Int16?\",\"typeFamily\":\"C#\",\"cSharpName\":\"short?\",\"fullCSharpName\":\"System.Int16?\",\"systemTypeId\":52,\"userTypeId\":52,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"cef0bb72-9079-471b-855c-cfb87b1dc11f\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Int32\",\"typeFamily\":\"C#\",\"cSharpName\":\"int\",\"fullCSharpName\":\"System.Int32\",\"systemTypeId\":56,\"userTypeId\":56,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"2a3f9560-1645-4e60-8ca5-9713f2ef8363\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Int32?\",\"typeFamily\":\"C#\",\"cSharpName\":\"int?\",\"fullCSharpName\":\"System.Int32?\",\"systemTypeId\":56,\"userTypeId\":56,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"29fedecb-21d0-4fa8-bf6b-2539bee71bcc\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Int64\",\"typeFamily\":\"C#\",\"cSharpName\":\"long\",\"fullCSharpName\":\"System.Int64\",\"systemTypeId\":127,\"userTypeId\":127,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"14c67089-ce4d-4770-8425-a0c41788c3cd\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Int64?\",\"typeFamily\":\"C#\",\"cSharpName\":\"long?\",\"fullCSharpName\":\"System.Int64?\",\"systemTypeId\":127,\"userTypeId\":127,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"01b8cce9-d5e9-4f38-9f29-d5f3927d7407\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.SByte\",\"typeFamily\":\"C#\",\"cSharpName\":\"sbyte\",\"fullCSharpName\":\"System.SByte\",\"systemTypeId\":52,\"userTypeId\":52,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"899a07dd-662c-4cd2-8f98-6ec34d739355\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.SByte?\",\"typeFamily\":\"C#\",\"cSharpName\":\"sbyte?\",\"fullCSharpName\":\"System.SByte?\",\"systemTypeId\":52,\"userTypeId\":52,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"f76f7f1a-64d9-4c50-a38c-a6b2578f66d3\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Single\",\"typeFamily\":\"C#\",\"cSharpName\":\"float\",\"fullCSharpName\":\"System.Single\",\"systemTypeId\":59,\"userTypeId\":59,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"04ae7374-f270-48ba-b429-c7e07bfcde61\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Single?\",\"typeFamily\":\"C#\",\"cSharpName\":\"float?\",\"fullCSharpName\":\"System.Single?\",\"systemTypeId\":59,\"userTypeId\":59,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"f8f90902-84a6-449f-96fe-6710accc0f7a\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.String\",\"typeFamily\":\"C#\",\"cSharpName\":\"string\",\"fullCSharpName\":\"System.String\",\"systemTypeId\":231,\"userTypeId\":231,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"313664ea-0a0b-4016-8c25-a11052d885ad\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.UInt16\",\"typeFamily\":\"C#\",\"cSharpName\":\"ushort\",\"fullCSharpName\":\"System.UInt16\",\"systemTypeId\":56,\"userTypeId\":56,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"1ee295be-df81-4f21-a17c-31205884958b\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.UInt16?\",\"typeFamily\":\"C#\",\"cSharpName\":\"ushort?\",\"fullCSharpName\":\"System.UInt16?\",\"systemTypeId\":56,\"userTypeId\":56,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"a3228a28-dc3d-42f1-81d7-86899822af91\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.UInt32\",\"typeFamily\":\"C#\",\"cSharpName\":\"uint\",\"fullCSharpName\":\"System.UInt32\",\"systemTypeId\":127,\"userTypeId\":127,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"133275dc-ec4b-4662-86ee-f6d13b0e8b7e\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.UInt32?\",\"typeFamily\":\"C#\",\"cSharpName\":\"uint?\",\"fullCSharpName\":\"System.UInt32?\",\"systemTypeId\":127,\"userTypeId\":127,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"7292a0b6-ff2d-4c02-b256-63993c2b270a\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.UInt64\",\"typeFamily\":\"C#\",\"cSharpName\":\"ulong\",\"fullCSharpName\":\"System.UInt64\",\"systemTypeId\":127,\"userTypeId\":127,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"e80c1a1c-99d9-418c-9f66-097c048095bb\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.UInt64?\",\"typeFamily\":\"C#\",\"cSharpName\":\"ulong?\",\"fullCSharpName\":\"System.UInt64?\",\"systemTypeId\":127,\"userTypeId\":127,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"48cbabb8-03fc-4f00-bad6-0641a7f562c7\"\r\n }\r\n ]\r\n}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "fce0fb0b-0c16-4dcf-bb61-f8886dd6a34a", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "odata-version" : "4.0", + "date" : "Fri, 15 Jun 2018 10:14:21 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1685906/schemas/dbo/types?$filter=isComplexType%20eq%20false&api-version=2016-11-01", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; odata.metadata=minimal", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#types\",\"value\":[\r\n {\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlBinary\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlBinary\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlBinary\",\"systemTypeId\":165,\"userTypeId\":165,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"b05e4357-12c7-461f-9559-4c39cfae1338\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlBit\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlBit\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlBit\",\"systemTypeId\":104,\"userTypeId\":104,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"caeb6f59-f027-4348-a3ff-f064531e0ee8\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlByte\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlByte\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlByte\",\"systemTypeId\":48,\"userTypeId\":48,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"f2583736-1f0e-4072-8a04-d83db5e08241\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlDate\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlDate\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlDate\",\"systemTypeId\":42,\"userTypeId\":42,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"29f9721a-315b-498f-a304-762e0511226d\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlDateTime\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlDateTime\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlDateTime\",\"systemTypeId\":61,\"userTypeId\":61,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"6879225d-44ff-4404-a0bd-05ee379c39db\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlDecimal\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlDecimal\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlDecimal\",\"systemTypeId\":106,\"userTypeId\":106,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"d6d8f781-23bf-48a6-a462-8946bab23c36\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlDouble\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlDouble\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlDouble\",\"systemTypeId\":62,\"userTypeId\":62,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"db1bc9a7-f5da-4d64-9baa-399c9f72d6e2\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlGuid\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlGuid\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlGuid\",\"systemTypeId\":36,\"userTypeId\":36,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"ab6715ed-cfba-4b5a-92e9-f86520b8e711\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlInt16\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlInt16\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlInt16\",\"systemTypeId\":52,\"userTypeId\":52,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"4ee64682-cbd4-40cc-90e9-c5de1433bbed\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlInt32\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlInt32\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlInt32\",\"systemTypeId\":56,\"userTypeId\":56,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"9af787e7-9fc0-4819-80ac-0339ce031ab3\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlInt64\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlInt64\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlInt64\",\"systemTypeId\":127,\"userTypeId\":127,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"44d67b27-8bd8-4072-81ca-2d32adfdb17c\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlMoney\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlMoney\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlMoney\",\"systemTypeId\":60,\"userTypeId\":60,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"861e13ee-e110-4dd2-b0df-f2eb9a6b5bd2\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlSingle\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlSingle\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlSingle\",\"systemTypeId\":59,\"userTypeId\":59,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"7037d7f1-e3d4-416f-bf81-285b630a75e4\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"Microsoft.Analytics.Types.Sql.SqlString\",\"typeFamily\":\"SQL\",\"cSharpName\":\"SqlString\",\"fullCSharpName\":\"Microsoft.Analytics.Types.Sql.SqlString\",\"systemTypeId\":231,\"userTypeId\":231,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"a15306f5-43f5-433b-b795-ce02ee911953\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Boolean\",\"typeFamily\":\"C#\",\"cSharpName\":\"bool\",\"fullCSharpName\":\"System.Boolean\",\"systemTypeId\":104,\"userTypeId\":104,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"c04b91b8-2b7e-45b3-ada9-db5ede901672\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Boolean?\",\"typeFamily\":\"C#\",\"cSharpName\":\"bool?\",\"fullCSharpName\":\"System.Boolean?\",\"systemTypeId\":104,\"userTypeId\":104,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"42f3147a-ed9b-47ae-a8ad-aa2fbc51e0ad\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Byte\",\"typeFamily\":\"C#\",\"cSharpName\":\"byte\",\"fullCSharpName\":\"System.Byte\",\"systemTypeId\":48,\"userTypeId\":48,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"6a048add-f003-4d73-8471-3b0be963d1ac\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Byte?\",\"typeFamily\":\"C#\",\"cSharpName\":\"byte?\",\"fullCSharpName\":\"System.Byte?\",\"systemTypeId\":48,\"userTypeId\":48,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"c2623267-2a86-444a-a773-89783eae5b30\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Byte[]\",\"typeFamily\":\"C#\",\"cSharpName\":\"byte[]\",\"fullCSharpName\":\"System.Byte[]\",\"systemTypeId\":165,\"userTypeId\":165,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"84506afa-d9ad-4bef-9e44-cd00f1f54ce3\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Char\",\"typeFamily\":\"C#\",\"cSharpName\":\"char\",\"fullCSharpName\":\"System.Char\",\"systemTypeId\":231,\"userTypeId\":231,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"bb4bb082-4d9c-4ce4-aa1b-bfaea278ac92\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Char?\",\"typeFamily\":\"C#\",\"cSharpName\":\"char?\",\"fullCSharpName\":\"System.Char?\",\"systemTypeId\":231,\"userTypeId\":231,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"748c6bfa-5a8e-43d4-823b-3b3be0d8b85a\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.DateTime\",\"typeFamily\":\"C#\",\"cSharpName\":\"DateTime\",\"fullCSharpName\":\"System.DateTime\",\"systemTypeId\":42,\"userTypeId\":42,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"4e348b46-7218-4c30-b879-ceee5a59e7bb\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.DateTime?\",\"typeFamily\":\"C#\",\"cSharpName\":\"DateTime?\",\"fullCSharpName\":\"System.DateTime?\",\"systemTypeId\":42,\"userTypeId\":42,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"eb486159-acfa-4499-9b1a-e0ecda5d52a2\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Decimal\",\"typeFamily\":\"C#\",\"cSharpName\":\"decimal\",\"fullCSharpName\":\"System.Decimal\",\"systemTypeId\":106,\"userTypeId\":106,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"f29ebb5f-17e8-4448-8aec-1a6702380e75\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Decimal?\",\"typeFamily\":\"C#\",\"cSharpName\":\"decimal?\",\"fullCSharpName\":\"System.Decimal?\",\"systemTypeId\":106,\"userTypeId\":106,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"b78657ef-955b-4841-805e-bec1e9d11e37\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Double\",\"typeFamily\":\"C#\",\"cSharpName\":\"double\",\"fullCSharpName\":\"System.Double\",\"systemTypeId\":62,\"userTypeId\":62,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"f3bbcc4e-d872-4bd1-8429-7082199016d3\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Double?\",\"typeFamily\":\"C#\",\"cSharpName\":\"double?\",\"fullCSharpName\":\"System.Double?\",\"systemTypeId\":62,\"userTypeId\":62,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"5832365f-70cb-47f9-92db-46cf7903dffc\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Guid\",\"typeFamily\":\"C#\",\"cSharpName\":\"Guid\",\"fullCSharpName\":\"System.Guid\",\"systemTypeId\":36,\"userTypeId\":36,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"ccccbe73-770a-4bc8-905f-2eec41e79736\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Guid?\",\"typeFamily\":\"C#\",\"cSharpName\":\"Guid?\",\"fullCSharpName\":\"System.Guid?\",\"systemTypeId\":36,\"userTypeId\":36,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"db4c6514-17fa-4de1-ab25-a22817844593\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Int16\",\"typeFamily\":\"C#\",\"cSharpName\":\"short\",\"fullCSharpName\":\"System.Int16\",\"systemTypeId\":52,\"userTypeId\":52,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"2cca4ae1-4272-4ca4-832e-5bc22c486299\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Int16?\",\"typeFamily\":\"C#\",\"cSharpName\":\"short?\",\"fullCSharpName\":\"System.Int16?\",\"systemTypeId\":52,\"userTypeId\":52,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"cef0bb72-9079-471b-855c-cfb87b1dc11f\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Int32\",\"typeFamily\":\"C#\",\"cSharpName\":\"int\",\"fullCSharpName\":\"System.Int32\",\"systemTypeId\":56,\"userTypeId\":56,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"2a3f9560-1645-4e60-8ca5-9713f2ef8363\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Int32?\",\"typeFamily\":\"C#\",\"cSharpName\":\"int?\",\"fullCSharpName\":\"System.Int32?\",\"systemTypeId\":56,\"userTypeId\":56,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"29fedecb-21d0-4fa8-bf6b-2539bee71bcc\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Int64\",\"typeFamily\":\"C#\",\"cSharpName\":\"long\",\"fullCSharpName\":\"System.Int64\",\"systemTypeId\":127,\"userTypeId\":127,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"14c67089-ce4d-4770-8425-a0c41788c3cd\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Int64?\",\"typeFamily\":\"C#\",\"cSharpName\":\"long?\",\"fullCSharpName\":\"System.Int64?\",\"systemTypeId\":127,\"userTypeId\":127,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"01b8cce9-d5e9-4f38-9f29-d5f3927d7407\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.SByte\",\"typeFamily\":\"C#\",\"cSharpName\":\"sbyte\",\"fullCSharpName\":\"System.SByte\",\"systemTypeId\":52,\"userTypeId\":52,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"899a07dd-662c-4cd2-8f98-6ec34d739355\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.SByte?\",\"typeFamily\":\"C#\",\"cSharpName\":\"sbyte?\",\"fullCSharpName\":\"System.SByte?\",\"systemTypeId\":52,\"userTypeId\":52,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"f76f7f1a-64d9-4c50-a38c-a6b2578f66d3\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Single\",\"typeFamily\":\"C#\",\"cSharpName\":\"float\",\"fullCSharpName\":\"System.Single\",\"systemTypeId\":59,\"userTypeId\":59,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"04ae7374-f270-48ba-b429-c7e07bfcde61\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.Single?\",\"typeFamily\":\"C#\",\"cSharpName\":\"float?\",\"fullCSharpName\":\"System.Single?\",\"systemTypeId\":59,\"userTypeId\":59,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"f8f90902-84a6-449f-96fe-6710accc0f7a\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.String\",\"typeFamily\":\"C#\",\"cSharpName\":\"string\",\"fullCSharpName\":\"System.String\",\"systemTypeId\":231,\"userTypeId\":231,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"313664ea-0a0b-4016-8c25-a11052d885ad\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.UInt16\",\"typeFamily\":\"C#\",\"cSharpName\":\"ushort\",\"fullCSharpName\":\"System.UInt16\",\"systemTypeId\":56,\"userTypeId\":56,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"1ee295be-df81-4f21-a17c-31205884958b\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.UInt16?\",\"typeFamily\":\"C#\",\"cSharpName\":\"ushort?\",\"fullCSharpName\":\"System.UInt16?\",\"systemTypeId\":56,\"userTypeId\":56,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"a3228a28-dc3d-42f1-81d7-86899822af91\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.UInt32\",\"typeFamily\":\"C#\",\"cSharpName\":\"uint\",\"fullCSharpName\":\"System.UInt32\",\"systemTypeId\":127,\"userTypeId\":127,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"133275dc-ec4b-4662-86ee-f6d13b0e8b7e\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.UInt32?\",\"typeFamily\":\"C#\",\"cSharpName\":\"uint?\",\"fullCSharpName\":\"System.UInt32?\",\"systemTypeId\":127,\"userTypeId\":127,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"7292a0b6-ff2d-4c02-b256-63993c2b270a\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.UInt64\",\"typeFamily\":\"C#\",\"cSharpName\":\"ulong\",\"fullCSharpName\":\"System.UInt64\",\"systemTypeId\":127,\"userTypeId\":127,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"e80c1a1c-99d9-418c-9f66-097c048095bb\"\r\n },{\r\n \"computeAccountName\":\"secondadla84173\",\"databaseName\":\"master\",\"schemaName\":\"sys\",\"typeName\":\"System.UInt64?\",\"typeFamily\":\"C#\",\"cSharpName\":\"ulong?\",\"fullCSharpName\":\"System.UInt64?\",\"systemTypeId\":127,\"userTypeId\":127,\"schemaId\":0,\"principalId\":null,\"isNullable\":false,\"isUserDefined\":false,\"isAssemblyType\":false,\"isTableType\":false,\"isComplexType\":false,\"version\":\"48cbabb8-03fc-4f00-bad6-0641a7f562c7\"\r\n }\r\n ]\r\n}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "2a163cd6-370c-4a3b-86e7-1a85d8ff5af9", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "odata-version" : "4.0", + "date" : "Fri, 15 Jun 2018 10:14:21 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1685906/acl?api-version=2016-11-01", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; odata.metadata=minimal", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#acl\",\"value\":[\r\n {\r\n \"aceType\":\"UserObj\",\"principalId\":\"e994d55d-2464-4c73-b5e1-40e3c9894434\",\"permission\":\"All\"\r\n },{\r\n \"aceType\":\"GroupObj\",\"principalId\":\"e994d55d-2464-4c73-b5e1-40e3c9894434\",\"permission\":\"All\"\r\n },{\r\n \"aceType\":\"Other\",\"principalId\":\"00000000-0000-0000-0000-000000000000\",\"permission\":\"None\"\r\n }\r\n ]\r\n}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "27140be5-25f0-4b17-9236-06a7b300de60", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "odata-version" : "4.0", + "date" : "Fri, 15 Jun 2018 10:14:21 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/catalog/usql/acl?api-version=2016-11-01", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; odata.metadata=minimal", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#acl\",\"value\":[\r\n {\r\n \"aceType\":\"UserObj\",\"principalId\":\"e994d55d-2464-4c73-b5e1-40e3c9894434\",\"permission\":\"All\"\r\n },{\r\n \"aceType\":\"GroupObj\",\"principalId\":\"e994d55d-2464-4c73-b5e1-40e3c9894434\",\"permission\":\"All\"\r\n },{\r\n \"aceType\":\"Other\",\"principalId\":\"00000000-0000-0000-0000-000000000000\",\"permission\":\"None\"\r\n }\r\n ]\r\n}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "24434758-560d-4e23-b6b6-556dfa60682f", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "odata-version" : "4.0", + "date" : "Fri, 15 Jun 2018 10:14:21 GMT" + } + }, { + "Method" : "POST", + "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1685906/acl?op=GRANTACE&api-version=2016-11-01", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "2e085082-27d4-4328-925a-6f66894a2ec1", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "date" : "Fri, 15 Jun 2018 10:14:22 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1685906/acl?api-version=2016-11-01", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; odata.metadata=minimal", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#acl\",\"value\":[\r\n {\r\n \"aceType\":\"UserObj\",\"principalId\":\"e994d55d-2464-4c73-b5e1-40e3c9894434\",\"permission\":\"All\"\r\n },{\r\n \"aceType\":\"GroupObj\",\"principalId\":\"e994d55d-2464-4c73-b5e1-40e3c9894434\",\"permission\":\"All\"\r\n },{\r\n \"aceType\":\"Other\",\"principalId\":\"00000000-0000-0000-0000-000000000000\",\"permission\":\"None\"\r\n },{\r\n \"aceType\":\"User\",\"principalId\":\"7eafadbc-53f2-435c-83dc-d4794e017f87\",\"permission\":\"Use\"\r\n }\r\n ]\r\n}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "3d3bac76-c800-4217-a61f-898abcb52fa6", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "odata-version" : "4.0", + "date" : "Fri, 15 Jun 2018 10:14:22 GMT" + } + }, { + "Method" : "POST", + "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1685906/acl?op=REVOKEACE&api-version=2016-11-01", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "44bbc998-9970-4fdf-bc87-1fb8f6db15e0", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "date" : "Fri, 15 Jun 2018 10:14:23 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/catalog/usql/databases/testdb1685906/acl?api-version=2016-11-01", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; odata.metadata=minimal", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#acl\",\"value\":[\r\n {\r\n \"aceType\":\"UserObj\",\"principalId\":\"e994d55d-2464-4c73-b5e1-40e3c9894434\",\"permission\":\"All\"\r\n },{\r\n \"aceType\":\"GroupObj\",\"principalId\":\"e994d55d-2464-4c73-b5e1-40e3c9894434\",\"permission\":\"All\"\r\n },{\r\n \"aceType\":\"Other\",\"principalId\":\"00000000-0000-0000-0000-000000000000\",\"permission\":\"None\"\r\n }\r\n ]\r\n}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "e8270255-c5ff-4e06-b00d-f74dd5b924e6", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "odata-version" : "4.0", + "date" : "Fri, 15 Jun 2018 10:14:23 GMT" + } + }, { + "Method" : "POST", + "Uri" : "http://localhost:1234/catalog/usql/acl?op=GRANTACE&api-version=2016-11-01", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "3668e911-93c0-4bd8-95fd-7f8b97bb5917", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "date" : "Fri, 15 Jun 2018 10:14:24 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/catalog/usql/acl?api-version=2016-11-01", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; odata.metadata=minimal", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#acl\",\"value\":[\r\n {\r\n \"aceType\":\"UserObj\",\"principalId\":\"e994d55d-2464-4c73-b5e1-40e3c9894434\",\"permission\":\"All\"\r\n },{\r\n \"aceType\":\"GroupObj\",\"principalId\":\"e994d55d-2464-4c73-b5e1-40e3c9894434\",\"permission\":\"All\"\r\n },{\r\n \"aceType\":\"Other\",\"principalId\":\"00000000-0000-0000-0000-000000000000\",\"permission\":\"None\"\r\n },{\r\n \"aceType\":\"User\",\"principalId\":\"7eafadbc-53f2-435c-83dc-d4794e017f87\",\"permission\":\"Use\"\r\n }\r\n ]\r\n}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "0cbfd3ee-c220-4c60-9b23-2aec6c4fd4e1", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "odata-version" : "4.0", + "date" : "Fri, 15 Jun 2018 10:14:24 GMT" + } + }, { + "Method" : "POST", + "Uri" : "http://localhost:1234/catalog/usql/acl?op=REVOKEACE&api-version=2016-11-01", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "4dbc3265-dc25-49e4-b59f-9a537df56a9f", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "date" : "Fri, 15 Jun 2018 10:14:24 GMT" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/catalog/usql/acl?api-version=2016-11-01", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (DataLakeAnalyticsCatalogManagementClient, 2016-11-01)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "retry-after" : "0", + "content-type" : "application/json; odata.metadata=minimal", + "cache-control" : "private, no-cache, no-store, max-age=0", + "StatusCode" : "200", + "Body" : "{\r\n \"@odata.context\":\"http://localhost:1234/sqlip/$metadata#acl\",\"value\":[\r\n {\r\n \"aceType\":\"UserObj\",\"principalId\":\"e994d55d-2464-4c73-b5e1-40e3c9894434\",\"permission\":\"All\"\r\n },{\r\n \"aceType\":\"GroupObj\",\"principalId\":\"e994d55d-2464-4c73-b5e1-40e3c9894434\",\"permission\":\"All\"\r\n },{\r\n \"aceType\":\"Other\",\"principalId\":\"00000000-0000-0000-0000-000000000000\",\"permission\":\"None\"\r\n }\r\n ]\r\n}", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "bd4aa330-2885-404d-8ddf-90caeff58c63", + "transfer-encoding" : "chunked", + "strict-transport-security" : "max-age=15724800; includeSubDomains", + "odata-version" : "4.0", + "date" : "Fri, 15 Jun 2018 10:14:24 GMT" + } + }, { + "Method" : "DELETE", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/adlarg5a193714?api-version=2017-05-10", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (ResourceManagementClient, 2017-05-10)", + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "StatusCode" : "202", + "Body" : "", + "location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkc1QTE5MzcxNC1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "x-ms-routing-request-id" : "WESTUS2:20180615T101426Z:dc196fc5-3303-493d-924e-8a5459cbc4a9", + "date" : "Fri, 15 Jun 2018 10:14:25 GMT", + "pragma" : "no-cache", + "cache-control" : "no-cache", + "retry-after" : "0", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "dc196fc5-3303-493d-924e-8a5459cbc4a9", + "content-length" : "0", + "strict-transport-security" : "max-age=31536000; includeSubDomains", + "x-ms-correlation-request-id" : "dc196fc5-3303-493d-924e-8a5459cbc4a9", + "x-ms-ratelimit-remaining-subscription-deletes" : "14999" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkc1QTE5MzcxNC1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (ResourceManagementClient, 2017-05-10)" + }, + "Response" : { + "StatusCode" : "202", + "Body" : "", + "location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkc1QTE5MzcxNC1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "x-ms-routing-request-id" : "WESTUS2:20180615T101426Z:fa666f24-ccdc-4b1f-94ee-12d11197f000", + "x-ms-ratelimit-remaining-subscription-reads" : "14993", + "date" : "Fri, 15 Jun 2018 10:14:25 GMT", + "pragma" : "no-cache", + "cache-control" : "no-cache", + "retry-after" : "0", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "fa666f24-ccdc-4b1f-94ee-12d11197f000", + "content-length" : "0", + "strict-transport-security" : "max-age=31536000; includeSubDomains", + "x-ms-correlation-request-id" : "fa666f24-ccdc-4b1f-94ee-12d11197f000" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkc1QTE5MzcxNC1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (ResourceManagementClient, 2017-05-10)" + }, + "Response" : { + "StatusCode" : "202", + "Body" : "", + "location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkc1QTE5MzcxNC1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "x-ms-routing-request-id" : "WESTUS2:20180615T101441Z:76883eae-50f5-4ea9-8a53-ea1429677acc", + "x-ms-ratelimit-remaining-subscription-reads" : "14992", + "date" : "Fri, 15 Jun 2018 10:14:41 GMT", + "pragma" : "no-cache", + "cache-control" : "no-cache", + "retry-after" : "0", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "76883eae-50f5-4ea9-8a53-ea1429677acc", + "content-length" : "0", + "strict-transport-security" : "max-age=31536000; includeSubDomains", + "x-ms-correlation-request-id" : "76883eae-50f5-4ea9-8a53-ea1429677acc" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkc1QTE5MzcxNC1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (ResourceManagementClient, 2017-05-10)" + }, + "Response" : { + "StatusCode" : "202", + "Body" : "", + "location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkc1QTE5MzcxNC1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "x-ms-routing-request-id" : "WESTUS2:20180615T101456Z:798d22a9-9e52-439b-a850-23df2d2e38f1", + "x-ms-ratelimit-remaining-subscription-reads" : "14991", + "date" : "Fri, 15 Jun 2018 10:14:56 GMT", + "pragma" : "no-cache", + "cache-control" : "no-cache", + "retry-after" : "0", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "798d22a9-9e52-439b-a850-23df2d2e38f1", + "content-length" : "0", + "strict-transport-security" : "max-age=31536000; includeSubDomains", + "x-ms-correlation-request-id" : "798d22a9-9e52-439b-a850-23df2d2e38f1" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkc1QTE5MzcxNC1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (ResourceManagementClient, 2017-05-10)" + }, + "Response" : { + "StatusCode" : "202", + "Body" : "", + "location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkc1QTE5MzcxNC1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "x-ms-routing-request-id" : "WESTUS2:20180615T101512Z:8c33fbbf-25a6-4f4f-81cc-7ae9f5433bd0", + "x-ms-ratelimit-remaining-subscription-reads" : "14990", + "date" : "Fri, 15 Jun 2018 10:15:11 GMT", + "pragma" : "no-cache", + "cache-control" : "no-cache", + "retry-after" : "0", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "8c33fbbf-25a6-4f4f-81cc-7ae9f5433bd0", + "content-length" : "0", + "strict-transport-security" : "max-age=31536000; includeSubDomains", + "x-ms-correlation-request-id" : "8c33fbbf-25a6-4f4f-81cc-7ae9f5433bd0" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkc1QTE5MzcxNC1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (ResourceManagementClient, 2017-05-10)" + }, + "Response" : { + "StatusCode" : "202", + "Body" : "", + "location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkc1QTE5MzcxNC1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "x-ms-routing-request-id" : "WESTUS2:20180615T101527Z:bf356aa8-09e6-4ed1-b5cf-127bf2867a7e", + "x-ms-ratelimit-remaining-subscription-reads" : "14989", + "date" : "Fri, 15 Jun 2018 10:15:27 GMT", + "pragma" : "no-cache", + "cache-control" : "no-cache", + "retry-after" : "0", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "bf356aa8-09e6-4ed1-b5cf-127bf2867a7e", + "content-length" : "0", + "strict-transport-security" : "max-age=31536000; includeSubDomains", + "x-ms-correlation-request-id" : "bf356aa8-09e6-4ed1-b5cf-127bf2867a7e" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkc1QTE5MzcxNC1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (ResourceManagementClient, 2017-05-10)" + }, + "Response" : { + "StatusCode" : "202", + "Body" : "", + "location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkc1QTE5MzcxNC1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "x-ms-routing-request-id" : "WESTUS2:20180615T101542Z:ed0059d3-ce72-4696-9021-183d5511513d", + "x-ms-ratelimit-remaining-subscription-reads" : "14988", + "date" : "Fri, 15 Jun 2018 10:15:42 GMT", + "pragma" : "no-cache", + "cache-control" : "no-cache", + "retry-after" : "0", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "ed0059d3-ce72-4696-9021-183d5511513d", + "content-length" : "0", + "strict-transport-security" : "max-age=31536000; includeSubDomains", + "x-ms-correlation-request-id" : "ed0059d3-ce72-4696-9021-183d5511513d" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkc1QTE5MzcxNC1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (ResourceManagementClient, 2017-05-10)" + }, + "Response" : { + "StatusCode" : "202", + "Body" : "", + "location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkc1QTE5MzcxNC1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "x-ms-routing-request-id" : "WESTUS2:20180615T101557Z:7005c42a-9178-44a8-b2be-67e02b5cdd74", + "x-ms-ratelimit-remaining-subscription-reads" : "14987", + "date" : "Fri, 15 Jun 2018 10:15:56 GMT", + "pragma" : "no-cache", + "cache-control" : "no-cache", + "retry-after" : "0", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "7005c42a-9178-44a8-b2be-67e02b5cdd74", + "content-length" : "0", + "strict-transport-security" : "max-age=31536000; includeSubDomains", + "x-ms-correlation-request-id" : "7005c42a-9178-44a8-b2be-67e02b5cdd74" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkc1QTE5MzcxNC1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (ResourceManagementClient, 2017-05-10)" + }, + "Response" : { + "StatusCode" : "202", + "Body" : "", + "location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkc1QTE5MzcxNC1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "x-ms-routing-request-id" : "WESTUS2:20180615T101612Z:d0672082-153d-4a4e-9d33-277fc10fc05f", + "x-ms-ratelimit-remaining-subscription-reads" : "14986", + "date" : "Fri, 15 Jun 2018 10:16:12 GMT", + "pragma" : "no-cache", + "cache-control" : "no-cache", + "retry-after" : "0", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "d0672082-153d-4a4e-9d33-277fc10fc05f", + "content-length" : "0", + "strict-transport-security" : "max-age=31536000; includeSubDomains", + "x-ms-correlation-request-id" : "d0672082-153d-4a4e-9d33-277fc10fc05f" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkc1QTE5MzcxNC1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (ResourceManagementClient, 2017-05-10)" + }, + "Response" : { + "StatusCode" : "202", + "Body" : "", + "location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkc1QTE5MzcxNC1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "x-ms-routing-request-id" : "WESTUS2:20180615T101627Z:79f00ebd-5d43-476c-92f4-7a146f0690b9", + "x-ms-ratelimit-remaining-subscription-reads" : "14985", + "date" : "Fri, 15 Jun 2018 10:16:27 GMT", + "pragma" : "no-cache", + "cache-control" : "no-cache", + "retry-after" : "0", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "79f00ebd-5d43-476c-92f4-7a146f0690b9", + "content-length" : "0", + "strict-transport-security" : "max-age=31536000; includeSubDomains", + "x-ms-correlation-request-id" : "79f00ebd-5d43-476c-92f4-7a146f0690b9" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkc1QTE5MzcxNC1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (ResourceManagementClient, 2017-05-10)" + }, + "Response" : { + "StatusCode" : "202", + "Body" : "", + "location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkc1QTE5MzcxNC1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "x-ms-routing-request-id" : "WESTUS2:20180615T101643Z:19000546-65b2-4dd6-9891-39cbc14210ba", + "x-ms-ratelimit-remaining-subscription-reads" : "14984", + "date" : "Fri, 15 Jun 2018 10:16:42 GMT", + "pragma" : "no-cache", + "cache-control" : "no-cache", + "retry-after" : "0", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "19000546-65b2-4dd6-9891-39cbc14210ba", + "content-length" : "0", + "strict-transport-security" : "max-age=31536000; includeSubDomains", + "x-ms-correlation-request-id" : "19000546-65b2-4dd6-9891-39cbc14210ba" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkc1QTE5MzcxNC1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (ResourceManagementClient, 2017-05-10)" + }, + "Response" : { + "StatusCode" : "202", + "Body" : "", + "location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkc1QTE5MzcxNC1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "x-ms-routing-request-id" : "WESTUS2:20180615T101658Z:b210438c-a8f4-4afc-ae24-38b075961696", + "x-ms-ratelimit-remaining-subscription-reads" : "14983", + "date" : "Fri, 15 Jun 2018 10:16:58 GMT", + "pragma" : "no-cache", + "cache-control" : "no-cache", + "retry-after" : "0", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "b210438c-a8f4-4afc-ae24-38b075961696", + "content-length" : "0", + "strict-transport-security" : "max-age=31536000; includeSubDomains", + "x-ms-correlation-request-id" : "b210438c-a8f4-4afc-ae24-38b075961696" + } + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BRExBUkc1QTE5MzcxNC1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2017-05-10", + "Headers" : { + "User-Agent" : "Azure-SDK-For-Java/null OS:Windows Server 2012 R2/6.3 MacAddressHash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Java:1.7.0_80 (ResourceManagementClient, 2017-05-10)" + }, + "Response" : { + "StatusCode" : "200", + "Body" : "", + "x-ms-ratelimit-remaining-subscription-reads" : "14982", + "x-ms-routing-request-id" : "WESTUS2:20180615T101713Z:efb76bc7-e8db-41b9-8dd8-48dae6752a27", + "date" : "Fri, 15 Jun 2018 10:17:12 GMT", + "pragma" : "no-cache", + "retry-after" : "0", + "cache-control" : "no-cache", + "x-content-type-options" : "nosniff", + "expires" : "-1", + "x-ms-request-id" : "efb76bc7-e8db-41b9-8dd8-48dae6752a27", + "content-length" : "0", + "strict-transport-security" : "max-age=31536000; includeSubDomains", + "x-ms-correlation-request-id" : "efb76bc7-e8db-41b9-8dd8-48dae6752a27" + } + } ], + "variables" : [ "adlarg5a193714", "adls50677488b", "secondadla84173", "eda519bb-0883-4e90-8900-ba3596826851", "testdb1685906", "testtable158389", "testtvf1955300", "testproc118354", "testview158696", "testcred133356", "testcred240917", "1e602de7a75c489", "de11c83b3dec4fb", "184ebcbcd61846a", "f38bcf3312ac491", "a04c28cc-0fa9-4573-b114-e0e16c16dc5b" ] } \ No newline at end of file