datafactory

package
v2.96.0 Latest Latest
Warning

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

Go to latest
Published: Feb 14, 2022 License: MPL-2.0 Imports: 41 Imported by: 0

Documentation

Index

Constants

View Source
const (
	TypeBasicDatasetCompressionTypeBZip2      string = "BZip2"
	TypeBasicDatasetCompressionTypeDeflate    string = "Deflate"
	TypeBasicDatasetCompressionTypeGZip       string = "GZip"
	TypeBasicDatasetCompressionTypeTar        string = "Tar"
	TypeBasicDatasetCompressionTypeTarGZip    string = "TarGZip"
	TypeBasicDatasetCompressionTypeZipDeflate string = "ZipDeflate"
)

@tombuildsstuff: these have been ported over from the Azure SDK for Go since the service team has removed them but the casing differs in the API, so we need to ensure these are normalized on our side.

Variables

This section is empty.

Functions

func SchemaForDataFlowSourceAndSink

func SchemaForDataFlowSourceAndSink() *pluginsdk.Schema

Types

type DatasetColumn

type DatasetColumn struct {
	Name        string `json:"name,omitempty"`
	Description string `json:"description,omitempty"`
	Type        string `json:"type,omitempty"`
}

DatasetColumn describes the attributes needed to specify a structure column for a dataset

type DatasetSnowflakeSchemaColumn

type DatasetSnowflakeSchemaColumn struct {
	Name      string `json:"name,omitempty"`
	Type      string `json:"type,omitempty"`
	Precision int    `json:"precision,omitempty"`
	Scale     int    `json:"scale,omitempty"`
}

DatasetSnowflakeSchemaColumn describes the attributes needed to specify a Snowflake schema column for a dataset

type Registration

type Registration struct{}

func (Registration) AssociatedGitHubLabel

func (r Registration) AssociatedGitHubLabel() string

func (Registration) Name

func (r Registration) Name() string

Name is the name of this Service

func (Registration) SupportedDataSources

func (r Registration) SupportedDataSources() map[string]*pluginsdk.Resource

SupportedDataSources returns the supported Data Sources supported by this Service

func (Registration) SupportedResources

func (r Registration) SupportedResources() map[string]*pluginsdk.Resource

SupportedResources returns the supported Resources supported by this Service

func (Registration) WebsiteCategories

func (r Registration) WebsiteCategories() []string

WebsiteCategories returns a list of categories which can be used for the sidebar

Source Files

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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