Synapse Spark Response Properties
data class SynapseSparkResponseProperties(val autoPauseProperties: AutoPausePropertiesResponse? = null, val autoScaleProperties: AutoScalePropertiesResponse? = null, val nodeCount: Int? = null, val nodeSize: String? = null, val nodeSizeFamily: String? = null, val poolName: String? = null, val resourceGroup: String? = null, val sparkVersion: String? = null, val subscriptionId: String? = null, val workspaceName: String? = null)
Constructors
Link copied to clipboard
fun SynapseSparkResponseProperties(autoPauseProperties: AutoPausePropertiesResponse? = null, autoScaleProperties: AutoScalePropertiesResponse? = null, nodeCount: Int? = null, nodeSize: String? = null, nodeSizeFamily: String? = null, poolName: String? = null, resourceGroup: String? = null, sparkVersion: String? = null, subscriptionId: String? = null, workspaceName: String? = null)