BigDataPoolResourceInfo interface
A Big Data pool
- Extends
Properties
auto |
Auto-pausing properties |
auto |
Auto-scaling properties |
cache |
The cache size |
creation |
The time when the Big Data pool was created. NOTE: This property will not be serialized. It can only be populated by the server. |
custom |
List of custom libraries/packages associated with the spark pool. |
default |
The default folder where Spark logs will be written. |
dynamic |
Dynamic Executor Allocation |
is |
Whether autotune is required or not. |
is |
Whether compute isolation is required or not. |
last |
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. |
library |
Library version requirements |
node |
The number of nodes in the Big Data pool. |
node |
The level of compute power that each node in the Big Data pool has. |
node |
The kind of nodes that the Big Data pool provides. |
provisioning |
The state of the Big Data pool. |
session |
Whether session level packages enabled. |
spark |
Spark configuration file to specify additional properties |
spark |
The Spark events folder |
spark |
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
autoScale
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
Azure SDK for JavaScript