GetPoolQueryParamProperties 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[] | GetPoolExpandQueryParam
Property Value
string[] | GetPoolExpandQueryParam
$select
An OData $select clause.
$select?: string[] | GetPoolSelectQueryParam
Property Value
string[] | GetPoolSelectQueryParam
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