Skip to content
Merged
Show file tree
Hide file tree
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 @@ -962,6 +962,11 @@
},
"description": "Gets the job state audit records, indicating when various operations have been performed on this job."
},
"hierarchyQueueNode": {
"type": "string",
"readOnly": true,
"description": "the name of hierarchy queue node this job is assigned to, null if job has not been assigned yet or the account doesn't have hierarchy queue."
},
"properties": {
"$ref": "#/definitions/JobProperties",
"description": "Gets or sets the job specific properties."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1018,6 +1018,11 @@
},
"description": "the job state audit records, indicating when various operations have been performed on this job."
},
"hierarchyQueueNode": {
"type": "string",
"readOnly": true,
"description": "the name of hierarchy queue node this job is assigned to, null if job has not been assigned yet or the account doesn't have hierarchy queue."
},
"properties": {
"$ref": "#/definitions/JobProperties",
"description": "the job specific properties."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -778,6 +778,11 @@
"type": "string"
},
"description": "The key-value pairs used to add additional metadata to the job information. (Only for use internally with Scope job type.)"
},
"hierarchyQueueNode": {
"type": "string",
"readOnly": true,
"description": "the name of hierarchy queue node this job is assigned to, Null if job has not been assigned yet or the account doesn't have hierarchy queue."
}
},
"description": "The common Data Lake Analytics job information properties."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1574,6 +1574,11 @@
"related": {
"$ref": "#/definitions/JobRelationshipProperties",
"description": "the recurring job relationship information properties."
},
"hierarchyQueueNode": {
"type": "string",
"readOnly": true,
"description": "the name of hierarchy queue node this job is assigned to, null if job has not been assigned yet or the account doesn't have hierarchy queue."
}
},
"required": [
Expand Down