const ( DefaultAdlaJobDNSSuffix = original.DefaultAdlaJobDNSSuffix )
func UserAgent() string
func Version() string
type BaseClient = original.BaseClient
func New() BaseClient
func NewWithoutDefaults(adlaJobDNSSuffix string) BaseClient
type BaseJobParameters = original.BaseJobParameters
type BasicCreateJobProperties = original.BasicCreateJobProperties
type BasicProperties = original.BasicProperties
type BuildJobParameters = original.BuildJobParameters
type Client = original.Client
func NewClient() Client
type CompileMode = original.CompileMode
const ( Full CompileMode = original.Full Semantic CompileMode = original.Semantic SingleBox CompileMode = original.SingleBox )
func PossibleCompileModeValues() []CompileMode
type CreateJobParameters = original.CreateJobParameters
type CreateJobProperties = original.CreateJobProperties
type CreateUSQLJobProperties = original.CreateUSQLJobProperties
type DataPath = original.DataPath
type Diagnostics = original.Diagnostics
type ErrorDetails = original.ErrorDetails
type HiveJobProperties = original.HiveJobProperties
type InfoListResult = original.InfoListResult
type InfoListResultIterator = original.InfoListResultIterator
func NewInfoListResultIterator(page InfoListResultPage) InfoListResultIterator
type InfoListResultPage = original.InfoListResultPage
func NewInfoListResultPage(cur InfoListResult, getNextPage func(context.Context, InfoListResult) (InfoListResult, error)) InfoListResultPage
type Information = original.Information
type InformationBasic = original.InformationBasic
type InnerError = original.InnerError
type PipelineClient = original.PipelineClient
func NewPipelineClient() PipelineClient
type PipelineInformation = original.PipelineInformation
type PipelineInformationListResult = original.PipelineInformationListResult
type PipelineInformationListResultIterator = original.PipelineInformationListResultIterator
func NewPipelineInformationListResultIterator(page PipelineInformationListResultPage) PipelineInformationListResultIterator
type PipelineInformationListResultPage = original.PipelineInformationListResultPage
func NewPipelineInformationListResultPage(cur PipelineInformationListResult, getNextPage func(context.Context, PipelineInformationListResult) (PipelineInformationListResult, error)) PipelineInformationListResultPage
type PipelineRunInformation = original.PipelineRunInformation
type Properties = original.Properties
type RecurrenceClient = original.RecurrenceClient
func NewRecurrenceClient() RecurrenceClient
type RecurrenceInformation = original.RecurrenceInformation
type RecurrenceInformationListResult = original.RecurrenceInformationListResult
type RecurrenceInformationListResultIterator = original.RecurrenceInformationListResultIterator
func NewRecurrenceInformationListResultIterator(page RecurrenceInformationListResultPage) RecurrenceInformationListResultIterator
type RecurrenceInformationListResultPage = original.RecurrenceInformationListResultPage
func NewRecurrenceInformationListResultPage(cur RecurrenceInformationListResult, getNextPage func(context.Context, RecurrenceInformationListResult) (RecurrenceInformationListResult, error)) RecurrenceInformationListResultPage
type RelationshipProperties = original.RelationshipProperties
type Resource = original.Resource
type ResourceType = original.ResourceType
const ( JobManagerResource ResourceType = original.JobManagerResource JobManagerResourceInUserFolder ResourceType = original.JobManagerResourceInUserFolder StatisticsResource ResourceType = original.StatisticsResource StatisticsResourceInUserFolder ResourceType = original.StatisticsResourceInUserFolder VertexResource ResourceType = original.VertexResource VertexResourceInUserFolder ResourceType = original.VertexResourceInUserFolder )
func PossibleResourceTypeValues() []ResourceType
type Result = original.Result
const ( Cancelled Result = original.Cancelled Failed Result = original.Failed None Result = original.None Succeeded Result = original.Succeeded )
func PossibleResultValues() []Result
type SeverityTypes = original.SeverityTypes
const ( Deprecated SeverityTypes = original.Deprecated Error SeverityTypes = original.Error Info SeverityTypes = original.Info SevereWarning SeverityTypes = original.SevereWarning UserWarning SeverityTypes = original.UserWarning Warning SeverityTypes = original.Warning )
func PossibleSeverityTypesValues() []SeverityTypes
type State = original.State
const ( StateAccepted State = original.StateAccepted StateCompiling State = original.StateCompiling StateEnded State = original.StateEnded StateNew State = original.StateNew StatePaused State = original.StatePaused StateQueued State = original.StateQueued StateRunning State = original.StateRunning StateScheduling State = original.StateScheduling StateStarting State = original.StateStarting StateWaitingForCapacity State = original.StateWaitingForCapacity )
func PossibleStateValues() []State
type StateAuditRecord = original.StateAuditRecord
type Statistics = original.Statistics
type StatisticsVertexStage = original.StatisticsVertexStage
type Type = original.Type
const ( TypeHive Type = original.TypeHive TypeJobProperties Type = original.TypeJobProperties TypeUSQL Type = original.TypeUSQL )
func PossibleTypeValues() []Type
type TypeBasicCreateJobProperties = original.TypeBasicCreateJobProperties
const ( TypeBasicCreateJobPropertiesTypeCreateJobProperties TypeBasicCreateJobProperties = original.TypeBasicCreateJobPropertiesTypeCreateJobProperties TypeBasicCreateJobPropertiesTypeUSQL TypeBasicCreateJobProperties = original.TypeBasicCreateJobPropertiesTypeUSQL )
func PossibleTypeBasicCreateJobPropertiesValues() []TypeBasicCreateJobProperties
type TypeEnum = original.TypeEnum
const ( Hive TypeEnum = original.Hive USQL TypeEnum = original.USQL )
func PossibleTypeEnumValues() []TypeEnum
type USQLJobProperties = original.USQLJobProperties