Package version:

Interface BigDataPoolResourceInfo

A Big Data pool

Hierarchy

Properties

Auto-pausing properties

Auto-scaling properties

cacheSize?: number

The cache size

creationDate?: any

The time when the Big Data pool was created.

customLibraries?: LibraryInfo[]

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

defaultSparkLogFolder?: string

The default folder where Spark logs will be written.

dynamicExecutorAllocation?: DynamicExecutorAllocation

Dynamic Executor Allocation

id?: string

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.

isComputeIsolationEnabled?: boolean

Whether compute isolation is required or not.

lastSucceededTimestamp?: any

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?: LibraryRequirements

Library version requirements

location: string

The geo-location where the resource lives

name?: string

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

nodeCount?: number

The number of nodes in the Big Data pool.

nodeSize?: string

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

nodeSizeFamily?: string

The kind of nodes that the Big Data pool provides.

provisioningState?: string

The state of the Big Data pool.

sessionLevelPackagesEnabled?: boolean

Whether session level packages enabled.

sparkConfigProperties?: LibraryRequirements

Spark configuration file to specify additional properties

sparkEventsFolder?: string

The Spark events folder

sparkVersion?: string

The Apache Spark version.

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

Resource tags.

Type declaration

  • [propertyName: string]: string
type?: string

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.

Generated using TypeDoc