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
int

The maximum number of rows that the query should return. Overrides the page size when $skipToken property is present.

Default value: None
skip
int

The number of rows to skip from the beginning of the results. Overrides the next page offset when $skipToken property is present.

Default value: None
skip_token
str

Continuation token for pagination, capturing the next page size and offset, as well as the context of the query.

Default value: None
result_format

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
int

The maximum number of rows that the query should return. Overrides the page size when $skipToken property is present.

skip
int

The number of rows to skip from the beginning of the results. Overrides the next page offset when $skipToken property is present.

skip_token
str

Continuation token for pagination, capturing the next page size and offset, as well as the context of the query.

result_format

Defines in which format query result returned. Known values are: "table" and "objectArray".