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)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration QueryOptions
[FlagsAttribute]
public enum QueryOptions
[FlagsAttribute]
public enum class QueryOptions
[<FlagsAttribute>]
type QueryOptions
public enum QueryOptions
Members
| 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. |