GetSqlDBTableDataSetResult

data class GetSqlDBTableDataSetResult(val dataSetId: String, val databaseName: String, val id: String, val kind: String, val name: String, val schemaName: String, val sqlServerResourceId: String, val systemData: SystemDataResponse, val tableName: String, val type: String)

A SQL DB table data set.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Database name of the source data set

Link copied to clipboard

Unique id for identifying a data set resource

Link copied to clipboard
val id: String

The resource id of the azure resource

Link copied to clipboard

Kind of data set. Expected value is 'SqlDBTable'.

Link copied to clipboard

Name of the azure resource

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 DB table name.

Link copied to clipboard

Type of the azure resource