AnalyticsConnectorDataLakeDataDestinationResponse

data class AnalyticsConnectorDataLakeDataDestinationResponse(val dataLakeName: String, val name: String? = null, val type: String)

The Data Lake data destination for Analytics Connector.

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name for the Data Lake.

Link copied to clipboard
val name: String? = null

Name of data destination.

Link copied to clipboard

Type of data destination. Expected value is 'datalake'.