| OLD | NEW |
| 1 <!doctype html> | 1 <!doctype html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <meta charset="UTF-8"/> | 4 <meta charset="UTF-8"/> |
| 5 <title>Analysis Server API Specification</title> | 5 <title>Analysis Server API Specification</title> |
| 6 </head> | 6 </head> |
| 7 <body> | 7 <body> |
| 8 <h1>Analysis Server API Specification</h1> | 8 <h1>Analysis Server API Specification</h1> |
| 9 <h1 style="color:#999999">Version <version>1.12.0</version></h1> | 9 <h1 style="color:#999999">Version <version>1.12.0</version></h1> |
| 10 <p> | 10 <p> |
| (...skipping 2471 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2482 <p> | 2482 <p> |
| 2483 Implicitly analyzed files. | 2483 Implicitly analyzed files. |
| 2484 </p> | 2484 </p> |
| 2485 </field> | 2485 </field> |
| 2486 <field name="workItemQueueLength"> | 2486 <field name="workItemQueueLength"> |
| 2487 <ref>int</ref> | 2487 <ref>int</ref> |
| 2488 <p> | 2488 <p> |
| 2489 The number of work items in the queue. | 2489 The number of work items in the queue. |
| 2490 </p> | 2490 </p> |
| 2491 </field> | 2491 </field> |
| 2492 <field name="workItemQueueLengthAverage"> |
| 2493 <ref>String</ref> |
| 2494 <p> |
| 2495 A rolling average of work items in the queue. (A double encoded as
a String.) |
| 2496 </p> |
| 2497 </field> |
| 2492 <field name="cacheEntryExceptions"> | 2498 <field name="cacheEntryExceptions"> |
| 2493 <list><ref>String</ref></list> | 2499 <list><ref>String</ref></list> |
| 2494 <p> | 2500 <p> |
| 2495 Exceptions associated with cache entries. | 2501 Exceptions associated with cache entries. |
| 2496 </p> | 2502 </p> |
| 2497 </field> | 2503 </field> |
| 2498 </object> | 2504 </object> |
| 2499 </type> | 2505 </type> |
| 2500 <type name="Element"> | 2506 <type name="Element"> |
| 2501 <p> | 2507 <p> |
| (...skipping 1922 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4424 This section contains a list of all of the errors that are | 4430 This section contains a list of all of the errors that are |
| 4425 produced by the server and the data that is returned with each. | 4431 produced by the server and the data that is returned with each. |
| 4426 </p> | 4432 </p> |
| 4427 <p> | 4433 <p> |
| 4428 TBD | 4434 TBD |
| 4429 </p> | 4435 </p> |
| 4430 <h2 class="domain"><a name="index">Index</a></h2> | 4436 <h2 class="domain"><a name="index">Index</a></h2> |
| 4431 <index></index> | 4437 <index></index> |
| 4432 </body> | 4438 </body> |
| 4433 </html> | 4439 </html> |
| OLD | NEW |