ResourcesHistoryRequestOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
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 |