OBJECT
M365BackupStorageRestorePoint
Description
Represents the definitions of M365 backup storage object restore point.
link GraphQL Schema definition
- type M365BackupStorageRestorePoint {
- # Represents id of restore point.
- String! :
- # Represents the backup time of M365 backup storage object.
- DateTime :
- # Represents the expiration time for M365 backup storage backup snapshot.
- DateTime :
- # Represents the type of restore point.
- RestorePointTagType! :
- }
link Require by
- M365BackupStorageRestorePointConnectionPaginated list of M365BackupStorageRestorePoint objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- M365BackupStorageRestorePointEdgeWrapper around the M365BackupStorageRestorePoint object. This wrapper is used for pagination.