Share via


GetJobScheduleQueryParamProperties interface

Properties

$expand

An OData $expand clause.

$select

An OData $select clause.

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.".

Property Details

$expand

An OData $expand clause.

$expand?: string[] | GetJobScheduleExpandQueryParam

Property Value

$select

An OData $select clause.

$select?: string[] | GetJobScheduleSelectQueryParam

Property Value

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