OBJECT

SapHanaRecoverableRange

Description

SAP HANA recoverable range object.

link GraphQL Schema definition

  • type SapHanaRecoverableRange {
  • # The Rubrik fid of the SAP HANA recoverable range object.
  • fid: String!
  • # The CDM fid of the SAP HANA recoverable range object.
  • cdmId: String!
  • # UUID of the CDM cluster associated with SAP HANA workload.
  • clusterUuid: UUID!
  • # Specifies the archival status of SAP HANA recoverable range object.
  • isArchived: Boolean!
  • # The CDM ID for the SAP HANA database associated with the SAP HANA recoverable
  • # range object.
  • dbId: String!
  • # ID of the associated base full snapshot.
  • baseFullSnapshotId: String
  • # Start time of the SAP HANA recoverable range object.
  • startTime: DateTime
  • # End time of the SAP HANA recoverable range object.
  • endTime: DateTime
  • }