Get Big Data Pool Result
data class GetBigDataPoolResult(val autoPause: AutoPausePropertiesResponse? = null, val autoScale: AutoScalePropertiesResponse? = null, val cacheSize: Int? = null, val creationDate: String? = null, val customLibraries: List<LibraryInfoResponse>? = null, val defaultSparkLogFolder: String? = null, val dynamicExecutorAllocation: DynamicExecutorAllocationResponse? = null, val id: String, val isComputeIsolationEnabled: Boolean? = null, val lastSucceededTimestamp: String, val libraryRequirements: LibraryRequirementsResponse? = null, val location: String, val name: String, val nodeCount: Int? = null, val nodeSize: String? = null, val nodeSizeFamily: String? = null, val provisioningState: String? = null, val sessionLevelPackagesEnabled: Boolean? = null, val sparkConfigProperties: LibraryRequirementsResponse? = null, val sparkEventsFolder: String? = null, val sparkVersion: String? = null, val tags: Map<String, String>? = null, val type: String)
A Big Data pool
Constructors
Link copied to clipboard
fun GetBigDataPoolResult(autoPause: AutoPausePropertiesResponse? = null, autoScale: AutoScalePropertiesResponse? = null, cacheSize: Int? = null, creationDate: String? = null, customLibraries: List<LibraryInfoResponse>? = null, defaultSparkLogFolder: String? = null, dynamicExecutorAllocation: DynamicExecutorAllocationResponse? = null, id: String, isComputeIsolationEnabled: Boolean? = null, lastSucceededTimestamp: String, libraryRequirements: LibraryRequirementsResponse? = null, location: String, name: String, nodeCount: Int? = null, nodeSize: String? = null, nodeSizeFamily: String? = null, provisioningState: String? = null, sessionLevelPackagesEnabled: Boolean? = null, sparkConfigProperties: LibraryRequirementsResponse? = null, sparkEventsFolder: String? = null, sparkVersion: String? = null, tags: Map<String, String>? = null, type: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard