GetJobScheduleQueryParamProperties 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[] | GetJobScheduleExpandQueryParam
Property Value
string[] | GetJobScheduleExpandQueryParam
$select
An OData $select clause.
$select?: string[] | GetJobScheduleSelectQueryParam
Property Value
string[] | GetJobScheduleSelectQueryParam
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