catalog

package
v21.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 20, 2019 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

Package catalog implements the Azure ARM Catalog service API version 2015-10-01-preview.

Creates an Azure Data Lake Analytics catalog client.

Index

Constants

View Source
const (
	// DefaultAdlaCatalogDNSSuffix is the default value for adla catalog dns suffix
	DefaultAdlaCatalogDNSSuffix = "azuredatalakeanalytics.net"
)

Variables

This section is empty.

Functions

func UserAgent

func UserAgent() string

Copyright (c) Microsoft and contributors. All rights reserved.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

See the License for the specific language governing permissions and limitations under the License.

Code generated by Microsoft (R) AutoRest Code Generator. Changes may cause incorrect behavior and will be lost if the code is regenerated. Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. UserAgent returns the UserAgent string to use when sending http.Requests.

func Version deprecated

func Version() string

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Version returns the semantic version (see http://semver.org) of the client.

Types

type BaseClient deprecated

type BaseClient struct {
	autorest.Client
	AdlaCatalogDNSSuffix string
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. BaseClient is the base client for Catalog.

func New deprecated

func New() BaseClient

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. New creates an instance of the BaseClient client.

func NewWithoutDefaults deprecated

func NewWithoutDefaults(adlaCatalogDNSSuffix string) BaseClient

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. NewWithoutDefaults creates an instance of the BaseClient client.

type Client deprecated

type Client struct {
	BaseClient
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Client is the creates an Azure Data Lake Analytics catalog client.

func NewClient deprecated

func NewClient() Client

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. NewClient creates an instance of the Client client.

func (Client) CreateSecret deprecated

func (client Client) CreateSecret(ctx context.Context, accountName string, databaseName string, secretName string, parameters DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters) (result USQLSecret, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. CreateSecret creates the specified secret for use with external data sources in the specified database.

accountName is the Azure Data Lake Analytics account to execute catalog operations on. databaseName is the name of the database in which to create the secret. secretName is the name of the secret. parameters is the parameters required to create the secret (name and password)

func (Client) CreateSecretPreparer deprecated

func (client Client) CreateSecretPreparer(ctx context.Context, accountName string, databaseName string, secretName string, parameters DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters) (*http.Request, error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. CreateSecretPreparer prepares the CreateSecret request.

func (Client) CreateSecretResponder deprecated

func (client Client) CreateSecretResponder(resp *http.Response) (result USQLSecret, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. CreateSecretResponder handles the response to the CreateSecret request. The method always closes the http.Response Body.

func (Client) CreateSecretSender deprecated

func (client Client) CreateSecretSender(req *http.Request) (*http.Response, error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. CreateSecretSender sends the CreateSecret request. The method will close the http.Response Body if it receives an error.

func (Client) DeleteAllSecrets deprecated

func (client Client) DeleteAllSecrets(ctx context.Context, accountName string, databaseName string) (result autorest.Response, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. DeleteAllSecrets deletes all secrets in the specified database

accountName is the Azure Data Lake Analytics account to execute catalog operations on. databaseName is the name of the database containing the secret.

func (Client) DeleteAllSecretsPreparer deprecated

func (client Client) DeleteAllSecretsPreparer(ctx context.Context, accountName string, databaseName string) (*http.Request, error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. DeleteAllSecretsPreparer prepares the DeleteAllSecrets request.

func (Client) DeleteAllSecretsResponder deprecated

func (client Client) DeleteAllSecretsResponder(resp *http.Response) (result autorest.Response, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. DeleteAllSecretsResponder handles the response to the DeleteAllSecrets request. The method always closes the http.Response Body.

func (Client) DeleteAllSecretsSender deprecated

func (client Client) DeleteAllSecretsSender(req *http.Request) (*http.Response, error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. DeleteAllSecretsSender sends the DeleteAllSecrets request. The method will close the http.Response Body if it receives an error.

func (Client) DeleteSecret deprecated

func (client Client) DeleteSecret(ctx context.Context, accountName string, databaseName string, secretName string) (result autorest.Response, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. DeleteSecret deletes the specified secret in the specified database

accountName is the Azure Data Lake Analytics account to execute catalog operations on. databaseName is the name of the database containing the secret. secretName is the name of the secret to delete

func (Client) DeleteSecretPreparer deprecated

func (client Client) DeleteSecretPreparer(ctx context.Context, accountName string, databaseName string, secretName string) (*http.Request, error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. DeleteSecretPreparer prepares the DeleteSecret request.

func (Client) DeleteSecretResponder deprecated

func (client Client) DeleteSecretResponder(resp *http.Response) (result autorest.Response, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. DeleteSecretResponder handles the response to the DeleteSecret request. The method always closes the http.Response Body.

func (Client) DeleteSecretSender deprecated

func (client Client) DeleteSecretSender(req *http.Request) (*http.Response, error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. DeleteSecretSender sends the DeleteSecret request. The method will close the http.Response Body if it receives an error.

func (Client) GetAssembly deprecated

func (client Client) GetAssembly(ctx context.Context, accountName string, databaseName string, assemblyName string) (result USQLAssembly, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. GetAssembly retrieves the specified assembly from the Data Lake Analytics catalog.

accountName is the Azure Data Lake Analytics account to execute catalog operations on. databaseName is the name of the database containing the assembly. assemblyName is the name of the assembly.

func (Client) GetAssemblyPreparer deprecated

func (client Client) GetAssemblyPreparer(ctx context.Context, accountName string, databaseName string, assemblyName string) (*http.Request, error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. GetAssemblyPreparer prepares the GetAssembly request.

func (Client) GetAssemblyResponder deprecated

func (client Client) GetAssemblyResponder(resp *http.Response) (result USQLAssembly, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. GetAssemblyResponder handles the response to the GetAssembly request. The method always closes the http.Response Body.

func (Client) GetAssemblySender deprecated

func (client Client) GetAssemblySender(req *http.Request) (*http.Response, error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. GetAssemblySender sends the GetAssembly request. The method will close the http.Response Body if it receives an error.

func (Client) GetCredential deprecated

func (client Client) GetCredential(ctx context.Context, accountName string, databaseName string, credentialName string) (result USQLCredential, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. GetCredential retrieves the specified credential from the Data Lake Analytics catalog.

accountName is the Azure Data Lake Analytics account to execute catalog operations on. databaseName is the name of the database containing the schema. credentialName is the name of the credential.

func (Client) GetCredentialPreparer deprecated

func (client Client) GetCredentialPreparer(ctx context.Context, accountName string, databaseName string, credentialName string) (*http.Request, error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. GetCredentialPreparer prepares the GetCredential request.

func (Client) GetCredentialResponder deprecated

func (client Client) GetCredentialResponder(resp *http.Response) (result USQLCredential, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. GetCredentialResponder handles the response to the GetCredential request. The method always closes the http.Response Body.

func (Client) GetCredentialSender deprecated

func (client Client) GetCredentialSender(req *http.Request) (*http.Response, error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. GetCredentialSender sends the GetCredential request. The method will close the http.Response Body if it receives an error.

func (Client) GetDatabase deprecated

func (client Client) GetDatabase(ctx context.Context, accountName string, databaseName string) (result USQLDatabase, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. GetDatabase retrieves the specified database from the Data Lake Analytics catalog.

accountName is the Azure Data Lake Analytics account to execute catalog operations on. databaseName is the name of the database.

func (Client) GetDatabasePreparer deprecated

func (client Client) GetDatabasePreparer(ctx context.Context, accountName string, databaseName string) (*http.Request, error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. GetDatabasePreparer prepares the GetDatabase request.

func (Client) GetDatabaseResponder deprecated

func (client Client) GetDatabaseResponder(resp *http.Response) (result USQLDatabase, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. GetDatabaseResponder handles the response to the GetDatabase request. The method always closes the http.Response Body.

func (Client) GetDatabaseSender deprecated

func (client Client) GetDatabaseSender(req *http.Request) (*http.Response, error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. GetDatabaseSender sends the GetDatabase request. The method will close the http.Response Body if it receives an error.

func (Client) GetExternalDataSource deprecated

func (client Client) GetExternalDataSource(ctx context.Context, accountName string, databaseName string, externalDataSourceName string) (result USQLExternalDataSource, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. GetExternalDataSource retrieves the specified external data source from the Data Lake Analytics catalog.

accountName is the Azure Data Lake Analytics account to execute catalog operations on. databaseName is the name of the database containing the external data source. externalDataSourceName is the name of the external data source.

func (Client) GetExternalDataSourcePreparer deprecated

func (client Client) GetExternalDataSourcePreparer(ctx context.Context, accountName string, databaseName string, externalDataSourceName string) (*http.Request, error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. GetExternalDataSourcePreparer prepares the GetExternalDataSource request.

func (Client) GetExternalDataSourceResponder deprecated

func (client Client) GetExternalDataSourceResponder(resp *http.Response) (result USQLExternalDataSource, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. GetExternalDataSourceResponder handles the response to the GetExternalDataSource request. The method always closes the http.Response Body.

func (Client) GetExternalDataSourceSender deprecated

func (client Client) GetExternalDataSourceSender(req *http.Request) (*http.Response, error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. GetExternalDataSourceSender sends the GetExternalDataSource request. The method will close the http.Response Body if it receives an error.

func (Client) GetProcedure deprecated

func (client Client) GetProcedure(ctx context.Context, accountName string, databaseName string, schemaName string, procedureName string) (result USQLProcedure, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. GetProcedure retrieves the specified procedure from the Data Lake Analytics catalog.

accountName is the Azure Data Lake Analytics account to execute catalog operations on. databaseName is the name of the database containing the procedure. schemaName is the name of the schema containing the procedure. procedureName is the name of the procedure.

func (Client) GetProcedurePreparer deprecated

func (client Client) GetProcedurePreparer(ctx context.Context, accountName string, databaseName string, schemaName string, procedureName string) (*http.Request, error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. GetProcedurePreparer prepares the GetProcedure request.

func (Client) GetProcedureResponder deprecated

func (client Client) GetProcedureResponder(resp *http.Response) (result USQLProcedure, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. GetProcedureResponder handles the response to the GetProcedure request. The method always closes the http.Response Body.

func (Client) GetProcedureSender deprecated

func (client Client) GetProcedureSender(req *http.Request) (*http.Response, error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. GetProcedureSender sends the GetProcedure request. The method will close the http.Response Body if it receives an error.

func (Client) GetSchema deprecated

func (client Client) GetSchema(ctx context.Context, accountName string, databaseName string, schemaName string) (result USQLSchema, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. GetSchema retrieves the specified schema from the Data Lake Analytics catalog.

accountName is the Azure Data Lake Analytics account to execute catalog operations on. databaseName is the name of the database containing the schema. schemaName is the name of the schema.

func (Client) GetSchemaPreparer deprecated

func (client Client) GetSchemaPreparer(ctx context.Context, accountName string, databaseName string, schemaName string) (*http.Request, error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. GetSchemaPreparer prepares the GetSchema request.

func (Client) GetSchemaResponder deprecated

func (client Client) GetSchemaResponder(resp *http.Response) (result USQLSchema, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. GetSchemaResponder handles the response to the GetSchema request. The method always closes the http.Response Body.

func (Client) GetSchemaSender deprecated

func (client Client) GetSchemaSender(req *http.Request) (*http.Response, error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. GetSchemaSender sends the GetSchema request. The method will close the http.Response Body if it receives an error.

func (Client) GetSecret deprecated

func (client Client) GetSecret(ctx context.Context, accountName string, databaseName string, secretName string) (result USQLSecret, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. GetSecret gets the specified secret in the specified database

accountName is the Azure Data Lake Analytics account to execute catalog operations on. databaseName is the name of the database containing the secret. secretName is the name of the secret to get

func (Client) GetSecretPreparer deprecated

func (client Client) GetSecretPreparer(ctx context.Context, accountName string, databaseName string, secretName string) (*http.Request, error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. GetSecretPreparer prepares the GetSecret request.

func (Client) GetSecretResponder deprecated

func (client Client) GetSecretResponder(resp *http.Response) (result USQLSecret, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. GetSecretResponder handles the response to the GetSecret request. The method always closes the http.Response Body.

func (Client) GetSecretSender deprecated

func (client Client) GetSecretSender(req *http.Request) (*http.Response, error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. GetSecretSender sends the GetSecret request. The method will close the http.Response Body if it receives an error.

func (Client) GetTable deprecated

func (client Client) GetTable(ctx context.Context, accountName string, databaseName string, schemaName string, tableName string) (result USQLTable, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. GetTable retrieves the specified table from the Data Lake Analytics catalog.

accountName is the Azure Data Lake Analytics account to execute catalog operations on. databaseName is the name of the database containing the table. schemaName is the name of the schema containing the table. tableName is the name of the table.

func (Client) GetTablePartition deprecated

func (client Client) GetTablePartition(ctx context.Context, accountName string, databaseName string, schemaName string, tableName string, partitionName string) (result USQLTablePartition, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. GetTablePartition retrieves the specified table partition from the Data Lake Analytics catalog.

accountName is the Azure Data Lake Analytics account to execute catalog operations on. databaseName is the name of the database containing the partition. schemaName is the name of the schema containing the partition. tableName is the name of the table containing the partition. partitionName is the name of the table partition.

func (Client) GetTablePartitionPreparer deprecated

func (client Client) GetTablePartitionPreparer(ctx context.Context, accountName string, databaseName string, schemaName string, tableName string, partitionName string) (*http.Request, error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. GetTablePartitionPreparer prepares the GetTablePartition request.

func (Client) GetTablePartitionResponder deprecated

func (client Client) GetTablePartitionResponder(resp *http.Response) (result USQLTablePartition, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. GetTablePartitionResponder handles the response to the GetTablePartition request. The method always closes the http.Response Body.

func (Client) GetTablePartitionSender deprecated

func (client Client) GetTablePartitionSender(req *http.Request) (*http.Response, error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. GetTablePartitionSender sends the GetTablePartition request. The method will close the http.Response Body if it receives an error.

func (Client) GetTablePreparer deprecated

func (client Client) GetTablePreparer(ctx context.Context, accountName string, databaseName string, schemaName string, tableName string) (*http.Request, error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. GetTablePreparer prepares the GetTable request.

func (Client) GetTableResponder deprecated

func (client Client) GetTableResponder(resp *http.Response) (result USQLTable, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. GetTableResponder handles the response to the GetTable request. The method always closes the http.Response Body.

func (Client) GetTableSender deprecated

func (client Client) GetTableSender(req *http.Request) (*http.Response, error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. GetTableSender sends the GetTable request. The method will close the http.Response Body if it receives an error.

func (Client) GetTableStatistic deprecated

func (client Client) GetTableStatistic(ctx context.Context, accountName string, databaseName string, schemaName string, tableName string, statisticsName string) (result USQLTableStatistics, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. GetTableStatistic retrieves the specified table statistics from the Data Lake Analytics catalog.

accountName is the Azure Data Lake Analytics account to execute catalog operations on. databaseName is the name of the database containing the statistics. schemaName is the name of the schema containing the statistics. tableName is the name of the table containing the statistics. statisticsName is the name of the table statistics.

func (Client) GetTableStatisticPreparer deprecated

func (client Client) GetTableStatisticPreparer(ctx context.Context, accountName string, databaseName string, schemaName string, tableName string, statisticsName string) (*http.Request, error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. GetTableStatisticPreparer prepares the GetTableStatistic request.

func (Client) GetTableStatisticResponder deprecated

func (client Client) GetTableStatisticResponder(resp *http.Response) (result USQLTableStatistics, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. GetTableStatisticResponder handles the response to the GetTableStatistic request. The method always closes the http.Response Body.

func (Client) GetTableStatisticSender deprecated

func (client Client) GetTableStatisticSender(req *http.Request) (*http.Response, error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. GetTableStatisticSender sends the GetTableStatistic request. The method will close the http.Response Body if it receives an error.

func (Client) GetTableType deprecated

func (client Client) GetTableType(ctx context.Context, accountName string, databaseName string, schemaName string, tableTypeName string) (result USQLTableType, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. GetTableType retrieves the specified table type from the Data Lake Analytics catalog.

accountName is the Azure Data Lake Analytics account to execute catalog operations on. databaseName is the name of the database containing the table type. schemaName is the name of the schema containing the table type. tableTypeName is the name of the table type to retrieve.

func (Client) GetTableTypePreparer deprecated

func (client Client) GetTableTypePreparer(ctx context.Context, accountName string, databaseName string, schemaName string, tableTypeName string) (*http.Request, error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. GetTableTypePreparer prepares the GetTableType request.

func (Client) GetTableTypeResponder deprecated

func (client Client) GetTableTypeResponder(resp *http.Response) (result USQLTableType, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. GetTableTypeResponder handles the response to the GetTableType request. The method always closes the http.Response Body.

func (Client) GetTableTypeSender deprecated

func (client Client) GetTableTypeSender(req *http.Request) (*http.Response, error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. GetTableTypeSender sends the GetTableType request. The method will close the http.Response Body if it receives an error.

func (Client) GetTableValuedFunction deprecated

func (client Client) GetTableValuedFunction(ctx context.Context, accountName string, databaseName string, schemaName string, tableValuedFunctionName string) (result USQLTableValuedFunction, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. GetTableValuedFunction retrieves the specified table valued function from the Data Lake Analytics catalog.

accountName is the Azure Data Lake Analytics account to execute catalog operations on. databaseName is the name of the database containing the table valued function. schemaName is the name of the schema containing the table valued function. tableValuedFunctionName is the name of the tableValuedFunction.

func (Client) GetTableValuedFunctionPreparer deprecated

func (client Client) GetTableValuedFunctionPreparer(ctx context.Context, accountName string, databaseName string, schemaName string, tableValuedFunctionName string) (*http.Request, error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. GetTableValuedFunctionPreparer prepares the GetTableValuedFunction request.

func (Client) GetTableValuedFunctionResponder deprecated

func (client Client) GetTableValuedFunctionResponder(resp *http.Response) (result USQLTableValuedFunction, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. GetTableValuedFunctionResponder handles the response to the GetTableValuedFunction request. The method always closes the http.Response Body.

func (Client) GetTableValuedFunctionSender deprecated

func (client Client) GetTableValuedFunctionSender(req *http.Request) (*http.Response, error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. GetTableValuedFunctionSender sends the GetTableValuedFunction request. The method will close the http.Response Body if it receives an error.

func (Client) GetView deprecated

func (client Client) GetView(ctx context.Context, accountName string, databaseName string, schemaName string, viewName string) (result USQLView, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. GetView retrieves the specified view from the Data Lake Analytics catalog.

accountName is the Azure Data Lake Analytics account to execute catalog operations on. databaseName is the name of the database containing the view. schemaName is the name of the schema containing the view. viewName is the name of the view.

func (Client) GetViewPreparer deprecated

func (client Client) GetViewPreparer(ctx context.Context, accountName string, databaseName string, schemaName string, viewName string) (*http.Request, error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. GetViewPreparer prepares the GetView request.

func (Client) GetViewResponder deprecated

func (client Client) GetViewResponder(resp *http.Response) (result USQLView, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. GetViewResponder handles the response to the GetView request. The method always closes the http.Response Body.

func (Client) GetViewSender deprecated

func (client Client) GetViewSender(req *http.Request) (*http.Response, error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. GetViewSender sends the GetView request. The method will close the http.Response Body if it receives an error.

func (Client) ListAssemblies deprecated

func (client Client) ListAssemblies(ctx context.Context, accountName string, databaseName string, filter string, top *int32, skip *int32, expand string, selectParameter string, orderby string, count *bool) (result USQLAssemblyListPage, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ListAssemblies retrieves the list of assemblies from the Data Lake Analytics catalog.

accountName is the Azure Data Lake Analytics account to execute catalog operations on. databaseName is the name of the database containing the assembly. filter is oData filter. Optional. top is the number of items to return. Optional. skip is the number of items to skip over before returning elements. Optional. expand is oData expansion. Expand related resources in line with the retrieved resources, e.g. Categories?$expand=Products would expand Product data in line with each Category entry. Optional. selectParameter is oData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. orderby is orderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional. count is 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.

func (Client) ListAssembliesComplete deprecated

func (client Client) ListAssembliesComplete(ctx context.Context, accountName string, databaseName string, filter string, top *int32, skip *int32, expand string, selectParameter string, orderby string, count *bool) (result USQLAssemblyListIterator, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ListAssembliesComplete enumerates all values, automatically crossing page boundaries as required.

func (Client) ListAssembliesPreparer deprecated

func (client Client) ListAssembliesPreparer(ctx context.Context, accountName string, databaseName string, filter string, top *int32, skip *int32, expand string, selectParameter string, orderby string, count *bool) (*http.Request, error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ListAssembliesPreparer prepares the ListAssemblies request.

func (Client) ListAssembliesResponder deprecated

func (client Client) ListAssembliesResponder(resp *http.Response) (result USQLAssemblyList, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ListAssembliesResponder handles the response to the ListAssemblies request. The method always closes the http.Response Body.

func (Client) ListAssembliesSender deprecated

func (client Client) ListAssembliesSender(req *http.Request) (*http.Response, error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ListAssembliesSender sends the ListAssemblies request. The method will close the http.Response Body if it receives an error.

func (Client) ListCredentials deprecated

func (client Client) ListCredentials(ctx context.Context, accountName string, databaseName string, filter string, top *int32, skip *int32, expand string, selectParameter string, orderby string, count *bool) (result USQLCredentialListPage, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ListCredentials retrieves the list of credentials from the Data Lake Analytics catalog.

accountName is the Azure Data Lake Analytics account to execute catalog operations on. databaseName is the name of the database containing the schema. filter is oData filter. Optional. top is the number of items to return. Optional. skip is the number of items to skip over before returning elements. Optional. expand is oData expansion. Expand related resources in line with the retrieved resources, e.g. Categories?$expand=Products would expand Product data in line with each Category entry. Optional. selectParameter is oData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. orderby is orderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional. count is 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.

func (Client) ListCredentialsComplete deprecated

func (client Client) ListCredentialsComplete(ctx context.Context, accountName string, databaseName string, filter string, top *int32, skip *int32, expand string, selectParameter string, orderby string, count *bool) (result USQLCredentialListIterator, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ListCredentialsComplete enumerates all values, automatically crossing page boundaries as required.

func (Client) ListCredentialsPreparer deprecated

func (client Client) ListCredentialsPreparer(ctx context.Context, accountName string, databaseName string, filter string, top *int32, skip *int32, expand string, selectParameter string, orderby string, count *bool) (*http.Request, error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ListCredentialsPreparer prepares the ListCredentials request.

func (Client) ListCredentialsResponder deprecated

func (client Client) ListCredentialsResponder(resp *http.Response) (result USQLCredentialList, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ListCredentialsResponder handles the response to the ListCredentials request. The method always closes the http.Response Body.

func (Client) ListCredentialsSender deprecated

func (client Client) ListCredentialsSender(req *http.Request) (*http.Response, error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ListCredentialsSender sends the ListCredentials request. The method will close the http.Response Body if it receives an error.

func (Client) ListDatabases deprecated

func (client Client) ListDatabases(ctx context.Context, accountName string, filter string, top *int32, skip *int32, expand string, selectParameter string, orderby string, count *bool) (result USQLDatabaseListPage, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ListDatabases retrieves the list of databases from the Data Lake Analytics catalog.

accountName is the Azure Data Lake Analytics account to execute catalog operations on. filter is oData filter. Optional. top is the number of items to return. Optional. skip is the number of items to skip over before returning elements. Optional. expand is oData expansion. Expand related resources in line with the retrieved resources, e.g. Categories?$expand=Products would expand Product data in line with each Category entry. Optional. selectParameter is oData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. orderby is orderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional. count is 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.

func (Client) ListDatabasesComplete deprecated

func (client Client) ListDatabasesComplete(ctx context.Context, accountName string, filter string, top *int32, skip *int32, expand string, selectParameter string, orderby string, count *bool) (result USQLDatabaseListIterator, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ListDatabasesComplete enumerates all values, automatically crossing page boundaries as required.

func (Client) ListDatabasesPreparer deprecated

func (client Client) ListDatabasesPreparer(ctx context.Context, accountName string, filter string, top *int32, skip *int32, expand string, selectParameter string, orderby string, count *bool) (*http.Request, error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ListDatabasesPreparer prepares the ListDatabases request.

func (Client) ListDatabasesResponder deprecated

func (client Client) ListDatabasesResponder(resp *http.Response) (result USQLDatabaseList, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ListDatabasesResponder handles the response to the ListDatabases request. The method always closes the http.Response Body.

func (Client) ListDatabasesSender deprecated

func (client Client) ListDatabasesSender(req *http.Request) (*http.Response, error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ListDatabasesSender sends the ListDatabases request. The method will close the http.Response Body if it receives an error.

func (Client) ListExternalDataSources deprecated

func (client Client) ListExternalDataSources(ctx context.Context, accountName string, databaseName string, filter string, top *int32, skip *int32, expand string, selectParameter string, orderby string, count *bool) (result USQLExternalDataSourceListPage, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ListExternalDataSources retrieves the list of external data sources from the Data Lake Analytics catalog.

accountName is the Azure Data Lake Analytics account to execute catalog operations on. databaseName is the name of the database containing the external data sources. filter is oData filter. Optional. top is the number of items to return. Optional. skip is the number of items to skip over before returning elements. Optional. expand is oData expansion. Expand related resources in line with the retrieved resources, e.g. Categories?$expand=Products would expand Product data in line with each Category entry. Optional. selectParameter is oData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. orderby is orderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional. count is 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.

func (Client) ListExternalDataSourcesComplete deprecated

func (client Client) ListExternalDataSourcesComplete(ctx context.Context, accountName string, databaseName string, filter string, top *int32, skip *int32, expand string, selectParameter string, orderby string, count *bool) (result USQLExternalDataSourceListIterator, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ListExternalDataSourcesComplete enumerates all values, automatically crossing page boundaries as required.

func (Client) ListExternalDataSourcesPreparer deprecated

func (client Client) ListExternalDataSourcesPreparer(ctx context.Context, accountName string, databaseName string, filter string, top *int32, skip *int32, expand string, selectParameter string, orderby string, count *bool) (*http.Request, error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ListExternalDataSourcesPreparer prepares the ListExternalDataSources request.

func (Client) ListExternalDataSourcesResponder deprecated

func (client Client) ListExternalDataSourcesResponder(resp *http.Response) (result USQLExternalDataSourceList, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ListExternalDataSourcesResponder handles the response to the ListExternalDataSources request. The method always closes the http.Response Body.

func (Client) ListExternalDataSourcesSender deprecated

func (client Client) ListExternalDataSourcesSender(req *http.Request) (*http.Response, error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ListExternalDataSourcesSender sends the ListExternalDataSources request. The method will close the http.Response Body if it receives an error.

func (Client) ListProcedures deprecated

func (client Client) ListProcedures(ctx context.Context, accountName string, databaseName string, schemaName string, filter string, top *int32, skip *int32, expand string, selectParameter string, orderby string, count *bool) (result USQLProcedureListPage, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ListProcedures retrieves the list of procedures from the Data Lake Analytics catalog.

accountName is the Azure Data Lake Analytics account to execute catalog operations on. databaseName is the name of the database containing the procedures. schemaName is the name of the schema containing the procedures. filter is oData filter. Optional. top is the number of items to return. Optional. skip is the number of items to skip over before returning elements. Optional. expand is oData expansion. Expand related resources in line with the retrieved resources, e.g. Categories?$expand=Products would expand Product data in line with each Category entry. Optional. selectParameter is oData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. orderby is orderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional. count is 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.

func (Client) ListProceduresComplete deprecated

func (client Client) ListProceduresComplete(ctx context.Context, accountName string, databaseName string, schemaName string, filter string, top *int32, skip *int32, expand string, selectParameter string, orderby string, count *bool) (result USQLProcedureListIterator, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ListProceduresComplete enumerates all values, automatically crossing page boundaries as required.

func (Client) ListProceduresPreparer deprecated

func (client Client) ListProceduresPreparer(ctx context.Context, accountName string, databaseName string, schemaName string, filter string, top *int32, skip *int32, expand string, selectParameter string, orderby string, count *bool) (*http.Request, error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ListProceduresPreparer prepares the ListProcedures request.

func (Client) ListProceduresResponder deprecated

func (client Client) ListProceduresResponder(resp *http.Response) (result USQLProcedureList, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ListProceduresResponder handles the response to the ListProcedures request. The method always closes the http.Response Body.

func (Client) ListProceduresSender deprecated

func (client Client) ListProceduresSender(req *http.Request) (*http.Response, error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ListProceduresSender sends the ListProcedures request. The method will close the http.Response Body if it receives an error.

func (Client) ListSchemas deprecated

func (client Client) ListSchemas(ctx context.Context, accountName string, databaseName string, filter string, top *int32, skip *int32, expand string, selectParameter string, orderby string, count *bool) (result USQLSchemaListPage, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ListSchemas retrieves the list of schemas from the Data Lake Analytics catalog.

accountName is the Azure Data Lake Analytics account to execute catalog operations on. databaseName is the name of the database containing the schema. filter is oData filter. Optional. top is the number of items to return. Optional. skip is the number of items to skip over before returning elements. Optional. expand is oData expansion. Expand related resources in line with the retrieved resources, e.g. Categories?$expand=Products would expand Product data in line with each Category entry. Optional. selectParameter is oData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. orderby is orderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional. count is 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.

func (Client) ListSchemasComplete deprecated

func (client Client) ListSchemasComplete(ctx context.Context, accountName string, databaseName string, filter string, top *int32, skip *int32, expand string, selectParameter string, orderby string, count *bool) (result USQLSchemaListIterator, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ListSchemasComplete enumerates all values, automatically crossing page boundaries as required.

func (Client) ListSchemasPreparer deprecated

func (client Client) ListSchemasPreparer(ctx context.Context, accountName string, databaseName string, filter string, top *int32, skip *int32, expand string, selectParameter string, orderby string, count *bool) (*http.Request, error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ListSchemasPreparer prepares the ListSchemas request.

func (Client) ListSchemasResponder deprecated

func (client Client) ListSchemasResponder(resp *http.Response) (result USQLSchemaList, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ListSchemasResponder handles the response to the ListSchemas request. The method always closes the http.Response Body.

func (Client) ListSchemasSender deprecated

func (client Client) ListSchemasSender(req *http.Request) (*http.Response, error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ListSchemasSender sends the ListSchemas request. The method will close the http.Response Body if it receives an error.

func (Client) ListTablePartitions deprecated

func (client Client) ListTablePartitions(ctx context.Context, accountName string, databaseName string, schemaName string, tableName string, filter string, top *int32, skip *int32, expand string, selectParameter string, orderby string, count *bool) (result USQLTablePartitionListPage, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ListTablePartitions retrieves the list of table partitions from the Data Lake Analytics catalog.

accountName is the Azure Data Lake Analytics account to execute catalog operations on. databaseName is the name of the database containing the partitions. schemaName is the name of the schema containing the partitions. tableName is the name of the table containing the partitions. filter is oData filter. Optional. top is the number of items to return. Optional. skip is the number of items to skip over before returning elements. Optional. expand is oData expansion. Expand related resources in line with the retrieved resources, e.g. Categories?$expand=Products would expand Product data in line with each Category entry. Optional. selectParameter is oData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. orderby is orderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional. count is 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.

func (Client) ListTablePartitionsComplete deprecated

func (client Client) ListTablePartitionsComplete(ctx context.Context, accountName string, databaseName string, schemaName string, tableName string, filter string, top *int32, skip *int32, expand string, selectParameter string, orderby string, count *bool) (result USQLTablePartitionListIterator, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ListTablePartitionsComplete enumerates all values, automatically crossing page boundaries as required.

func (Client) ListTablePartitionsPreparer deprecated

func (client Client) ListTablePartitionsPreparer(ctx context.Context, accountName string, databaseName string, schemaName string, tableName string, filter string, top *int32, skip *int32, expand string, selectParameter string, orderby string, count *bool) (*http.Request, error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ListTablePartitionsPreparer prepares the ListTablePartitions request.

func (Client) ListTablePartitionsResponder deprecated

func (client Client) ListTablePartitionsResponder(resp *http.Response) (result USQLTablePartitionList, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ListTablePartitionsResponder handles the response to the ListTablePartitions request. The method always closes the http.Response Body.

func (Client) ListTablePartitionsSender deprecated

func (client Client) ListTablePartitionsSender(req *http.Request) (*http.Response, error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ListTablePartitionsSender sends the ListTablePartitions request. The method will close the http.Response Body if it receives an error.

func (Client) ListTableStatistics deprecated

func (client Client) ListTableStatistics(ctx context.Context, accountName string, databaseName string, schemaName string, tableName string, filter string, top *int32, skip *int32, expand string, selectParameter string, orderby string, count *bool) (result USQLTableStatisticsListPage, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ListTableStatistics retrieves the list of table statistics from the Data Lake Analytics catalog.

accountName is the Azure Data Lake Analytics account to execute catalog operations on. databaseName is the name of the database containing the statistics. schemaName is the name of the schema containing the statistics. tableName is the name of the table containing the statistics. filter is oData filter. Optional. top is the number of items to return. Optional. skip is the number of items to skip over before returning elements. Optional. expand is oData expansion. Expand related resources in line with the retrieved resources, e.g. Categories?$expand=Products would expand Product data in line with each Category entry. Optional. selectParameter is oData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. orderby is orderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional. count is 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.

func (Client) ListTableStatisticsComplete deprecated

func (client Client) ListTableStatisticsComplete(ctx context.Context, accountName string, databaseName string, schemaName string, tableName string, filter string, top *int32, skip *int32, expand string, selectParameter string, orderby string, count *bool) (result USQLTableStatisticsListIterator, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ListTableStatisticsComplete enumerates all values, automatically crossing page boundaries as required.

func (Client) ListTableStatisticsPreparer deprecated

func (client Client) ListTableStatisticsPreparer(ctx context.Context, accountName string, databaseName string, schemaName string, tableName string, filter string, top *int32, skip *int32, expand string, selectParameter string, orderby string, count *bool) (*http.Request, error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ListTableStatisticsPreparer prepares the ListTableStatistics request.

func (Client) ListTableStatisticsResponder deprecated

func (client Client) ListTableStatisticsResponder(resp *http.Response) (result USQLTableStatisticsList, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ListTableStatisticsResponder handles the response to the ListTableStatistics request. The method always closes the http.Response Body.

func (Client) ListTableStatisticsSender deprecated

func (client Client) ListTableStatisticsSender(req *http.Request) (*http.Response, error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ListTableStatisticsSender sends the ListTableStatistics request. The method will close the http.Response Body if it receives an error.

func (Client) ListTableTypes deprecated

func (client Client) ListTableTypes(ctx context.Context, accountName string, databaseName string, schemaName string, filter string, top *int32, skip *int32, expand string, selectParameter string, orderby string, count *bool) (result USQLTableTypeListPage, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ListTableTypes retrieves the list of table types from the Data Lake Analytics catalog.

accountName is the Azure Data Lake Analytics account to execute catalog operations on. databaseName is the name of the database containing the table types. schemaName is the name of the schema containing the table types. filter is oData filter. Optional. top is the number of items to return. Optional. skip is the number of items to skip over before returning elements. Optional. expand is oData expansion. Expand related resources in line with the retrieved resources, e.g. Categories?$expand=Products would expand Product data in line with each Category entry. Optional. selectParameter is oData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. orderby is orderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional. count is 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.

func (Client) ListTableTypesComplete deprecated

func (client Client) ListTableTypesComplete(ctx context.Context, accountName string, databaseName string, schemaName string, filter string, top *int32, skip *int32, expand string, selectParameter string, orderby string, count *bool) (result USQLTableTypeListIterator, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ListTableTypesComplete enumerates all values, automatically crossing page boundaries as required.

func (Client) ListTableTypesPreparer deprecated

func (client Client) ListTableTypesPreparer(ctx context.Context, accountName string, databaseName string, schemaName string, filter string, top *int32, skip *int32, expand string, selectParameter string, orderby string, count *bool) (*http.Request, error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ListTableTypesPreparer prepares the ListTableTypes request.

func (Client) ListTableTypesResponder deprecated

func (client Client) ListTableTypesResponder(resp *http.Response) (result USQLTableTypeList, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ListTableTypesResponder handles the response to the ListTableTypes request. The method always closes the http.Response Body.

func (Client) ListTableTypesSender deprecated

func (client Client) ListTableTypesSender(req *http.Request) (*http.Response, error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ListTableTypesSender sends the ListTableTypes request. The method will close the http.Response Body if it receives an error.

func (Client) ListTableValuedFunctions deprecated

func (client Client) ListTableValuedFunctions(ctx context.Context, accountName string, databaseName string, schemaName string, filter string, top *int32, skip *int32, expand string, selectParameter string, orderby string, count *bool) (result USQLTableValuedFunctionListPage, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ListTableValuedFunctions retrieves the list of table valued functions from the Data Lake Analytics catalog.

accountName is the Azure Data Lake Analytics account to execute catalog operations on. databaseName is the name of the database containing the table valued functions. schemaName is the name of the schema containing the table valued functions. filter is oData filter. Optional. top is the number of items to return. Optional. skip is the number of items to skip over before returning elements. Optional. expand is oData expansion. Expand related resources in line with the retrieved resources, e.g. Categories?$expand=Products would expand Product data in line with each Category entry. Optional. selectParameter is oData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. orderby is orderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional. count is 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.

func (Client) ListTableValuedFunctionsComplete deprecated

func (client Client) ListTableValuedFunctionsComplete(ctx context.Context, accountName string, databaseName string, schemaName string, filter string, top *int32, skip *int32, expand string, selectParameter string, orderby string, count *bool) (result USQLTableValuedFunctionListIterator, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ListTableValuedFunctionsComplete enumerates all values, automatically crossing page boundaries as required.

func (Client) ListTableValuedFunctionsPreparer deprecated

func (client Client) ListTableValuedFunctionsPreparer(ctx context.Context, accountName string, databaseName string, schemaName string, filter string, top *int32, skip *int32, expand string, selectParameter string, orderby string, count *bool) (*http.Request, error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ListTableValuedFunctionsPreparer prepares the ListTableValuedFunctions request.

func (Client) ListTableValuedFunctionsResponder deprecated

func (client Client) ListTableValuedFunctionsResponder(resp *http.Response) (result USQLTableValuedFunctionList, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ListTableValuedFunctionsResponder handles the response to the ListTableValuedFunctions request. The method always closes the http.Response Body.

func (Client) ListTableValuedFunctionsSender deprecated

func (client Client) ListTableValuedFunctionsSender(req *http.Request) (*http.Response, error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ListTableValuedFunctionsSender sends the ListTableValuedFunctions request. The method will close the http.Response Body if it receives an error.

func (Client) ListTables deprecated

func (client Client) ListTables(ctx context.Context, accountName string, databaseName string, schemaName string, filter string, top *int32, skip *int32, expand string, selectParameter string, orderby string, count *bool) (result USQLTableListPage, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ListTables retrieves the list of tables from the Data Lake Analytics catalog.

accountName is the Azure Data Lake Analytics account to execute catalog operations on. databaseName is the name of the database containing the tables. schemaName is the name of the schema containing the tables. filter is oData filter. Optional. top is the number of items to return. Optional. skip is the number of items to skip over before returning elements. Optional. expand is oData expansion. Expand related resources in line with the retrieved resources, e.g. Categories?$expand=Products would expand Product data in line with each Category entry. Optional. selectParameter is oData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. orderby is orderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional. count is 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.

func (Client) ListTablesComplete deprecated

func (client Client) ListTablesComplete(ctx context.Context, accountName string, databaseName string, schemaName string, filter string, top *int32, skip *int32, expand string, selectParameter string, orderby string, count *bool) (result USQLTableListIterator, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ListTablesComplete enumerates all values, automatically crossing page boundaries as required.

func (Client) ListTablesPreparer deprecated

func (client Client) ListTablesPreparer(ctx context.Context, accountName string, databaseName string, schemaName string, filter string, top *int32, skip *int32, expand string, selectParameter string, orderby string, count *bool) (*http.Request, error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ListTablesPreparer prepares the ListTables request.

func (Client) ListTablesResponder deprecated

func (client Client) ListTablesResponder(resp *http.Response) (result USQLTableList, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ListTablesResponder handles the response to the ListTables request. The method always closes the http.Response Body.

func (Client) ListTablesSender deprecated

func (client Client) ListTablesSender(req *http.Request) (*http.Response, error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ListTablesSender sends the ListTables request. The method will close the http.Response Body if it receives an error.

func (Client) ListTypes deprecated

func (client Client) ListTypes(ctx context.Context, accountName string, databaseName string, schemaName string, filter string, top *int32, skip *int32, expand string, selectParameter string, orderby string, count *bool) (result USQLTypeListPage, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ListTypes retrieves the list of types within the specified database and schema from the Data Lake Analytics catalog.

accountName is the Azure Data Lake Analytics account to execute catalog operations on. databaseName is the name of the database containing the types. schemaName is the name of the schema containing the types. filter is oData filter. Optional. top is the number of items to return. Optional. skip is the number of items to skip over before returning elements. Optional. expand is oData expansion. Expand related resources in line with the retrieved resources, e.g. Categories?$expand=Products would expand Product data in line with each Category entry. Optional. selectParameter is oData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. orderby is orderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional. count is 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.

func (Client) ListTypesComplete deprecated

func (client Client) ListTypesComplete(ctx context.Context, accountName string, databaseName string, schemaName string, filter string, top *int32, skip *int32, expand string, selectParameter string, orderby string, count *bool) (result USQLTypeListIterator, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ListTypesComplete enumerates all values, automatically crossing page boundaries as required.

func (Client) ListTypesPreparer deprecated

func (client Client) ListTypesPreparer(ctx context.Context, accountName string, databaseName string, schemaName string, filter string, top *int32, skip *int32, expand string, selectParameter string, orderby string, count *bool) (*http.Request, error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ListTypesPreparer prepares the ListTypes request.

func (Client) ListTypesResponder deprecated

func (client Client) ListTypesResponder(resp *http.Response) (result USQLTypeList, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ListTypesResponder handles the response to the ListTypes request. The method always closes the http.Response Body.

func (Client) ListTypesSender deprecated

func (client Client) ListTypesSender(req *http.Request) (*http.Response, error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ListTypesSender sends the ListTypes request. The method will close the http.Response Body if it receives an error.

func (Client) ListViews deprecated

func (client Client) ListViews(ctx context.Context, accountName string, databaseName string, schemaName string, filter string, top *int32, skip *int32, expand string, selectParameter string, orderby string, count *bool) (result USQLViewListPage, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ListViews retrieves the list of views from the Data Lake Analytics catalog.

accountName is the Azure Data Lake Analytics account to execute catalog operations on. databaseName is the name of the database containing the views. schemaName is the name of the schema containing the views. filter is oData filter. Optional. top is the number of items to return. Optional. skip is the number of items to skip over before returning elements. Optional. expand is oData expansion. Expand related resources in line with the retrieved resources, e.g. Categories?$expand=Products would expand Product data in line with each Category entry. Optional. selectParameter is oData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. orderby is orderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional. count is 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.

func (Client) ListViewsComplete deprecated

func (client Client) ListViewsComplete(ctx context.Context, accountName string, databaseName string, schemaName string, filter string, top *int32, skip *int32, expand string, selectParameter string, orderby string, count *bool) (result USQLViewListIterator, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ListViewsComplete enumerates all values, automatically crossing page boundaries as required.

func (Client) ListViewsPreparer deprecated

func (client Client) ListViewsPreparer(ctx context.Context, accountName string, databaseName string, schemaName string, filter string, top *int32, skip *int32, expand string, selectParameter string, orderby string, count *bool) (*http.Request, error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ListViewsPreparer prepares the ListViews request.

func (Client) ListViewsResponder deprecated

func (client Client) ListViewsResponder(resp *http.Response) (result USQLViewList, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ListViewsResponder handles the response to the ListViews request. The method always closes the http.Response Body.

func (Client) ListViewsSender deprecated

func (client Client) ListViewsSender(req *http.Request) (*http.Response, error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ListViewsSender sends the ListViews request. The method will close the http.Response Body if it receives an error.

func (Client) UpdateSecret deprecated

func (client Client) UpdateSecret(ctx context.Context, accountName string, databaseName string, secretName string, parameters DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters) (result USQLSecret, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. UpdateSecret modifies the specified secret for use with external data sources in the specified database

accountName is the Azure Data Lake Analytics account to execute catalog operations on. databaseName is the name of the database containing the secret. secretName is the name of the secret. parameters is the parameters required to modify the secret (name and password)

func (Client) UpdateSecretPreparer deprecated

func (client Client) UpdateSecretPreparer(ctx context.Context, accountName string, databaseName string, secretName string, parameters DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters) (*http.Request, error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. UpdateSecretPreparer prepares the UpdateSecret request.

func (Client) UpdateSecretResponder deprecated

func (client Client) UpdateSecretResponder(resp *http.Response) (result USQLSecret, err error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. UpdateSecretResponder handles the response to the UpdateSecret request. The method always closes the http.Response Body.

func (Client) UpdateSecretSender deprecated

func (client Client) UpdateSecretSender(req *http.Request) (*http.Response, error)

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. UpdateSecretSender sends the UpdateSecret request. The method will close the http.Response Body if it receives an error.

type DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters deprecated

type DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters struct {
	// Password - the password for the secret to pass in
	Password *string `json:"password,omitempty"`
	// URI - the URI identifier for the secret in the format <hostname>:<port>
	URI *string `json:"uri,omitempty"`
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters dataLakeAnalytics DataLakeAnalyticsAccount information.

type DdlName deprecated

type DdlName struct {
	// FirstPart - the name of the table associated with this database and schema.
	FirstPart *string `json:"firstPart,omitempty"`
	// SecondPart - the name of the table associated with this database and schema.
	SecondPart *string `json:"secondPart,omitempty"`
	// ThirdPart - the name of the table associated with this database and schema.
	ThirdPart *string `json:"thirdPart,omitempty"`
	// Server - the name of the table associated with this database and schema.
	Server *string `json:"server,omitempty"`
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. DdlName a Data Lake Analytics DDL name item.

type EntityID deprecated

type EntityID struct {
	// Name - the name of the external table associated with this database, schema and table.
	Name *DdlName `json:"name,omitempty"`
	// Version - the version of the external data source.
	Version *uuid.UUID `json:"version,omitempty"`
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. EntityID a Data Lake Analytics catalog entity identifier object.

type ExternalTable deprecated

type ExternalTable struct {
	// TableName - the name of the table associated with this database and schema.
	TableName *string `json:"tableName,omitempty"`
	// DataSource - the data source associated with this external table.
	DataSource *EntityID `json:"dataSource,omitempty"`
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ExternalTable a Data Lake Analytics catalog external table item.

type FileType deprecated

type FileType string

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. FileType enumerates the values for file type.

const (
	// Assembly ...
	Assembly FileType = "Assembly"
	// Resource ...
	Resource FileType = "Resource"
)

func PossibleFileTypeValues deprecated

func PossibleFileTypeValues() []FileType

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. PossibleFileTypeValues returns an array of possible values for the FileType const type.

type Item deprecated

type Item struct {
	// ComputeAccountName - the name of the Data Lake Analytics account.
	ComputeAccountName *string `json:"computeAccountName,omitempty"`
	// Version - the version of the catalog item.
	Version *uuid.UUID `json:"version,omitempty"`
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Item a Data Lake Analytics catalog item.

type ItemList deprecated

type ItemList struct {
	// Count - the count of items in the list.
	Count *int32 `json:"count,omitempty"`
	// NextLink - the link to the next page of results.
	NextLink *string `json:"nextLink,omitempty"`
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. ItemList a Data Lake Analytics catalog item list.

type TypeFieldInfo deprecated

type TypeFieldInfo struct {
	// Name - the name of the field associated with this type.
	Name *string `json:"name,omitempty"`
	// Type - the type of the field.
	Type *string `json:"type,omitempty"`
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. TypeFieldInfo a Data Lake Analytics catalog type field information item.

type USQLAssembly deprecated

type USQLAssembly struct {
	autorest.Response `json:"-"`
	// DatabaseName - the name of the database.
	DatabaseName *string `json:"databaseName,omitempty"`
	// Name - the name of the assembly.
	Name *string `json:"assemblyName,omitempty"`
	// ClrName - the name of the CLR.
	ClrName *string `json:"clrName,omitempty"`
	// IsVisible - the switch indicating if this assembly is visible or not.
	IsVisible *bool `json:"isVisible,omitempty"`
	// IsUserDefined - the switch indicating if this assembly is user defined or not.
	IsUserDefined *bool `json:"isUserDefined,omitempty"`
	// Files - the list of files associated with the assembly
	Files *[]USQLAssemblyFileInfo `json:"files,omitempty"`
	// Dependencies - the list of dependencies associated with the assembly
	Dependencies *[]USQLAssemblyDependencyInfo `json:"dependencies,omitempty"`
	// ComputeAccountName - the name of the Data Lake Analytics account.
	ComputeAccountName *string `json:"computeAccountName,omitempty"`
	// Version - the version of the catalog item.
	Version *uuid.UUID `json:"version,omitempty"`
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. USQLAssembly a Data Lake Analytics catalog U-SQL Assembly.

type USQLAssemblyClr deprecated

type USQLAssemblyClr struct {
	// DatabaseName - the name of the database.
	DatabaseName *string `json:"databaseName,omitempty"`
	// Name - the name of the assembly.
	Name *string `json:"assemblyClrName,omitempty"`
	// ClrName - the name of the CLR.
	ClrName *string `json:"clrName,omitempty"`
	// ComputeAccountName - the name of the Data Lake Analytics account.
	ComputeAccountName *string `json:"computeAccountName,omitempty"`
	// Version - the version of the catalog item.
	Version *uuid.UUID `json:"version,omitempty"`
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. USQLAssemblyClr a Data Lake Analytics catalog U-SQL assembly CLR item.

type USQLAssemblyDependencyInfo deprecated

type USQLAssemblyDependencyInfo struct {
	// EntityID - the EntityId of the dependency.
	EntityID *EntityID `json:"entityId,omitempty"`
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. USQLAssemblyDependencyInfo a Data Lake Analytics catalog U-SQL dependency information item.

type USQLAssemblyFileInfo deprecated

type USQLAssemblyFileInfo struct {
	// Type - the assembly file type. Possible values include: 'Assembly', 'Resource'
	Type FileType `json:"type,omitempty"`
	// OriginalPath - the the original path to the assembly file.
	OriginalPath *string `json:"originalPath,omitempty"`
	// ContentPath - the the content path to the assembly file.
	ContentPath *string `json:"contentPath,omitempty"`
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. USQLAssemblyFileInfo a Data Lake Analytics catalog U-SQL assembly file information item.

type USQLAssemblyList deprecated

type USQLAssemblyList struct {
	autorest.Response `json:"-"`
	// Value - the list of assemblies in the database
	Value *[]USQLAssemblyClr `json:"value,omitempty"`
	// Count - the count of items in the list.
	Count *int32 `json:"count,omitempty"`
	// NextLink - the link to the next page of results.
	NextLink *string `json:"nextLink,omitempty"`
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. USQLAssemblyList a Data Lake Analytics catalog U-SQL assembly CLR item list.

func (USQLAssemblyList) IsEmpty deprecated

func (usal USQLAssemblyList) IsEmpty() bool

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. IsEmpty returns true if the ListResult contains no values.

type USQLAssemblyListIterator deprecated

type USQLAssemblyListIterator struct {
	// contains filtered or unexported fields
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. USQLAssemblyListIterator provides access to a complete listing of USQLAssemblyClr values.

func (*USQLAssemblyListIterator) Next deprecated

func (iter *USQLAssemblyListIterator) Next() error

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (USQLAssemblyListIterator) NotDone deprecated

func (iter USQLAssemblyListIterator) NotDone() bool

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. NotDone returns true if the enumeration should be started or is not yet complete.

func (USQLAssemblyListIterator) Response deprecated

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Response returns the raw server response from the last page request.

func (USQLAssemblyListIterator) Value deprecated

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type USQLAssemblyListPage deprecated

type USQLAssemblyListPage struct {
	// contains filtered or unexported fields
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. USQLAssemblyListPage contains a page of USQLAssemblyClr values.

func (*USQLAssemblyListPage) Next deprecated

func (page *USQLAssemblyListPage) Next() error

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (USQLAssemblyListPage) NotDone deprecated

func (page USQLAssemblyListPage) NotDone() bool

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. NotDone returns true if the page enumeration should be started or is not yet complete.

func (USQLAssemblyListPage) Response deprecated

func (page USQLAssemblyListPage) Response() USQLAssemblyList

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Response returns the raw server response from the last page request.

func (USQLAssemblyListPage) Values deprecated

func (page USQLAssemblyListPage) Values() []USQLAssemblyClr

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Values returns the slice of values for the current page or nil if there are no values.

type USQLCredential deprecated

type USQLCredential struct {
	autorest.Response `json:"-"`
	// DatabaseName - the name of the database the credential is in.
	DatabaseName *string `json:"databaseName,omitempty"`
	// Identity - the name of the secret associated with the credential.
	Identity *string `json:"identity,omitempty"`
	// Name - the name of the credential.
	Name *string `json:"credentialName,omitempty"`
	// UserName - the user name associated with the credential.
	UserName *string `json:"userName,omitempty"`
	// ComputeAccountName - the name of the Data Lake Analytics account.
	ComputeAccountName *string `json:"computeAccountName,omitempty"`
	// Version - the version of the catalog item.
	Version *uuid.UUID `json:"version,omitempty"`
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. USQLCredential a Data Lake Analytics catalog U-SQL credential item.

type USQLCredentialList deprecated

type USQLCredentialList struct {
	autorest.Response `json:"-"`
	// Value - the list of credentials in the database
	Value *[]USQLCredential `json:"value,omitempty"`
	// Count - the count of items in the list.
	Count *int32 `json:"count,omitempty"`
	// NextLink - the link to the next page of results.
	NextLink *string `json:"nextLink,omitempty"`
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. USQLCredentialList a Data Lake Analytics catalog U-SQL credential item list.

func (USQLCredentialList) IsEmpty deprecated

func (uscl USQLCredentialList) IsEmpty() bool

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. IsEmpty returns true if the ListResult contains no values.

type USQLCredentialListIterator deprecated

type USQLCredentialListIterator struct {
	// contains filtered or unexported fields
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. USQLCredentialListIterator provides access to a complete listing of USQLCredential values.

func (*USQLCredentialListIterator) Next deprecated

func (iter *USQLCredentialListIterator) Next() error

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (USQLCredentialListIterator) NotDone deprecated

func (iter USQLCredentialListIterator) NotDone() bool

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. NotDone returns true if the enumeration should be started or is not yet complete.

func (USQLCredentialListIterator) Response deprecated

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Response returns the raw server response from the last page request.

func (USQLCredentialListIterator) Value deprecated

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type USQLCredentialListPage deprecated

type USQLCredentialListPage struct {
	// contains filtered or unexported fields
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. USQLCredentialListPage contains a page of USQLCredential values.

func (*USQLCredentialListPage) Next deprecated

func (page *USQLCredentialListPage) Next() error

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (USQLCredentialListPage) NotDone deprecated

func (page USQLCredentialListPage) NotDone() bool

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. NotDone returns true if the page enumeration should be started or is not yet complete.

func (USQLCredentialListPage) Response deprecated

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Response returns the raw server response from the last page request.

func (USQLCredentialListPage) Values deprecated

func (page USQLCredentialListPage) Values() []USQLCredential

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Values returns the slice of values for the current page or nil if there are no values.

type USQLDatabase deprecated

type USQLDatabase struct {
	autorest.Response `json:"-"`
	// Name - the name of the database.
	Name *string `json:"databaseName,omitempty"`
	// ComputeAccountName - the name of the Data Lake Analytics account.
	ComputeAccountName *string `json:"computeAccountName,omitempty"`
	// Version - the version of the catalog item.
	Version *uuid.UUID `json:"version,omitempty"`
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. USQLDatabase a Data Lake Analytics catalog U-SQL database item.

type USQLDatabaseList deprecated

type USQLDatabaseList struct {
	autorest.Response `json:"-"`
	// Value - the list of databases
	Value *[]USQLDatabase `json:"value,omitempty"`
	// Count - the count of items in the list.
	Count *int32 `json:"count,omitempty"`
	// NextLink - the link to the next page of results.
	NextLink *string `json:"nextLink,omitempty"`
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. USQLDatabaseList a Data Lake Analytics catalog U-SQL database item list.

func (USQLDatabaseList) IsEmpty deprecated

func (usdl USQLDatabaseList) IsEmpty() bool

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. IsEmpty returns true if the ListResult contains no values.

type USQLDatabaseListIterator deprecated

type USQLDatabaseListIterator struct {
	// contains filtered or unexported fields
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. USQLDatabaseListIterator provides access to a complete listing of USQLDatabase values.

func (*USQLDatabaseListIterator) Next deprecated

func (iter *USQLDatabaseListIterator) Next() error

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (USQLDatabaseListIterator) NotDone deprecated

func (iter USQLDatabaseListIterator) NotDone() bool

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. NotDone returns true if the enumeration should be started or is not yet complete.

func (USQLDatabaseListIterator) Response deprecated

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Response returns the raw server response from the last page request.

func (USQLDatabaseListIterator) Value deprecated

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type USQLDatabaseListPage deprecated

type USQLDatabaseListPage struct {
	// contains filtered or unexported fields
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. USQLDatabaseListPage contains a page of USQLDatabase values.

func (*USQLDatabaseListPage) Next deprecated

func (page *USQLDatabaseListPage) Next() error

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (USQLDatabaseListPage) NotDone deprecated

func (page USQLDatabaseListPage) NotDone() bool

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. NotDone returns true if the page enumeration should be started or is not yet complete.

func (USQLDatabaseListPage) Response deprecated

func (page USQLDatabaseListPage) Response() USQLDatabaseList

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Response returns the raw server response from the last page request.

func (USQLDatabaseListPage) Values deprecated

func (page USQLDatabaseListPage) Values() []USQLDatabase

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Values returns the slice of values for the current page or nil if there are no values.

type USQLDirectedColumn deprecated

type USQLDirectedColumn struct {
	// Name - the name of the index in the table.
	Name *string `json:"name,omitempty"`
	// Descending - the switch indicating if the index is descending or not.
	Descending *bool `json:"descending,omitempty"`
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. USQLDirectedColumn a Data Lake Analytics catalog U-SQL directed column item.

type USQLDistributionInfo deprecated

type USQLDistributionInfo struct {
	// Type - the type of this distribution.
	Type *int32 `json:"type,omitempty"`
	// Keys - the list of directed columns in the distribution
	Keys *[]USQLDirectedColumn `json:"keys,omitempty"`
	// Count - the count of indices using this distribution.
	Count *int32 `json:"count,omitempty"`
	// DynamicCount - the dynamic count of indices using this distribution.
	DynamicCount *int32 `json:"dynamicCount,omitempty"`
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. USQLDistributionInfo a Data Lake Analytics catalog U-SQL distribution information object.

type USQLExternalDataSource deprecated

type USQLExternalDataSource struct {
	autorest.Response `json:"-"`
	// DatabaseName - the name of the database.
	DatabaseName *string `json:"databaseName,omitempty"`
	// Name - the name of the external data source.
	Name *string `json:"externalDataSourceName,omitempty"`
	// Provider - the name of the provider for the external data source.
	Provider *string `json:"provider,omitempty"`
	// ProviderString - the name of the provider string for the external data source.
	ProviderString *string `json:"providerString,omitempty"`
	// PushdownTypes - the list of types to push down from the external data source.
	PushdownTypes *[]string `json:"pushdownTypes,omitempty"`
	// ComputeAccountName - the name of the Data Lake Analytics account.
	ComputeAccountName *string `json:"computeAccountName,omitempty"`
	// Version - the version of the catalog item.
	Version *uuid.UUID `json:"version,omitempty"`
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. USQLExternalDataSource a Data Lake Analytics catalog U-SQL external datasource item.

type USQLExternalDataSourceList deprecated

type USQLExternalDataSourceList struct {
	autorest.Response `json:"-"`
	// Value - the list of external data sources in the database
	Value *[]USQLExternalDataSource `json:"value,omitempty"`
	// Count - the count of items in the list.
	Count *int32 `json:"count,omitempty"`
	// NextLink - the link to the next page of results.
	NextLink *string `json:"nextLink,omitempty"`
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. USQLExternalDataSourceList a Data Lake Analytics catalog U-SQL external datasource item list.

func (USQLExternalDataSourceList) IsEmpty deprecated

func (usedsl USQLExternalDataSourceList) IsEmpty() bool

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. IsEmpty returns true if the ListResult contains no values.

type USQLExternalDataSourceListIterator deprecated

type USQLExternalDataSourceListIterator struct {
	// contains filtered or unexported fields
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. USQLExternalDataSourceListIterator provides access to a complete listing of USQLExternalDataSource values.

func (*USQLExternalDataSourceListIterator) Next deprecated

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (USQLExternalDataSourceListIterator) NotDone deprecated

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. NotDone returns true if the enumeration should be started or is not yet complete.

func (USQLExternalDataSourceListIterator) Response deprecated

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Response returns the raw server response from the last page request.

func (USQLExternalDataSourceListIterator) Value deprecated

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type USQLExternalDataSourceListPage deprecated

type USQLExternalDataSourceListPage struct {
	// contains filtered or unexported fields
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. USQLExternalDataSourceListPage contains a page of USQLExternalDataSource values.

func (*USQLExternalDataSourceListPage) Next deprecated

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (USQLExternalDataSourceListPage) NotDone deprecated

func (page USQLExternalDataSourceListPage) NotDone() bool

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. NotDone returns true if the page enumeration should be started or is not yet complete.

func (USQLExternalDataSourceListPage) Response deprecated

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Response returns the raw server response from the last page request.

func (USQLExternalDataSourceListPage) Values deprecated

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Values returns the slice of values for the current page or nil if there are no values.

type USQLIndex deprecated

type USQLIndex struct {
	// Name - the name of the index in the table.
	Name *string `json:"name,omitempty"`
	// IndexKeys - the list of directed columns in the index
	IndexKeys *[]USQLDirectedColumn `json:"indexKeys,omitempty"`
	// Columns - the list of columns in the index
	Columns *[]string `json:"columns,omitempty"`
	// DistributionInfo - the distributions info of the index
	DistributionInfo *USQLDistributionInfo `json:"distributionInfo,omitempty"`
	// PartitionFunction - partition function ID for the index.
	PartitionFunction *uuid.UUID `json:"partitionFunction,omitempty"`
	// PartitionKeyList - the list of partion keys in the index
	PartitionKeyList *[]string `json:"partitionKeyList,omitempty"`
	// StreamNames - the list of full paths to the streams that contain this index in the DataLake account.
	StreamNames *[]string `json:"streamNames,omitempty"`
	// IsColumnstore - the switch indicating if this index is a columnstore index.
	IsColumnstore *bool `json:"isColumnstore,omitempty"`
	// IndexID - the ID of this index within the table.
	IndexID *int32 `json:"indexId,omitempty"`
	// IsUnique - the switch indicating if this index is a unique index.
	IsUnique *bool `json:"isUnique,omitempty"`
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. USQLIndex a Data Lake Analytics catalog U-SQL table index item.

type USQLProcedure deprecated

type USQLProcedure struct {
	autorest.Response `json:"-"`
	// DatabaseName - the name of the database.
	DatabaseName *string `json:"databaseName,omitempty"`
	// SchemaName - the name of the schema associated with this procedure and database.
	SchemaName *string `json:"schemaName,omitempty"`
	// Name - the name of the procedure.
	Name *string `json:"procName,omitempty"`
	// Definition - the defined query of the procedure.
	Definition *string `json:"definition,omitempty"`
	// ComputeAccountName - the name of the Data Lake Analytics account.
	ComputeAccountName *string `json:"computeAccountName,omitempty"`
	// Version - the version of the catalog item.
	Version *uuid.UUID `json:"version,omitempty"`
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. USQLProcedure a Data Lake Analytics catalog U-SQL procedure item.

type USQLProcedureList deprecated

type USQLProcedureList struct {
	autorest.Response `json:"-"`
	// Value - the list of procedure in the database and schema combination
	Value *[]USQLProcedure `json:"value,omitempty"`
	// Count - the count of items in the list.
	Count *int32 `json:"count,omitempty"`
	// NextLink - the link to the next page of results.
	NextLink *string `json:"nextLink,omitempty"`
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. USQLProcedureList a Data Lake Analytics catalog U-SQL procedure item list.

func (USQLProcedureList) IsEmpty deprecated

func (uspl USQLProcedureList) IsEmpty() bool

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. IsEmpty returns true if the ListResult contains no values.

type USQLProcedureListIterator deprecated

type USQLProcedureListIterator struct {
	// contains filtered or unexported fields
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. USQLProcedureListIterator provides access to a complete listing of USQLProcedure values.

func (*USQLProcedureListIterator) Next deprecated

func (iter *USQLProcedureListIterator) Next() error

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (USQLProcedureListIterator) NotDone deprecated

func (iter USQLProcedureListIterator) NotDone() bool

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. NotDone returns true if the enumeration should be started or is not yet complete.

func (USQLProcedureListIterator) Response deprecated

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Response returns the raw server response from the last page request.

func (USQLProcedureListIterator) Value deprecated

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type USQLProcedureListPage deprecated

type USQLProcedureListPage struct {
	// contains filtered or unexported fields
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. USQLProcedureListPage contains a page of USQLProcedure values.

func (*USQLProcedureListPage) Next deprecated

func (page *USQLProcedureListPage) Next() error

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (USQLProcedureListPage) NotDone deprecated

func (page USQLProcedureListPage) NotDone() bool

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. NotDone returns true if the page enumeration should be started or is not yet complete.

func (USQLProcedureListPage) Response deprecated

func (page USQLProcedureListPage) Response() USQLProcedureList

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Response returns the raw server response from the last page request.

func (USQLProcedureListPage) Values deprecated

func (page USQLProcedureListPage) Values() []USQLProcedure

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Values returns the slice of values for the current page or nil if there are no values.

type USQLSchema deprecated

type USQLSchema struct {
	autorest.Response `json:"-"`
	// DatabaseName - the name of the database.
	DatabaseName *string `json:"databaseName,omitempty"`
	// Name - the name of the schema.
	Name *string `json:"schemaName,omitempty"`
	// ComputeAccountName - the name of the Data Lake Analytics account.
	ComputeAccountName *string `json:"computeAccountName,omitempty"`
	// Version - the version of the catalog item.
	Version *uuid.UUID `json:"version,omitempty"`
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. USQLSchema a Data Lake Analytics catalog U-SQL schema item.

type USQLSchemaList deprecated

type USQLSchemaList struct {
	autorest.Response `json:"-"`
	// Value - the list of schemas in the database
	Value *[]USQLSchema `json:"value,omitempty"`
	// Count - the count of items in the list.
	Count *int32 `json:"count,omitempty"`
	// NextLink - the link to the next page of results.
	NextLink *string `json:"nextLink,omitempty"`
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. USQLSchemaList a Data Lake Analytics catalog U-SQL schema item list.

func (USQLSchemaList) IsEmpty deprecated

func (ussl USQLSchemaList) IsEmpty() bool

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. IsEmpty returns true if the ListResult contains no values.

type USQLSchemaListIterator deprecated

type USQLSchemaListIterator struct {
	// contains filtered or unexported fields
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. USQLSchemaListIterator provides access to a complete listing of USQLSchema values.

func (*USQLSchemaListIterator) Next deprecated

func (iter *USQLSchemaListIterator) Next() error

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (USQLSchemaListIterator) NotDone deprecated

func (iter USQLSchemaListIterator) NotDone() bool

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. NotDone returns true if the enumeration should be started or is not yet complete.

func (USQLSchemaListIterator) Response deprecated

func (iter USQLSchemaListIterator) Response() USQLSchemaList

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Response returns the raw server response from the last page request.

func (USQLSchemaListIterator) Value deprecated

func (iter USQLSchemaListIterator) Value() USQLSchema

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type USQLSchemaListPage deprecated

type USQLSchemaListPage struct {
	// contains filtered or unexported fields
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. USQLSchemaListPage contains a page of USQLSchema values.

func (*USQLSchemaListPage) Next deprecated

func (page *USQLSchemaListPage) Next() error

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (USQLSchemaListPage) NotDone deprecated

func (page USQLSchemaListPage) NotDone() bool

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. NotDone returns true if the page enumeration should be started or is not yet complete.

func (USQLSchemaListPage) Response deprecated

func (page USQLSchemaListPage) Response() USQLSchemaList

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Response returns the raw server response from the last page request.

func (USQLSchemaListPage) Values deprecated

func (page USQLSchemaListPage) Values() []USQLSchema

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Values returns the slice of values for the current page or nil if there are no values.

type USQLSecret deprecated

type USQLSecret struct {
	autorest.Response `json:"-"`
	// DatabaseName - the name of the database.
	DatabaseName *string `json:"databaseName,omitempty"`
	// Name - the name of the secret.
	Name *string `json:"secretName,omitempty"`
	// CreationTime - the creation time of the credential object. This is the only information returned about a secret from a GET.
	CreationTime *date.Time `json:"creationTime,omitempty"`
	// URI - the URI identifier for the secret in the format <hostname>:<port>
	URI *string `json:"uri,omitempty"`
	// Password - the password for the secret to pass in
	Password *string `json:"password,omitempty"`
	// ComputeAccountName - the name of the Data Lake Analytics account.
	ComputeAccountName *string `json:"computeAccountName,omitempty"`
	// Version - the version of the catalog item.
	Version *uuid.UUID `json:"version,omitempty"`
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. USQLSecret a Data Lake Analytics catalog U-SQL secret item.

type USQLTable deprecated

type USQLTable struct {
	autorest.Response `json:"-"`
	// DatabaseName - the name of the database.
	DatabaseName *string `json:"databaseName,omitempty"`
	// SchemaName - the name of the schema associated with this table and database.
	SchemaName *string `json:"schemaName,omitempty"`
	// Name - the name of the table.
	Name *string `json:"tableName,omitempty"`
	// ColumnList - the list of columns in this table
	ColumnList *[]USQLTableColumn `json:"columnList,omitempty"`
	// IndexList - the list of indices in this table
	IndexList *[]USQLIndex `json:"indexList,omitempty"`
	// PartitionKeyList - the list of partition keys in the table
	PartitionKeyList *[]string `json:"partitionKeyList,omitempty"`
	// ExternalTable - the external table associated with the table.
	ExternalTable *ExternalTable `json:"externalTable,omitempty"`
	// DistributionInfo - the distributions info of the table
	DistributionInfo *USQLDistributionInfo `json:"distributionInfo,omitempty"`
	// ComputeAccountName - the name of the Data Lake Analytics account.
	ComputeAccountName *string `json:"computeAccountName,omitempty"`
	// Version - the version of the catalog item.
	Version *uuid.UUID `json:"version,omitempty"`
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. USQLTable a Data Lake Analytics catalog U-SQL table item.

type USQLTableColumn deprecated

type USQLTableColumn struct {
	// Name - the name of the column in the table.
	Name *string `json:"name,omitempty"`
	// Type - the object type of the specified column (such as System.String).
	Type *string `json:"type,omitempty"`
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. USQLTableColumn a Data Lake Analytics catalog U-SQL table column item.

type USQLTableList deprecated

type USQLTableList struct {
	autorest.Response `json:"-"`
	// Value - the list of tables in the database and schema combination
	Value *[]USQLTable `json:"value,omitempty"`
	// Count - the count of items in the list.
	Count *int32 `json:"count,omitempty"`
	// NextLink - the link to the next page of results.
	NextLink *string `json:"nextLink,omitempty"`
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. USQLTableList a Data Lake Analytics catalog U-SQL table item list.

func (USQLTableList) IsEmpty deprecated

func (ustl USQLTableList) IsEmpty() bool

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. IsEmpty returns true if the ListResult contains no values.

type USQLTableListIterator deprecated

type USQLTableListIterator struct {
	// contains filtered or unexported fields
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. USQLTableListIterator provides access to a complete listing of USQLTable values.

func (*USQLTableListIterator) Next deprecated

func (iter *USQLTableListIterator) Next() error

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (USQLTableListIterator) NotDone deprecated

func (iter USQLTableListIterator) NotDone() bool

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. NotDone returns true if the enumeration should be started or is not yet complete.

func (USQLTableListIterator) Response deprecated

func (iter USQLTableListIterator) Response() USQLTableList

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Response returns the raw server response from the last page request.

func (USQLTableListIterator) Value deprecated

func (iter USQLTableListIterator) Value() USQLTable

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type USQLTableListPage deprecated

type USQLTableListPage struct {
	// contains filtered or unexported fields
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. USQLTableListPage contains a page of USQLTable values.

func (*USQLTableListPage) Next deprecated

func (page *USQLTableListPage) Next() error

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (USQLTableListPage) NotDone deprecated

func (page USQLTableListPage) NotDone() bool

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. NotDone returns true if the page enumeration should be started or is not yet complete.

func (USQLTableListPage) Response deprecated

func (page USQLTableListPage) Response() USQLTableList

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Response returns the raw server response from the last page request.

func (USQLTableListPage) Values deprecated

func (page USQLTableListPage) Values() []USQLTable

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Values returns the slice of values for the current page or nil if there are no values.

type USQLTablePartition deprecated

type USQLTablePartition struct {
	autorest.Response `json:"-"`
	// DatabaseName - the name of the database.
	DatabaseName *string `json:"databaseName,omitempty"`
	// SchemaName - the name of the schema associated with this table partition and database.
	SchemaName *string `json:"schemaName,omitempty"`
	// Name - the name of the table partition.
	Name *string `json:"partitionName,omitempty"`
	// ParentName - the Ddl object of the partition's parent.
	ParentName *DdlName `json:"parentName,omitempty"`
	// IndexID - the index ID for this partition.
	IndexID *int32 `json:"indexId,omitempty"`
	// Label - the list of labels associated with this partition.
	Label *[]string `json:"label,omitempty"`
	// CreateDate - the creation time of the partition
	CreateDate *date.Time `json:"createDate,omitempty"`
	// ComputeAccountName - the name of the Data Lake Analytics account.
	ComputeAccountName *string `json:"computeAccountName,omitempty"`
	// Version - the version of the catalog item.
	Version *uuid.UUID `json:"version,omitempty"`
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. USQLTablePartition a Data Lake Analytics catalog U-SQL table partition item.

type USQLTablePartitionList deprecated

type USQLTablePartitionList struct {
	autorest.Response `json:"-"`
	// Value - the list of table partitions in the database, schema and table combination
	Value *[]USQLTablePartition `json:"value,omitempty"`
	// Count - the count of items in the list.
	Count *int32 `json:"count,omitempty"`
	// NextLink - the link to the next page of results.
	NextLink *string `json:"nextLink,omitempty"`
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. USQLTablePartitionList a Data Lake Analytics catalog U-SQL table partition item list.

func (USQLTablePartitionList) IsEmpty deprecated

func (ustpl USQLTablePartitionList) IsEmpty() bool

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. IsEmpty returns true if the ListResult contains no values.

type USQLTablePartitionListIterator deprecated

type USQLTablePartitionListIterator struct {
	// contains filtered or unexported fields
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. USQLTablePartitionListIterator provides access to a complete listing of USQLTablePartition values.

func (*USQLTablePartitionListIterator) Next deprecated

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (USQLTablePartitionListIterator) NotDone deprecated

func (iter USQLTablePartitionListIterator) NotDone() bool

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. NotDone returns true if the enumeration should be started or is not yet complete.

func (USQLTablePartitionListIterator) Response deprecated

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Response returns the raw server response from the last page request.

func (USQLTablePartitionListIterator) Value deprecated

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type USQLTablePartitionListPage deprecated

type USQLTablePartitionListPage struct {
	// contains filtered or unexported fields
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. USQLTablePartitionListPage contains a page of USQLTablePartition values.

func (*USQLTablePartitionListPage) Next deprecated

func (page *USQLTablePartitionListPage) Next() error

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (USQLTablePartitionListPage) NotDone deprecated

func (page USQLTablePartitionListPage) NotDone() bool

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. NotDone returns true if the page enumeration should be started or is not yet complete.

func (USQLTablePartitionListPage) Response deprecated

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Response returns the raw server response from the last page request.

func (USQLTablePartitionListPage) Values deprecated

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Values returns the slice of values for the current page or nil if there are no values.

type USQLTableStatistics deprecated

type USQLTableStatistics struct {
	autorest.Response `json:"-"`
	// DatabaseName - the name of the database.
	DatabaseName *string `json:"databaseName,omitempty"`
	// SchemaName - the name of the schema associated with this table and database.
	SchemaName *string `json:"schemaName,omitempty"`
	// TableName - the name of the table.
	TableName *string `json:"tableName,omitempty"`
	// Name - the name of the table statistics.
	Name *string `json:"statisticsName,omitempty"`
	// UserStatName - the name of the user statistics.
	UserStatName *string `json:"userStatName,omitempty"`
	// StatDataPath - the path to the statistics data.
	StatDataPath *string `json:"statDataPath,omitempty"`
	// CreateTime - the creation time of the statistics.
	CreateTime *date.Time `json:"createTime,omitempty"`
	// UpdateTime - the last time the statistics were updated.
	UpdateTime *date.Time `json:"updateTime,omitempty"`
	// IsUserCreated - the switch indicating if these statistics are user created.
	IsUserCreated *bool `json:"isUserCreated,omitempty"`
	// IsAutoCreated - the switch indicating if these statistics are automatically created.
	IsAutoCreated *bool `json:"isAutoCreated,omitempty"`
	// HasFilter - the switch indicating if these statistics have a filter.
	HasFilter *bool `json:"hasFilter,omitempty"`
	// FilterDefinition - the filter definition for the statistics.
	FilterDefinition *string `json:"filterDefinition,omitempty"`
	// ColNames - the list of column names associated with these statistics.
	ColNames *[]string `json:"colNames,omitempty"`
	// ComputeAccountName - the name of the Data Lake Analytics account.
	ComputeAccountName *string `json:"computeAccountName,omitempty"`
	// Version - the version of the catalog item.
	Version *uuid.UUID `json:"version,omitempty"`
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. USQLTableStatistics a Data Lake Analytics catalog U-SQL table statistics item.

type USQLTableStatisticsList deprecated

type USQLTableStatisticsList struct {
	autorest.Response `json:"-"`
	// Value - the list of table statistics in the database, schema and table combination
	Value *[]USQLTableStatistics `json:"value,omitempty"`
	// Count - the count of items in the list.
	Count *int32 `json:"count,omitempty"`
	// NextLink - the link to the next page of results.
	NextLink *string `json:"nextLink,omitempty"`
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. USQLTableStatisticsList a Data Lake Analytics catalog U-SQL table statistics item list.

func (USQLTableStatisticsList) IsEmpty deprecated

func (ustsl USQLTableStatisticsList) IsEmpty() bool

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. IsEmpty returns true if the ListResult contains no values.

type USQLTableStatisticsListIterator deprecated

type USQLTableStatisticsListIterator struct {
	// contains filtered or unexported fields
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. USQLTableStatisticsListIterator provides access to a complete listing of USQLTableStatistics values.

func (*USQLTableStatisticsListIterator) Next deprecated

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (USQLTableStatisticsListIterator) NotDone deprecated

func (iter USQLTableStatisticsListIterator) NotDone() bool

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. NotDone returns true if the enumeration should be started or is not yet complete.

func (USQLTableStatisticsListIterator) Response deprecated

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Response returns the raw server response from the last page request.

func (USQLTableStatisticsListIterator) Value deprecated

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type USQLTableStatisticsListPage deprecated

type USQLTableStatisticsListPage struct {
	// contains filtered or unexported fields
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. USQLTableStatisticsListPage contains a page of USQLTableStatistics values.

func (*USQLTableStatisticsListPage) Next deprecated

func (page *USQLTableStatisticsListPage) Next() error

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (USQLTableStatisticsListPage) NotDone deprecated

func (page USQLTableStatisticsListPage) NotDone() bool

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. NotDone returns true if the page enumeration should be started or is not yet complete.

func (USQLTableStatisticsListPage) Response deprecated

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Response returns the raw server response from the last page request.

func (USQLTableStatisticsListPage) Values deprecated

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Values returns the slice of values for the current page or nil if there are no values.

type USQLTableType deprecated

type USQLTableType struct {
	autorest.Response `json:"-"`
	// Columns - the type field information associated with this table type.
	Columns *[]TypeFieldInfo `json:"columns,omitempty"`
	// DatabaseName - the name of the database.
	DatabaseName *string `json:"databaseName,omitempty"`
	// SchemaName - the name of the schema associated with this table and database.
	SchemaName *string `json:"schemaName,omitempty"`
	// Name - the name of type for this type.
	Name *string `json:"typeName,omitempty"`
	// TypeFamily - the type family for this type.
	TypeFamily *string `json:"typeFamily,omitempty"`
	// CSharpName - the C# name for this type.
	CSharpName *string `json:"cSharpName,omitempty"`
	// FullCSharpName - the fully qualified C# name for this type.
	FullCSharpName *string `json:"fullCSharpName,omitempty"`
	// SystemTypeID - the system type ID for this type.
	SystemTypeID *int32 `json:"systemTypeId,omitempty"`
	// UserTypeID - the user type ID for this type.
	UserTypeID *int32 `json:"userTypeId,omitempty"`
	// SchemaID - the schema ID for this type.
	SchemaID *int32 `json:"schemaId,omitempty"`
	// PrincipalID - the principal ID for this type.
	PrincipalID *int32 `json:"principalId,omitempty"`
	// IsNullable - the the switch indicating if this type is nullable.
	IsNullable *bool `json:"isNullable,omitempty"`
	// IsUserDefined - the the switch indicating if this type is user defined.
	IsUserDefined *bool `json:"isUserDefined,omitempty"`
	// IsAssemblyType - the the switch indicating if this type is an assembly type.
	IsAssemblyType *bool `json:"isAssemblyType,omitempty"`
	// IsTableType - the the switch indicating if this type is a table type.
	IsTableType *bool `json:"isTableType,omitempty"`
	// IsComplexType - the the switch indicating if this type is a complex type.
	IsComplexType *bool `json:"isComplexType,omitempty"`
	// ComputeAccountName - the name of the Data Lake Analytics account.
	ComputeAccountName *string `json:"computeAccountName,omitempty"`
	// Version - the version of the catalog item.
	Version *uuid.UUID `json:"version,omitempty"`
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. USQLTableType a Data Lake Analytics catalog U-SQL table type item.

type USQLTableTypeList deprecated

type USQLTableTypeList struct {
	autorest.Response `json:"-"`
	// Value - the list of table types in the database and schema combination
	Value *[]USQLTableType `json:"value,omitempty"`
	// Count - the count of items in the list.
	Count *int32 `json:"count,omitempty"`
	// NextLink - the link to the next page of results.
	NextLink *string `json:"nextLink,omitempty"`
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. USQLTableTypeList a Data Lake Analytics catalog U-SQL table type item list.

func (USQLTableTypeList) IsEmpty deprecated

func (usttl USQLTableTypeList) IsEmpty() bool

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. IsEmpty returns true if the ListResult contains no values.

type USQLTableTypeListIterator deprecated

type USQLTableTypeListIterator struct {
	// contains filtered or unexported fields
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. USQLTableTypeListIterator provides access to a complete listing of USQLTableType values.

func (*USQLTableTypeListIterator) Next deprecated

func (iter *USQLTableTypeListIterator) Next() error

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (USQLTableTypeListIterator) NotDone deprecated

func (iter USQLTableTypeListIterator) NotDone() bool

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. NotDone returns true if the enumeration should be started or is not yet complete.

func (USQLTableTypeListIterator) Response deprecated

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Response returns the raw server response from the last page request.

func (USQLTableTypeListIterator) Value deprecated

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type USQLTableTypeListPage deprecated

type USQLTableTypeListPage struct {
	// contains filtered or unexported fields
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. USQLTableTypeListPage contains a page of USQLTableType values.

func (*USQLTableTypeListPage) Next deprecated

func (page *USQLTableTypeListPage) Next() error

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (USQLTableTypeListPage) NotDone deprecated

func (page USQLTableTypeListPage) NotDone() bool

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. NotDone returns true if the page enumeration should be started or is not yet complete.

func (USQLTableTypeListPage) Response deprecated

func (page USQLTableTypeListPage) Response() USQLTableTypeList

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Response returns the raw server response from the last page request.

func (USQLTableTypeListPage) Values deprecated

func (page USQLTableTypeListPage) Values() []USQLTableType

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Values returns the slice of values for the current page or nil if there are no values.

type USQLTableValuedFunction deprecated

type USQLTableValuedFunction struct {
	autorest.Response `json:"-"`
	// DatabaseName - the name of the database.
	DatabaseName *string `json:"databaseName,omitempty"`
	// SchemaName - the name of the schema associated with this database.
	SchemaName *string `json:"schemaName,omitempty"`
	// Name - the name of the table valued function.
	Name *string `json:"tvfName,omitempty"`
	// Definition - the definition of the table valued function.
	Definition *string `json:"definition,omitempty"`
	// ComputeAccountName - the name of the Data Lake Analytics account.
	ComputeAccountName *string `json:"computeAccountName,omitempty"`
	// Version - the version of the catalog item.
	Version *uuid.UUID `json:"version,omitempty"`
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. USQLTableValuedFunction a Data Lake Analytics catalog U-SQL table valued function item.

type USQLTableValuedFunctionList deprecated

type USQLTableValuedFunctionList struct {
	autorest.Response `json:"-"`
	// Value - the list of table valued functions in the database and schema combination
	Value *[]USQLTableValuedFunction `json:"value,omitempty"`
	// Count - the count of items in the list.
	Count *int32 `json:"count,omitempty"`
	// NextLink - the link to the next page of results.
	NextLink *string `json:"nextLink,omitempty"`
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. USQLTableValuedFunctionList a Data Lake Analytics catalog U-SQL table valued function item list.

func (USQLTableValuedFunctionList) IsEmpty deprecated

func (ustvfl USQLTableValuedFunctionList) IsEmpty() bool

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. IsEmpty returns true if the ListResult contains no values.

type USQLTableValuedFunctionListIterator deprecated

type USQLTableValuedFunctionListIterator struct {
	// contains filtered or unexported fields
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. USQLTableValuedFunctionListIterator provides access to a complete listing of USQLTableValuedFunction values.

func (*USQLTableValuedFunctionListIterator) Next deprecated

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (USQLTableValuedFunctionListIterator) NotDone deprecated

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. NotDone returns true if the enumeration should be started or is not yet complete.

func (USQLTableValuedFunctionListIterator) Response deprecated

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Response returns the raw server response from the last page request.

func (USQLTableValuedFunctionListIterator) Value deprecated

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type USQLTableValuedFunctionListPage deprecated

type USQLTableValuedFunctionListPage struct {
	// contains filtered or unexported fields
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. USQLTableValuedFunctionListPage contains a page of USQLTableValuedFunction values.

func (*USQLTableValuedFunctionListPage) Next deprecated

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (USQLTableValuedFunctionListPage) NotDone deprecated

func (page USQLTableValuedFunctionListPage) NotDone() bool

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. NotDone returns true if the page enumeration should be started or is not yet complete.

func (USQLTableValuedFunctionListPage) Response deprecated

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Response returns the raw server response from the last page request.

func (USQLTableValuedFunctionListPage) Values deprecated

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Values returns the slice of values for the current page or nil if there are no values.

type USQLType deprecated

type USQLType struct {
	// DatabaseName - the name of the database.
	DatabaseName *string `json:"databaseName,omitempty"`
	// SchemaName - the name of the schema associated with this table and database.
	SchemaName *string `json:"schemaName,omitempty"`
	// Name - the name of type for this type.
	Name *string `json:"typeName,omitempty"`
	// TypeFamily - the type family for this type.
	TypeFamily *string `json:"typeFamily,omitempty"`
	// CSharpName - the C# name for this type.
	CSharpName *string `json:"cSharpName,omitempty"`
	// FullCSharpName - the fully qualified C# name for this type.
	FullCSharpName *string `json:"fullCSharpName,omitempty"`
	// SystemTypeID - the system type ID for this type.
	SystemTypeID *int32 `json:"systemTypeId,omitempty"`
	// UserTypeID - the user type ID for this type.
	UserTypeID *int32 `json:"userTypeId,omitempty"`
	// SchemaID - the schema ID for this type.
	SchemaID *int32 `json:"schemaId,omitempty"`
	// PrincipalID - the principal ID for this type.
	PrincipalID *int32 `json:"principalId,omitempty"`
	// IsNullable - the the switch indicating if this type is nullable.
	IsNullable *bool `json:"isNullable,omitempty"`
	// IsUserDefined - the the switch indicating if this type is user defined.
	IsUserDefined *bool `json:"isUserDefined,omitempty"`
	// IsAssemblyType - the the switch indicating if this type is an assembly type.
	IsAssemblyType *bool `json:"isAssemblyType,omitempty"`
	// IsTableType - the the switch indicating if this type is a table type.
	IsTableType *bool `json:"isTableType,omitempty"`
	// IsComplexType - the the switch indicating if this type is a complex type.
	IsComplexType *bool `json:"isComplexType,omitempty"`
	// ComputeAccountName - the name of the Data Lake Analytics account.
	ComputeAccountName *string `json:"computeAccountName,omitempty"`
	// Version - the version of the catalog item.
	Version *uuid.UUID `json:"version,omitempty"`
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. USQLType a Data Lake Analytics catalog U-SQL type item.

type USQLTypeList deprecated

type USQLTypeList struct {
	autorest.Response `json:"-"`
	// Value - the list of types in the database and schema combination
	Value *[]USQLType `json:"value,omitempty"`
	// Count - the count of items in the list.
	Count *int32 `json:"count,omitempty"`
	// NextLink - the link to the next page of results.
	NextLink *string `json:"nextLink,omitempty"`
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. USQLTypeList a Data Lake Analytics catalog U-SQL type item list.

func (USQLTypeList) IsEmpty deprecated

func (ustl USQLTypeList) IsEmpty() bool

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. IsEmpty returns true if the ListResult contains no values.

type USQLTypeListIterator deprecated

type USQLTypeListIterator struct {
	// contains filtered or unexported fields
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. USQLTypeListIterator provides access to a complete listing of USQLType values.

func (*USQLTypeListIterator) Next deprecated

func (iter *USQLTypeListIterator) Next() error

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (USQLTypeListIterator) NotDone deprecated

func (iter USQLTypeListIterator) NotDone() bool

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. NotDone returns true if the enumeration should be started or is not yet complete.

func (USQLTypeListIterator) Response deprecated

func (iter USQLTypeListIterator) Response() USQLTypeList

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Response returns the raw server response from the last page request.

func (USQLTypeListIterator) Value deprecated

func (iter USQLTypeListIterator) Value() USQLType

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type USQLTypeListPage deprecated

type USQLTypeListPage struct {
	// contains filtered or unexported fields
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. USQLTypeListPage contains a page of USQLType values.

func (*USQLTypeListPage) Next deprecated

func (page *USQLTypeListPage) Next() error

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (USQLTypeListPage) NotDone deprecated

func (page USQLTypeListPage) NotDone() bool

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. NotDone returns true if the page enumeration should be started or is not yet complete.

func (USQLTypeListPage) Response deprecated

func (page USQLTypeListPage) Response() USQLTypeList

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Response returns the raw server response from the last page request.

func (USQLTypeListPage) Values deprecated

func (page USQLTypeListPage) Values() []USQLType

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Values returns the slice of values for the current page or nil if there are no values.

type USQLView deprecated

type USQLView struct {
	autorest.Response `json:"-"`
	// DatabaseName - the name of the database.
	DatabaseName *string `json:"databaseName,omitempty"`
	// SchemaName - the name of the schema associated with this view and database.
	SchemaName *string `json:"schemaName,omitempty"`
	// Name - the name of the view.
	Name *string `json:"viewName,omitempty"`
	// Definition - the defined query of the view.
	Definition *string `json:"definition,omitempty"`
	// ComputeAccountName - the name of the Data Lake Analytics account.
	ComputeAccountName *string `json:"computeAccountName,omitempty"`
	// Version - the version of the catalog item.
	Version *uuid.UUID `json:"version,omitempty"`
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. USQLView a Data Lake Analytics catalog U-SQL view item.

type USQLViewList deprecated

type USQLViewList struct {
	autorest.Response `json:"-"`
	// Value - the list of view in the database and schema combination
	Value *[]USQLView `json:"value,omitempty"`
	// Count - the count of items in the list.
	Count *int32 `json:"count,omitempty"`
	// NextLink - the link to the next page of results.
	NextLink *string `json:"nextLink,omitempty"`
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. USQLViewList a Data Lake Analytics catalog U-SQL view item list.

func (USQLViewList) IsEmpty deprecated

func (usvl USQLViewList) IsEmpty() bool

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. IsEmpty returns true if the ListResult contains no values.

type USQLViewListIterator deprecated

type USQLViewListIterator struct {
	// contains filtered or unexported fields
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. USQLViewListIterator provides access to a complete listing of USQLView values.

func (*USQLViewListIterator) Next deprecated

func (iter *USQLViewListIterator) Next() error

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (USQLViewListIterator) NotDone deprecated

func (iter USQLViewListIterator) NotDone() bool

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. NotDone returns true if the enumeration should be started or is not yet complete.

func (USQLViewListIterator) Response deprecated

func (iter USQLViewListIterator) Response() USQLViewList

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Response returns the raw server response from the last page request.

func (USQLViewListIterator) Value deprecated

func (iter USQLViewListIterator) Value() USQLView

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type USQLViewListPage deprecated

type USQLViewListPage struct {
	// contains filtered or unexported fields
}

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. USQLViewListPage contains a page of USQLView values.

func (*USQLViewListPage) Next deprecated

func (page *USQLViewListPage) Next() error

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (USQLViewListPage) NotDone deprecated

func (page USQLViewListPage) NotDone() bool

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. NotDone returns true if the page enumeration should be started or is not yet complete.

func (USQLViewListPage) Response deprecated

func (page USQLViewListPage) Response() USQLViewList

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Response returns the raw server response from the last page request.

func (USQLViewListPage) Values deprecated

func (page USQLViewListPage) Values() []USQLView

Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/datalake/analytics/2015-10-01-preview/catalog instead. Values returns the slice of values for the current page or nil if there are no values.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL