Bagikan melalui


ResourcesHistoryRequestOptions Class

Definition

The options for history request evaluation.

public class ResourcesHistoryRequestOptions
type ResourcesHistoryRequestOptions = class
Public Class ResourcesHistoryRequestOptions
Inheritance
ResourcesHistoryRequestOptions

Constructors

ResourcesHistoryRequestOptions()

Initializes a new instance of ResourcesHistoryRequestOptions.

Properties

Interval

The time interval used to fetch history.

ResultFormat

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 $skipToken property is present.

SkipToken

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 $skipToken property is present.

Applies to