GetJobScheduleQueryParamProperties interface
属性
| $expand | OData $expand 子句。 |
| $select | OData $select 子句。 |
| time |
服务器处理请求的最长时间(以秒为单位)。 默认值为 30 秒。 如果值大于 30,则改用默认值。” |
属性详细信息
$expand
OData $expand 子句。
$expand?: string[] | GetJobScheduleExpandQueryParam
属性值
string[] | GetJobScheduleExpandQueryParam
$select
OData $select 子句。
$select?: string[] | GetJobScheduleSelectQueryParam
属性值
string[] | GetJobScheduleSelectQueryParam
timeOut
服务器处理请求的最长时间(以秒为单位)。 默认值为 30 秒。 如果值大于 30,则改用默认值。”
timeOut?: number
属性值
number