ResourceChangeList Class

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

Constructor

ResourceChangeList(*, changes: List[_models.ResourceChangeData] | None = None, skip_token: Any | None = None, **kwargs)

Keyword-Only Parameters

Name Description
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.

Default value: None
skip_token
any

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

Default value: None

Variables

Name Description
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.

skip_token
any

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