Share via


ListNodesQueryParamProperties interface

Properties

$filter

An OData $filter clause. For more information on constructing this filter, see https://learn.microsoft.com/rest/api/batchservice/odata-filters-in-batch#list-nodes-in-a-pool.

$select

An OData $select clause.

maxresults

The maximum number of items to return in the response. A maximum of 1000 applications can be returned.

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

$filter

An OData $filter clause. For more information on constructing this filter, see https://learn.microsoft.com/rest/api/batchservice/odata-filters-in-batch#list-nodes-in-a-pool.

$filter?: string

Property Value

string

$select

An OData $select clause.

$select?: string[] | ListNodesSelectQueryParam

Property Value

maxresults

The maximum number of items to return in the response. A maximum of 1000 applications can be returned.

maxresults?: number

Property Value

number

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