ResourceChangeList interface

A list of changes associated with a resource over a specific time interval.

Properties

changes

The pageable value returned by the operation, i.e. a list of changes to the resource.

  • The list is ordered from the most recent changes to the least recent changes.
  • This list will be empty if there were no changes during the requested interval.
  • The Before snapshot timestamp value of the oldest change can be outside of the specified time interval.
skipToken

Skip token that encodes the skip information while executing the current request

Property Details

changes

The pageable value returned by the operation, i.e. a list of changes to the resource.

  • The list is ordered from the most recent changes to the least recent changes.
  • This list will be empty if there were no changes during the requested interval.
  • The Before snapshot timestamp value of the oldest change can be outside of the specified time interval.
changes?: ResourceChangeData[]

Property Value

skipToken

Skip token that encodes the skip information while executing the current request

skipToken?: any

Property Value

any