Documentation ¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type BaseClient
- type Client
- type DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters
- type DdlName
- type EntityID
- type ExternalTable
- type FileType
- type Item
- type ItemList
- type TypeFieldInfo
- type USQLAssembly
- type USQLAssemblyClr
- type USQLAssemblyDependencyInfo
- type USQLAssemblyFileInfo
- type USQLAssemblyList
- type USQLAssemblyListIterator
- type USQLAssemblyListPage
- type USQLCredential
- type USQLCredentialList
- type USQLCredentialListIterator
- type USQLCredentialListPage
- type USQLDatabase
- type USQLDatabaseList
- type USQLDatabaseListIterator
- type USQLDatabaseListPage
- type USQLDirectedColumn
- type USQLDistributionInfo
- type USQLExternalDataSource
- type USQLExternalDataSourceList
- type USQLExternalDataSourceListIterator
- type USQLExternalDataSourceListPage
- type USQLIndex
- type USQLProcedure
- type USQLProcedureList
- type USQLProcedureListIterator
- type USQLProcedureListPage
- type USQLSchema
- type USQLSchemaList
- type USQLSchemaListIterator
- type USQLSchemaListPage
- type USQLSecret
- type USQLTable
- type USQLTableColumn
- type USQLTableList
- type USQLTableListIterator
- type USQLTableListPage
- type USQLTablePartition
- type USQLTablePartitionList
- type USQLTablePartitionListIterator
- type USQLTablePartitionListPage
- type USQLTableStatistics
- type USQLTableStatisticsList
- type USQLTableStatisticsListIterator
- type USQLTableStatisticsListPage
- type USQLTableType
- type USQLTableTypeList
- type USQLTableTypeListIterator
- type USQLTableTypeListPage
- type USQLTableValuedFunction
- type USQLTableValuedFunctionList
- type USQLTableValuedFunctionListIterator
- type USQLTableValuedFunctionListPage
- type USQLType
- type USQLTypeList
- type USQLTypeListIterator
- type USQLTypeListPage
- type USQLView
- type USQLViewList
- type USQLViewListIterator
- type USQLViewListPage
Constants ¶
View Source
const (
DefaultAdlaCatalogDNSSuffix = original.DefaultAdlaCatalogDNSSuffix
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BaseClient ¶
type BaseClient = original.BaseClient
func New ¶
func New() BaseClient
func NewWithoutDefaults ¶
func NewWithoutDefaults(adlaCatalogDNSSuffix string) BaseClient
type DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters ¶
type DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters = original.DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters
type ExternalTable ¶
type ExternalTable = original.ExternalTable
type FileType ¶
func PossibleFileTypeValues ¶
func PossibleFileTypeValues() []FileType
type TypeFieldInfo ¶
type TypeFieldInfo = original.TypeFieldInfo
type USQLAssembly ¶
type USQLAssembly = original.USQLAssembly
type USQLAssemblyClr ¶
type USQLAssemblyClr = original.USQLAssemblyClr
type USQLAssemblyDependencyInfo ¶
type USQLAssemblyDependencyInfo = original.USQLAssemblyDependencyInfo
type USQLAssemblyFileInfo ¶
type USQLAssemblyFileInfo = original.USQLAssemblyFileInfo
type USQLAssemblyList ¶
type USQLAssemblyList = original.USQLAssemblyList
type USQLAssemblyListIterator ¶
type USQLAssemblyListIterator = original.USQLAssemblyListIterator
func NewUSQLAssemblyListIterator ¶
func NewUSQLAssemblyListIterator(page USQLAssemblyListPage) USQLAssemblyListIterator
type USQLAssemblyListPage ¶
type USQLAssemblyListPage = original.USQLAssemblyListPage
func NewUSQLAssemblyListPage ¶
func NewUSQLAssemblyListPage(getNextPage func(context.Context, USQLAssemblyList) (USQLAssemblyList, error)) USQLAssemblyListPage
type USQLCredential ¶
type USQLCredential = original.USQLCredential
type USQLCredentialList ¶
type USQLCredentialList = original.USQLCredentialList
type USQLCredentialListIterator ¶
type USQLCredentialListIterator = original.USQLCredentialListIterator
func NewUSQLCredentialListIterator ¶
func NewUSQLCredentialListIterator(page USQLCredentialListPage) USQLCredentialListIterator
type USQLCredentialListPage ¶
type USQLCredentialListPage = original.USQLCredentialListPage
func NewUSQLCredentialListPage ¶
func NewUSQLCredentialListPage(getNextPage func(context.Context, USQLCredentialList) (USQLCredentialList, error)) USQLCredentialListPage
type USQLDatabase ¶
type USQLDatabase = original.USQLDatabase
type USQLDatabaseList ¶
type USQLDatabaseList = original.USQLDatabaseList
type USQLDatabaseListIterator ¶
type USQLDatabaseListIterator = original.USQLDatabaseListIterator
func NewUSQLDatabaseListIterator ¶
func NewUSQLDatabaseListIterator(page USQLDatabaseListPage) USQLDatabaseListIterator
type USQLDatabaseListPage ¶
type USQLDatabaseListPage = original.USQLDatabaseListPage
func NewUSQLDatabaseListPage ¶
func NewUSQLDatabaseListPage(getNextPage func(context.Context, USQLDatabaseList) (USQLDatabaseList, error)) USQLDatabaseListPage
type USQLDirectedColumn ¶
type USQLDirectedColumn = original.USQLDirectedColumn
type USQLDistributionInfo ¶
type USQLDistributionInfo = original.USQLDistributionInfo
type USQLExternalDataSource ¶
type USQLExternalDataSource = original.USQLExternalDataSource
type USQLExternalDataSourceList ¶
type USQLExternalDataSourceList = original.USQLExternalDataSourceList
type USQLExternalDataSourceListIterator ¶
type USQLExternalDataSourceListIterator = original.USQLExternalDataSourceListIterator
func NewUSQLExternalDataSourceListIterator ¶
func NewUSQLExternalDataSourceListIterator(page USQLExternalDataSourceListPage) USQLExternalDataSourceListIterator
type USQLExternalDataSourceListPage ¶
type USQLExternalDataSourceListPage = original.USQLExternalDataSourceListPage
func NewUSQLExternalDataSourceListPage ¶
func NewUSQLExternalDataSourceListPage(getNextPage func(context.Context, USQLExternalDataSourceList) (USQLExternalDataSourceList, error)) USQLExternalDataSourceListPage
type USQLProcedure ¶
type USQLProcedure = original.USQLProcedure
type USQLProcedureList ¶
type USQLProcedureList = original.USQLProcedureList
type USQLProcedureListIterator ¶
type USQLProcedureListIterator = original.USQLProcedureListIterator
func NewUSQLProcedureListIterator ¶
func NewUSQLProcedureListIterator(page USQLProcedureListPage) USQLProcedureListIterator
type USQLProcedureListPage ¶
type USQLProcedureListPage = original.USQLProcedureListPage
func NewUSQLProcedureListPage ¶
func NewUSQLProcedureListPage(getNextPage func(context.Context, USQLProcedureList) (USQLProcedureList, error)) USQLProcedureListPage
type USQLSchema ¶
type USQLSchema = original.USQLSchema
type USQLSchemaList ¶
type USQLSchemaList = original.USQLSchemaList
type USQLSchemaListIterator ¶
type USQLSchemaListIterator = original.USQLSchemaListIterator
func NewUSQLSchemaListIterator ¶
func NewUSQLSchemaListIterator(page USQLSchemaListPage) USQLSchemaListIterator
type USQLSchemaListPage ¶
type USQLSchemaListPage = original.USQLSchemaListPage
func NewUSQLSchemaListPage ¶
func NewUSQLSchemaListPage(getNextPage func(context.Context, USQLSchemaList) (USQLSchemaList, error)) USQLSchemaListPage
type USQLSecret ¶
type USQLSecret = original.USQLSecret
type USQLTableColumn ¶
type USQLTableColumn = original.USQLTableColumn
type USQLTableList ¶
type USQLTableList = original.USQLTableList
type USQLTableListIterator ¶
type USQLTableListIterator = original.USQLTableListIterator
func NewUSQLTableListIterator ¶
func NewUSQLTableListIterator(page USQLTableListPage) USQLTableListIterator
type USQLTableListPage ¶
type USQLTableListPage = original.USQLTableListPage
func NewUSQLTableListPage ¶
func NewUSQLTableListPage(getNextPage func(context.Context, USQLTableList) (USQLTableList, error)) USQLTableListPage
type USQLTablePartition ¶
type USQLTablePartition = original.USQLTablePartition
type USQLTablePartitionList ¶
type USQLTablePartitionList = original.USQLTablePartitionList
type USQLTablePartitionListIterator ¶
type USQLTablePartitionListIterator = original.USQLTablePartitionListIterator
func NewUSQLTablePartitionListIterator ¶
func NewUSQLTablePartitionListIterator(page USQLTablePartitionListPage) USQLTablePartitionListIterator
type USQLTablePartitionListPage ¶
type USQLTablePartitionListPage = original.USQLTablePartitionListPage
func NewUSQLTablePartitionListPage ¶
func NewUSQLTablePartitionListPage(getNextPage func(context.Context, USQLTablePartitionList) (USQLTablePartitionList, error)) USQLTablePartitionListPage
type USQLTableStatistics ¶
type USQLTableStatistics = original.USQLTableStatistics
type USQLTableStatisticsList ¶
type USQLTableStatisticsList = original.USQLTableStatisticsList
type USQLTableStatisticsListIterator ¶
type USQLTableStatisticsListIterator = original.USQLTableStatisticsListIterator
func NewUSQLTableStatisticsListIterator ¶
func NewUSQLTableStatisticsListIterator(page USQLTableStatisticsListPage) USQLTableStatisticsListIterator
type USQLTableStatisticsListPage ¶
type USQLTableStatisticsListPage = original.USQLTableStatisticsListPage
func NewUSQLTableStatisticsListPage ¶
func NewUSQLTableStatisticsListPage(getNextPage func(context.Context, USQLTableStatisticsList) (USQLTableStatisticsList, error)) USQLTableStatisticsListPage
type USQLTableType ¶
type USQLTableType = original.USQLTableType
type USQLTableTypeList ¶
type USQLTableTypeList = original.USQLTableTypeList
type USQLTableTypeListIterator ¶
type USQLTableTypeListIterator = original.USQLTableTypeListIterator
func NewUSQLTableTypeListIterator ¶
func NewUSQLTableTypeListIterator(page USQLTableTypeListPage) USQLTableTypeListIterator
type USQLTableTypeListPage ¶
type USQLTableTypeListPage = original.USQLTableTypeListPage
func NewUSQLTableTypeListPage ¶
func NewUSQLTableTypeListPage(getNextPage func(context.Context, USQLTableTypeList) (USQLTableTypeList, error)) USQLTableTypeListPage
type USQLTableValuedFunction ¶
type USQLTableValuedFunction = original.USQLTableValuedFunction
type USQLTableValuedFunctionList ¶
type USQLTableValuedFunctionList = original.USQLTableValuedFunctionList
type USQLTableValuedFunctionListIterator ¶
type USQLTableValuedFunctionListIterator = original.USQLTableValuedFunctionListIterator
func NewUSQLTableValuedFunctionListIterator ¶
func NewUSQLTableValuedFunctionListIterator(page USQLTableValuedFunctionListPage) USQLTableValuedFunctionListIterator
type USQLTableValuedFunctionListPage ¶
type USQLTableValuedFunctionListPage = original.USQLTableValuedFunctionListPage
func NewUSQLTableValuedFunctionListPage ¶
func NewUSQLTableValuedFunctionListPage(getNextPage func(context.Context, USQLTableValuedFunctionList) (USQLTableValuedFunctionList, error)) USQLTableValuedFunctionListPage
type USQLTypeList ¶
type USQLTypeList = original.USQLTypeList
type USQLTypeListIterator ¶
type USQLTypeListIterator = original.USQLTypeListIterator
func NewUSQLTypeListIterator ¶
func NewUSQLTypeListIterator(page USQLTypeListPage) USQLTypeListIterator
type USQLTypeListPage ¶
type USQLTypeListPage = original.USQLTypeListPage
func NewUSQLTypeListPage ¶
func NewUSQLTypeListPage(getNextPage func(context.Context, USQLTypeList) (USQLTypeList, error)) USQLTypeListPage
type USQLViewList ¶
type USQLViewList = original.USQLViewList
type USQLViewListIterator ¶
type USQLViewListIterator = original.USQLViewListIterator
func NewUSQLViewListIterator ¶
func NewUSQLViewListIterator(page USQLViewListPage) USQLViewListIterator
type USQLViewListPage ¶
type USQLViewListPage = original.USQLViewListPage
func NewUSQLViewListPage ¶
func NewUSQLViewListPage(getNextPage func(context.Context, USQLViewList) (USQLViewList, error)) USQLViewListPage
Click to show internal directories.
Click to hide internal directories.