Documentation ¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type BaseJobParameters
- type BuildJobParameters
- type CompileMode
- type CreateJobParameters
- type CreateJobProperties
- type CreateUSQLJobProperties
- type DataPath
- type Diagnostics
- type ErrorDetails
- type GroupClient
- type HiveJobProperties
- type InfoListResult
- type Information
- type InformationBasic
- type InnerError
- type ManagementClient
- type PipelineClient
- type PipelineInformation
- type PipelineInformationListResult
- type PipelineRunInformation
- type Properties
- type RecurrenceClient
- type RecurrenceInformation
- type RecurrenceInformationListResult
- type RelationshipProperties
- type Resource
- type ResourceType
- type Result
- type SeverityTypes
- type State
- type StateAuditRecord
- type Statistics
- type StatisticsVertexStage
- type Type
- type USQLJobProperties
Constants ¶
View Source
const (
DefaultAdlaJobDNSSuffix = original.DefaultAdlaJobDNSSuffix
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BaseJobParameters ¶
type BaseJobParameters = original.BaseJobParameters
type BuildJobParameters ¶
type BuildJobParameters = original.BuildJobParameters
type CompileMode ¶
type CompileMode = original.CompileMode
const ( Full CompileMode = original.Full Semantic CompileMode = original.Semantic SingleBox CompileMode = original.SingleBox )
type CreateJobParameters ¶
type CreateJobParameters = original.CreateJobParameters
type CreateJobProperties ¶
type CreateJobProperties = original.CreateJobProperties
type CreateUSQLJobProperties ¶
type CreateUSQLJobProperties = original.CreateUSQLJobProperties
type Diagnostics ¶
type Diagnostics = original.Diagnostics
type ErrorDetails ¶
type ErrorDetails = original.ErrorDetails
type GroupClient ¶
type GroupClient = original.GroupClient
func NewGroupClient ¶
func NewGroupClient() GroupClient
type HiveJobProperties ¶
type HiveJobProperties = original.HiveJobProperties
type InfoListResult ¶
type InfoListResult = original.InfoListResult
type Information ¶
type Information = original.Information
type InformationBasic ¶
type InformationBasic = original.InformationBasic
type InnerError ¶
type InnerError = original.InnerError
type ManagementClient ¶
type ManagementClient = original.ManagementClient
func New ¶
func New() ManagementClient
func NewWithoutDefaults ¶
func NewWithoutDefaults(adlaJobDNSSuffix string) ManagementClient
type PipelineClient ¶
type PipelineClient = original.PipelineClient
func NewPipelineClient ¶
func NewPipelineClient() PipelineClient
type PipelineInformation ¶
type PipelineInformation = original.PipelineInformation
type PipelineInformationListResult ¶
type PipelineInformationListResult = original.PipelineInformationListResult
type PipelineRunInformation ¶
type PipelineRunInformation = original.PipelineRunInformation
type Properties ¶
type Properties = original.Properties
type RecurrenceClient ¶
type RecurrenceClient = original.RecurrenceClient
func NewRecurrenceClient ¶
func NewRecurrenceClient() RecurrenceClient
type RecurrenceInformation ¶
type RecurrenceInformation = original.RecurrenceInformation
type RecurrenceInformationListResult ¶
type RecurrenceInformationListResult = original.RecurrenceInformationListResult
type RelationshipProperties ¶
type RelationshipProperties = original.RelationshipProperties
type ResourceType ¶
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 )
type SeverityTypes ¶
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 )
type 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 )
type StateAuditRecord ¶
type StateAuditRecord = original.StateAuditRecord
type Statistics ¶
type Statistics = original.Statistics
type StatisticsVertexStage ¶
type StatisticsVertexStage = original.StatisticsVertexStage
type USQLJobProperties ¶
type USQLJobProperties = original.USQLJobProperties
Click to show internal directories.
Click to hide internal directories.