ENUM

RestorePointPreferenceType

Description

Specifies the preference order of restore points.

link GraphQL Schema definition

  • enum RestorePointPreferenceType {
  • # Represents latest preference for restore points.
  • LATEST
  • # Represents oldest preference for restore points.
  • OLDEST
  • }