Get Big Data Pool Result
    data class GetBigDataPoolResult(val autoPause: AutoPausePropertiesResponse? = null, val autoScale: AutoScalePropertiesResponse? = null, val cacheSize: Int? = null, val creationDate: String, val customLibraries: List<LibraryInfoResponse>? = null, val defaultSparkLogFolder: String? = null, val dynamicExecutorAllocation: DynamicExecutorAllocationResponse? = null, val id: String, val isAutotuneEnabled: Boolean? = null, 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: SparkConfigPropertiesResponse? = 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, customLibraries: List<LibraryInfoResponse>? = null, defaultSparkLogFolder: String? = null, dynamicExecutorAllocation: DynamicExecutorAllocationResponse? = null, id: String, isAutotuneEnabled: Boolean? = null, 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: SparkConfigPropertiesResponse? = 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
                Link copied to clipboard