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 ¶
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) 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 ¶
- data_factory.go
- data_factory_custom_dataset_resource.go
- data_factory_data_flow.go
- data_factory_data_flow_resource.go
- data_factory_data_source.go
- data_factory_dataset.go
- data_factory_dataset_azure_blob_resource.go
- data_factory_dataset_binary_resource.go
- data_factory_dataset_cosmosdb_sqlapi_resource.go
- data_factory_dataset_delimited_text_resource.go
- data_factory_dataset_http_resource.go
- data_factory_dataset_json_resource.go
- data_factory_dataset_mysql_resource.go
- data_factory_dataset_parquet_resource.go
- data_factory_dataset_postgresql_resource.go
- data_factory_dataset_snowflake_resource.go
- data_factory_dataset_sql_server_table_resource.go
- data_factory_integration_runtime_azure_resource.go
- data_factory_integration_runtime_azure_ssis_resource.go
- data_factory_integration_runtime_managed_resource.go
- data_factory_integration_runtime_self_hosted_resource.go
- data_factory_linked_custom_service_resource.go
- data_factory_linked_service.go
- data_factory_linked_service_azure_blob_storage_resource.go
- data_factory_linked_service_azure_databricks_resource.go
- data_factory_linked_service_azure_file_storage_resource.go
- data_factory_linked_service_azure_function_resource.go
- data_factory_linked_service_azure_search_resource.go
- data_factory_linked_service_azure_sql_database_resource.go
- data_factory_linked_service_azure_table_storage_resource.go
- data_factory_linked_service_cosmosdb_mongoapi_resource.go
- data_factory_linked_service_cosmosdb_resource.go
- data_factory_linked_service_data_lake_storage_gen2_resource.go
- data_factory_linked_service_key_vault_resource.go
- data_factory_linked_service_kusto_resource.go
- data_factory_linked_service_mysql_resource.go
- data_factory_linked_service_odata_resource.go
- data_factory_linked_service_odbc_resource.go
- data_factory_linked_service_postgresql_resource.go
- data_factory_linked_service_sftp_resource.go
- data_factory_linked_service_snowflake_resource.go
- data_factory_linked_service_sql_server_resource.go
- data_factory_linked_service_synapse_resource.go
- data_factory_linked_service_web_resource.go
- data_factory_managed_private_endpoint_resource.go
- data_factory_pipeline_resource.go
- data_factory_resource.go
- data_factory_trigger_blob_event_resource.go
- data_factory_trigger_custom_event_resource.go
- data_factory_trigger_schedule_resource.go
- data_factory_trigger_tumbling_window_resource.go
- registration.go
- resourceids.go
Click to show internal directories.
Click to hide internal directories.