Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1885,6 +1885,16 @@
},
"description": "The list of hiveMetastores associated with this account."
},
"hierarchicalQueue": {
"type": "object",
"readOnly": true,
"properties": {
"root": {
"type": "object"
}
},
"description": "The hierarchical queue associated with this account."
},
"hierarchicalQueueState": {
"readOnly": true,
"type": "string",
Expand Down Expand Up @@ -1976,12 +1986,24 @@
"default": 3,
"description": "The maximum supported jobs running under the account at the same time."
},
"maxActiveJobCountPerUser": {
"readOnly": true,
"type": "integer",
"format": "int32",
"description": "The maximum supported active jobs under the account at the same time."
},
"maxQueuedJobCountPerUser": {
"readOnly": true,
"type": "integer",
"format": "int32",
"description": "The maximum supported jobs queued under the account at the same time."
},
"maxJobRunningTimeInMin": {
"readOnly": true,
"type": "integer",
"format": "int32",
"description": "The maximum supported active jobs under the account at the same time."
},
"systemMaxJobCount": {
"readOnly": true,
"type": "integer",
Expand Down Expand Up @@ -3147,6 +3169,7 @@
},
"suffix": {
"type": "string",
"default": "azuredatalakestore.net",
"description": "The optional suffix for the storage account."
}
},
Expand Down