GetSqlDWTableDataSetMappingResult

data class GetSqlDWTableDataSetMappingResult(val azureApiVersion: String, val dataSetId: String, val dataSetMappingStatus: String, val dataWarehouseName: String, val id: String, val kind: String, val name: String, val provisioningState: String, val schemaName: String, val sqlServerResourceId: String, val systemData: SystemDataResponse, val tableName: String, val type: String)

A SQL DW Table data set mapping.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, dataSetId: String, dataSetMappingStatus: String, dataWarehouseName: String, id: String, kind: String, name: String, provisioningState: String, schemaName: String, sqlServerResourceId: String, systemData: SystemDataResponse, tableName: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

The id of the source data set.

Link copied to clipboard

Gets the status of the data set mapping.

Link copied to clipboard

DataWarehouse name of the source data set

Link copied to clipboard
val id: String

The resource id of the azure resource

Link copied to clipboard

Kind of data set mapping. Expected value is 'SqlDWTable'.

Link copied to clipboard

Name of the azure resource

Link copied to clipboard

Provisioning state of the data set mapping.

Link copied to clipboard

Schema of the table. Default value is dbo.

Link copied to clipboard

Resource id of SQL server

Link copied to clipboard

System Data of the Azure resource.

Link copied to clipboard

SQL DW table name.

Link copied to clipboard

Type of the azure resource