| 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.14.0</version></h1> | 9 <h1 style="color:#999999">Version <version>1.14.0</version></h1> |
| 10 <p> | 10 <p> |
| (...skipping 2130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2141 </type> | 2141 </type> |
| 2142 <type name="AnalysisOptions"> | 2142 <type name="AnalysisOptions"> |
| 2143 <p> | 2143 <p> |
| 2144 A set of options controlling what kind of analysis is to be | 2144 A set of options controlling what kind of analysis is to be |
| 2145 performed. If the value of a field is omitted the value of the | 2145 performed. If the value of a field is omitted the value of the |
| 2146 option will not be changed. | 2146 option will not be changed. |
| 2147 </p> | 2147 </p> |
| 2148 <object> | 2148 <object> |
| 2149 <field name="enableAsync" optional="true"> | 2149 <field name="enableAsync" optional="true"> |
| 2150 <ref>bool</ref> | 2150 <ref>bool</ref> |
| 2151 <p><b><i>Deprecated</i></b>: this feature is always enabled.</p> | |
| 2152 <p> | 2151 <p> |
| 2153 True if the client wants to enable support for the | 2152 True if the client wants to enable support for the |
| 2154 proposed async feature. | 2153 proposed async feature. |
| 2155 </p> | 2154 </p> |
| 2156 </field> | 2155 </field> |
| 2157 <field name="enableDeferredLoading" optional="true"> | 2156 <field name="enableDeferredLoading" optional="true"> |
| 2158 <ref>bool</ref> | 2157 <ref>bool</ref> |
| 2159 <p><b><i>Deprecated</i></b>: this feature is always enabled.</p> | 2158 <p><b><i>Deprecated</i></b>: this feature is always enabled.</p> |
| 2160 <p> | 2159 <p> |
| 2161 True if the client wants to enable support for the | 2160 True if the client wants to enable support for the |
| (...skipping 2313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4475 This section contains a list of all of the errors that are | 4474 This section contains a list of all of the errors that are |
| 4476 produced by the server and the data that is returned with each. | 4475 produced by the server and the data that is returned with each. |
| 4477 </p> | 4476 </p> |
| 4478 <p> | 4477 <p> |
| 4479 TBD | 4478 TBD |
| 4480 </p> | 4479 </p> |
| 4481 <h2 class="domain"><a name="index">Index</a></h2> | 4480 <h2 class="domain"><a name="index">Index</a></h2> |
| 4482 <index></index> | 4481 <index></index> |
| 4483 </body> | 4482 </body> |
| 4484 </html> | 4483 </html> |
| OLD | NEW |