ListTasksQueryParamProperties interface
Properties
| $expand | An OData $expand clause. |
| $filter | An OData $filter clause. For more information on constructing this filter, see https://learn.microsoft.com/rest/api/batchservice/odata-filters-in-batch#list-tasks. |
| $select | An OData $select clause. |
| maxresults | The maximum number of items to return in the response. A maximum of 1000 applications can be returned. |
| time |
The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.". |
Property Details
$expand
An OData $expand clause.
$expand?: string[] | ListTasksExpandQueryParam
Property Value
string[] | ListTasksExpandQueryParam
$filter
An OData $filter clause. For more information on constructing this filter, see https://learn.microsoft.com/rest/api/batchservice/odata-filters-in-batch#list-tasks.
$filter?: string
Property Value
string
$select
An OData $select clause.
$select?: string[] | ListTasksSelectQueryParam
Property Value
string[] | ListTasksSelectQueryParam
maxresults
The maximum number of items to return in the response. A maximum of 1000 applications can be returned.
maxresults?: number
Property Value
number
timeOut
The maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. If the value is larger than 30, the default will be used instead.".
timeOut?: number
Property Value
number