PowerQuerySinkMappingResponse

data class PowerQuerySinkMappingResponse(val dataflowSinks: List<PowerQuerySinkResponse>? = null, val queryName: String? = null)

Map Power Query mashup query to sink dataset(s).

Constructors

Link copied to clipboard
constructor(dataflowSinks: List<PowerQuerySinkResponse>? = null, queryName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of sinks mapped to Power Query mashup query.

Link copied to clipboard
val queryName: String? = null

Name of the query in Power Query mashup document.