GetTaskQueryParamProperties interface
Properties
| $expand | An OData $expand clause. |
| $select | An OData $select clause. |
| 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[] | GetTaskExpandQueryParam
Property Value
string[] | GetTaskExpandQueryParam
$select
An OData $select clause.
$select?: string[] | GetTaskSelectQueryParam
Property Value
string[] | GetTaskSelectQueryParam
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