QueryBatchGetRequest interface

Describes a request to get a list of queries

Properties

$expand

The expand parameters for queries. Possible options are { None, Wiql, Clauses, All, Minimal }

errorPolicy

The flag to control error policy in a query batch request. Possible options are { Fail, Omit }.

ids

The requested query ids

Property Details

$expand

The expand parameters for queries. Possible options are { None, Wiql, Clauses, All, Minimal }

$expand: QueryExpand

Property Value

errorPolicy

The flag to control error policy in a query batch request. Possible options are { Fail, Omit }.

errorPolicy: QueryErrorPolicy

Property Value

ids

The requested query ids

ids: string[]

Property Value

string[]