GetNodeExtensionQueryParamProperties interface
Properties
| $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
$select
An OData $select clause.
$select?: string[] | GetNodeExtensionSelectQueryParam
Property Value
string[] | GetNodeExtensionSelectQueryParam
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