OBJECT
ClosestSnapshotSearchResult
Description
The result of a search for an unexpired snapshot closest to a point in time for a specific workload.
link GraphQL Schema definition
- type ClosestSnapshotSearchResult {
- # The workload ID.
- String! :
- # The snapshot closest to the point in time.
- ClosestSnapshotDetail :
- # An error that occurred during the search.
- SnapshotSearchError :
- }