Share via


ListTaskFilesQueryParamProperties 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-task-files.

maxresults

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

recursive

Whether to list children of the Task directory. This parameter can be used in combination with the filter parameter to list specific type of files.

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-task-files.

$filter?: string

Property Value

string

maxresults

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

maxresults?: number

Property Value

number

recursive

Whether to list children of the Task directory. This parameter can be used in combination with the filter parameter to list specific type of files.

recursive?: boolean

Property Value

boolean

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