BigDataPoolResourceInfo interface

A Big Data pool

Extends

Properties

autoPause

Auto-pausing properties

autoScale

Auto-scaling properties

cacheSize

The cache size

creationDate

The time when the Big Data pool was created. NOTE: This property will not be serialized. It can only be populated by the server.

customLibraries

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

defaultSparkLogFolder

The default folder where Spark logs will be written.

dynamicExecutorAllocation

Dynamic Executor Allocation

isAutotuneEnabled

Whether autotune is required or not.

isComputeIsolationEnabled

Whether compute isolation is required or not.

lastSucceededTimestamp

The time when the Big Data pool was updated successfully. NOTE: This property will not be serialized. It can only be populated by the server.

libraryRequirements

Library version requirements

nodeCount

The number of nodes in the Big Data pool.

nodeSize

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

nodeSizeFamily

The kind of nodes that the Big Data pool provides.

provisioningState

The state of the Big Data pool.

sessionLevelPackagesEnabled

Whether session level packages enabled.

sparkConfigProperties

Spark configuration file to specify additional properties

sparkEventsFolder

The Spark events folder

sparkVersion

The Apache Spark version.

Inherited Properties

id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.

location

The geo-location where the resource lives

name

The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.

tags

Resource tags.

type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

autoPause

Auto-pausing properties

autoPause?: AutoPauseProperties

Property Value

autoScale

Auto-scaling properties

autoScale?: AutoScaleProperties

Property Value

cacheSize

The cache size

cacheSize?: number

Property Value

number

creationDate

The time when the Big Data pool was created. NOTE: This property will not be serialized. It can only be populated by the server.

creationDate?: Date

Property Value

Date

customLibraries

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

customLibraries?: LibraryInfo[]

Property Value

defaultSparkLogFolder

The default folder where Spark logs will be written.

defaultSparkLogFolder?: string

Property Value

string

dynamicExecutorAllocation

Dynamic Executor Allocation

dynamicExecutorAllocation?: DynamicExecutorAllocation

Property Value

isAutotuneEnabled

Whether autotune is required or not.

isAutotuneEnabled?: boolean

Property Value

boolean

isComputeIsolationEnabled

Whether compute isolation is required or not.

isComputeIsolationEnabled?: boolean

Property Value

boolean

lastSucceededTimestamp

The time when the Big Data pool was updated successfully. NOTE: This property will not be serialized. It can only be populated by the server.

lastSucceededTimestamp?: Date

Property Value

Date

libraryRequirements

Library version requirements

libraryRequirements?: LibraryRequirements

Property Value

nodeCount

The number of nodes in the Big Data pool.

nodeCount?: number

Property Value

number

nodeSize

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

nodeSize?: string

Property Value

string

nodeSizeFamily

The kind of nodes that the Big Data pool provides.

nodeSizeFamily?: string

Property Value

string

provisioningState

The state of the Big Data pool.

provisioningState?: string

Property Value

string

sessionLevelPackagesEnabled

Whether session level packages enabled.

sessionLevelPackagesEnabled?: boolean

Property Value

boolean

sparkConfigProperties

Spark configuration file to specify additional properties

sparkConfigProperties?: SparkConfigProperties

Property Value

sparkEventsFolder

The Spark events folder

sparkEventsFolder?: string

Property Value

string

sparkVersion

The Apache Spark version.

sparkVersion?: string

Property Value

string

Inherited Property Details

id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Property Value

string

Inherited From TrackedResource.id

location

The geo-location where the resource lives

location: string

Property Value

string

Inherited From TrackedResource.location

name

The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Property Value

string

Inherited From TrackedResource.name

tags

Resource tags.

tags?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

Inherited From TrackedResource.tags

type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Property Value

string

Inherited From TrackedResource.type