OBJECT

M365BackupStorageRestorePointConnection

Description

Paginated 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.

link GraphQL Schema definition

  • type M365BackupStorageRestorePointConnection {
  • # List of M365BackupStorageRestorePoint objects with additional pagination
  • # information. Use `nodes` if per-object cursors are not needed.
  • edges: [M365BackupStorageRestorePointEdge!]!
  • # List of M365BackupStorageRestorePoint objects.
  • nodes: [M365BackupStorageRestorePoint!]!
  • # General information about this page of results.
  • pageInfo: PageInfo!
  • # Total number of M365BackupStorageRestorePoint objects matching the request
  • # arguments.
  • count: Int!
  • }

link Require by