DataLakeAnalyticsAccountProperties interface
The account specific properties that are associated with an underlying Data Lake Analytics account. Returned only when retrieving a specific account.
- Extends
Properties
compute |
The list of compute policies associated with this account. NOTE: This property will not be serialized. It can only be populated by the server. |
current |
The commitment tier in use for the current month. NOTE: This property will not be serialized. It can only be populated by the server. |
data |
The list of Data Lake Store accounts associated with this account. NOTE: This property will not be serialized. It can only be populated by the server. |
debug |
The current state of the DebugDataAccessLevel for this account. NOTE: This property will not be serialized. It can only be populated by the server. |
default |
The default Data Lake Store account associated with this account. NOTE: This property will not be serialized. It can only be populated by the server. |
default |
The type of the default Data Lake Store account associated with this account. NOTE: This property will not be serialized. It can only be populated by the server. |
firewall |
The current state of allowing or disallowing IPs originating within Azure through the firewall. If the firewall is disabled, this is not enforced. |
firewall |
The list of firewall rules associated with this account. NOTE: This property will not be serialized. It can only be populated by the server. |
firewall |
The current state of the IP address firewall for this account. |
hive |
The list of hiveMetastores associated with this account. NOTE: This property will not be serialized. It can only be populated by the server. |
max |
The maximum supported active jobs under the account at the same time. NOTE: This property will not be serialized. It can only be populated by the server. |
max |
The maximum supported degree of parallelism for this account. |
max |
The maximum supported degree of parallelism per job for this account. |
max |
The maximum supported jobs running under the account at the same time. |
max |
The maximum supported active jobs under the account at the same time. NOTE: This property will not be serialized. It can only be populated by the server. |
max |
The maximum supported jobs queued under the account at the same time. NOTE: This property will not be serialized. It can only be populated by the server. |
min |
The minimum supported priority per job for this account. NOTE: This property will not be serialized. It can only be populated by the server. |
new |
The commitment tier for the next month. |
public |
The list of Data Lake Store accounts associated with this account. |
query |
The number of days that job metadata is retained. |
storage |
The list of Azure Blob Storage accounts associated with this account. NOTE: This property will not be serialized. It can only be populated by the server. |
system |
The system defined maximum supported degree of parallelism for this account, which restricts the maximum value of parallelism the user can set for the account. NOTE: This property will not be serialized. It can only be populated by the server. |
system |
The system defined maximum supported jobs running under the account at the same time, which restricts the maximum number of running jobs the user can set for the account. NOTE: This property will not be serialized. It can only be populated by the server. |
virtual |
The list of virtualNetwork rules associated with this account. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
account |
The unique identifier associated with this Data Lake Analytics account. NOTE: This property will not be serialized. It can only be populated by the server. |
creation |
The account creation time. NOTE: This property will not be serialized. It can only be populated by the server. |
endpoint | The full CName endpoint for this account. NOTE: This property will not be serialized. It can only be populated by the server. |
last |
The account last modified time. NOTE: This property will not be serialized. It can only be populated by the server. |
provisioning |
The provisioning status of the Data Lake Analytics account. NOTE: This property will not be serialized. It can only be populated by the server. |
state | The state of the Data Lake Analytics account. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
computePolicies
The list of compute policies associated with this account. NOTE: This property will not be serialized. It can only be populated by the server.
computePolicies?: ComputePolicy[]
Property Value
currentTier
The commitment tier in use for the current month. NOTE: This property will not be serialized. It can only be populated by the server.
currentTier?: TierType
Property Value
dataLakeStoreAccounts
The list of Data Lake Store accounts associated with this account. NOTE: This property will not be serialized. It can only be populated by the server.
dataLakeStoreAccounts?: DataLakeStoreAccountInformation[]
Property Value
debugDataAccessLevel
The current state of the DebugDataAccessLevel for this account. NOTE: This property will not be serialized. It can only be populated by the server.
debugDataAccessLevel?: DebugDataAccessLevel
Property Value
defaultDataLakeStoreAccount
The default Data Lake Store account associated with this account. NOTE: This property will not be serialized. It can only be populated by the server.
defaultDataLakeStoreAccount?: string
Property Value
string
defaultDataLakeStoreAccountType
The type of the default Data Lake Store account associated with this account. NOTE: This property will not be serialized. It can only be populated by the server.
defaultDataLakeStoreAccountType?: string
Property Value
string
firewallAllowAzureIps
The current state of allowing or disallowing IPs originating within Azure through the firewall. If the firewall is disabled, this is not enforced.
firewallAllowAzureIps?: FirewallAllowAzureIpsState
Property Value
firewallRules
The list of firewall rules associated with this account. NOTE: This property will not be serialized. It can only be populated by the server.
firewallRules?: FirewallRule[]
Property Value
firewallState
The current state of the IP address firewall for this account.
firewallState?: FirewallState
Property Value
hiveMetastores
The list of hiveMetastores associated with this account. NOTE: This property will not be serialized. It can only be populated by the server.
hiveMetastores?: HiveMetastore[]
Property Value
maxActiveJobCountPerUser
The maximum supported active jobs under the account at the same time. NOTE: This property will not be serialized. It can only be populated by the server.
maxActiveJobCountPerUser?: number
Property Value
number
maxDegreeOfParallelism
The maximum supported degree of parallelism for this account.
maxDegreeOfParallelism?: number
Property Value
number
maxDegreeOfParallelismPerJob
The maximum supported degree of parallelism per job for this account.
maxDegreeOfParallelismPerJob?: number
Property Value
number
maxJobCount
The maximum supported jobs running under the account at the same time.
maxJobCount?: number
Property Value
number
maxJobRunningTimeInMin
The maximum supported active jobs under the account at the same time. NOTE: This property will not be serialized. It can only be populated by the server.
maxJobRunningTimeInMin?: number
Property Value
number
maxQueuedJobCountPerUser
The maximum supported jobs queued under the account at the same time. NOTE: This property will not be serialized. It can only be populated by the server.
maxQueuedJobCountPerUser?: number
Property Value
number
minPriorityPerJob
The minimum supported priority per job for this account. NOTE: This property will not be serialized. It can only be populated by the server.
minPriorityPerJob?: number
Property Value
number
newTier
publicDataLakeStoreAccounts
The list of Data Lake Store accounts associated with this account.
publicDataLakeStoreAccounts?: DataLakeStoreAccountInformation[]
Property Value
queryStoreRetention
The number of days that job metadata is retained.
queryStoreRetention?: number
Property Value
number
storageAccounts
The list of Azure Blob Storage accounts associated with this account. NOTE: This property will not be serialized. It can only be populated by the server.
storageAccounts?: StorageAccountInformation[]
Property Value
systemMaxDegreeOfParallelism
The system defined maximum supported degree of parallelism for this account, which restricts the maximum value of parallelism the user can set for the account. NOTE: This property will not be serialized. It can only be populated by the server.
systemMaxDegreeOfParallelism?: number
Property Value
number
systemMaxJobCount
The system defined maximum supported jobs running under the account at the same time, which restricts the maximum number of running jobs the user can set for the account. NOTE: This property will not be serialized. It can only be populated by the server.
systemMaxJobCount?: number
Property Value
number
virtualNetworkRules
The list of virtualNetwork rules associated with this account. NOTE: This property will not be serialized. It can only be populated by the server.
virtualNetworkRules?: VirtualNetworkRule[]
Property Value
Inherited Property Details
accountId
The unique identifier associated with this Data Lake Analytics account. NOTE: This property will not be serialized. It can only be populated by the server.
accountId?: string
Property Value
string
Inherited From DataLakeAnalyticsAccountPropertiesBasic.accountId
creationTime
The account creation time. NOTE: This property will not be serialized. It can only be populated by the server.
creationTime?: Date
Property Value
Date
Inherited From DataLakeAnalyticsAccountPropertiesBasic.creationTime
endpoint
The full CName endpoint for this account. NOTE: This property will not be serialized. It can only be populated by the server.
endpoint?: string
Property Value
string
Inherited From DataLakeAnalyticsAccountPropertiesBasic.endpoint
lastModifiedTime
The account last modified time. NOTE: This property will not be serialized. It can only be populated by the server.
lastModifiedTime?: Date
Property Value
Date
Inherited From DataLakeAnalyticsAccountPropertiesBasic.lastModifiedTime
provisioningState
The provisioning status of the Data Lake Analytics account. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: DataLakeAnalyticsAccountStatus
Property Value
Inherited From DataLakeAnalyticsAccountPropertiesBasic.provisioningState
state
The state of the Data Lake Analytics account. NOTE: This property will not be serialized. It can only be populated by the server.
state?: DataLakeAnalyticsAccountState
Property Value
Inherited From DataLakeAnalyticsAccountPropertiesBasic.state
Azure SDK for JavaScript