This documentation is archived and is not being maintained.
QueryOptions Enumeration
Visual Studio 2013
Specifies the data that should be returned from a query and also to the data directly queried.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
| Member name | Description | |
|---|---|---|
| Agents | Build agents should be returned. | |
| All | All extra data should be returned. | |
| BatchedRequests | The list of requests batched into this build should be returned. | |
| Controllers | Build controllers should be returned. | |
| Definitions | Build definitions should be returned. | |
| HistoricalBuilds | The list of builds associated with each request should be returned. | |
| None | No extra data should be returned. | |
| Process | Process templates should be returned. Implies the Definitions option. | |
| Workspaces | Build definition workspaces should be returned. Implies the Definitions option. |
Show: