ResourcesHistoryRequestOptions Class
The options for history request evaluation.
Constructor
ResourcesHistoryRequestOptions(*, interval: _models.DateTimeInterval | None = None, top: int | None = None, skip: int | None = None, skip_token: str | None = None, result_format: str | _models.ResultFormat | None = None, **kwargs)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
interval
|
The time interval used to fetch history. Default value: None
|
|
top
|
The maximum number of rows that the query should return. Overrides the page size
when Default value: None
|
|
skip
|
The number of rows to skip from the beginning of the results. Overrides the next
page offset when Default value: None
|
|
skip_token
|
Continuation token for pagination, capturing the next page size and offset, as well as the context of the query. Default value: None
|
|
result_format
|
str or
ResultFormat
Defines in which format query result returned. Known values are: "table" and "objectArray". Default value: None
|
Variables
| Name | Description |
|---|---|
|
interval
|
The time interval used to fetch history. |
|
top
|
The maximum number of rows that the query should return. Overrides the page size
when |
|
skip
|
The number of rows to skip from the beginning of the results. Overrides the next
page offset when |
|
skip_token
|
Continuation token for pagination, capturing the next page size and offset, as well as the context of the query. |
|
result_format
|
str or
ResultFormat
Defines in which format query result returned. Known values are: "table" and "objectArray". |