GetBigDataPoolResult

data class GetBigDataPoolResult(val autoPause: AutoPausePropertiesResponse? = null, val autoScale: AutoScalePropertiesResponse? = null, val azureApiVersion: String, 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
constructor(autoPause: AutoPausePropertiesResponse? = null, autoScale: AutoScalePropertiesResponse? = null, azureApiVersion: String, 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

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Auto-pausing properties

Link copied to clipboard

Auto-scaling properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val cacheSize: Int? = null

The cache size

Link copied to clipboard

The time when the Big Data pool was created.

Link copied to clipboard

List of custom libraries/packages associated with the spark pool.

Link copied to clipboard

The default folder where Spark logs will be written.

Link copied to clipboard

Dynamic Executor Allocation

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

Whether autotune is required or not.

Link copied to clipboard

Whether compute isolation is required or not.

Link copied to clipboard

The time when the Big Data pool was updated successfully.

Link copied to clipboard

Library version requirements

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

The name of the resource

Link copied to clipboard
val nodeCount: Int? = null

The number of nodes in the Big Data pool.

Link copied to clipboard
val nodeSize: String? = null

The level of compute power that each node in the Big Data pool has.

Link copied to clipboard
val nodeSizeFamily: String? = null

The kind of nodes that the Big Data pool provides.

Link copied to clipboard

The state of the Big Data pool.

Link copied to clipboard

Whether session level packages enabled.

Link copied to clipboard

Spark configuration file to specify additional properties

Link copied to clipboard

The Spark events folder

Link copied to clipboard
val sparkVersion: String? = null

The Apache Spark version.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"