ListPoolUsageMetricsQueryParamProperties 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-account-usage-metrics. |
| endtime | The latest time from which to include metrics. This must be at least two hours before the current time. If not specified this defaults to the end time of the last aggregation interval currently available. |
| maxresults | The maximum number of items to return in the response. A maximum of 1000 applications can be returned. |
| start |
The earliest time from which to include metrics. This must be at least two and a half hours before the current time. If not specified this defaults to the start time of the last aggregation interval currently available. |
| 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
$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-account-usage-metrics.
$filter?: string
Property Value
string
endtime
The latest time from which to include metrics. This must be at least two hours before the current time. If not specified this defaults to the end time of the last aggregation interval currently available.
endtime?: string | Date
Property Value
string | Date
maxresults
The maximum number of items to return in the response. A maximum of 1000 applications can be returned.
maxresults?: number
Property Value
number
startTime
The earliest time from which to include metrics. This must be at least two and a half hours before the current time. If not specified this defaults to the start time of the last aggregation interval currently available.
startTime?: string | Date
Property Value
string | Date
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