ResourcesHistoryRequestOptions interface
The options for history request evaluation
Properties
interval | The time interval used to fetch history. |
result |
Defines in which format query result returned. |
skip | The number of rows to skip from the beginning of the results. Overrides the next page offset when |
skip |
Continuation token for pagination, capturing the next page size and offset, as well as the context of the query. |
top | The maximum number of rows that the query should return. Overrides the page size when |
Property Details
interval
The time interval used to fetch history.
interval?: DateTimeInterval
Property Value
resultFormat
Defines in which format query result returned.
resultFormat?: ResultFormat
Property Value
skip
The number of rows to skip from the beginning of the results. Overrides the next page offset when $skipToken
property is present.
skip?: number
Property Value
number
skipToken
Continuation token for pagination, capturing the next page size and offset, as well as the context of the query.
skipToken?: string
Property Value
string
top
The maximum number of rows that the query should return. Overrides the page size when $skipToken
property is present.
top?: number
Property Value
number
Azure SDK for JavaScript