OBJECT
SapHanaRecoverableRange
Description
SAP HANA recoverable range object.
link GraphQL Schema definition
- type SapHanaRecoverableRange {
- # The Rubrik fid of the SAP HANA recoverable range object.
- String! :
- # The CDM fid of the SAP HANA recoverable range object.
- String! :
- # UUID of the CDM cluster associated with SAP HANA workload.
- UUID! :
- # Specifies the archival status of SAP HANA recoverable range object.
- Boolean! :
- # The CDM ID for the SAP HANA database associated with the SAP HANA recoverable
- # range object.
- String! :
- # ID of the associated base full snapshot.
- String :
- # Start time of the SAP HANA recoverable range object.
- DateTime :
- # End time of the SAP HANA recoverable range object.
- DateTime :
- }
link Require by
- Query
- SapHanaRecoverableRangeConnectionPaginated list of SapHanaRecoverableRange objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- SapHanaRecoverableRangeEdgeWrapper around the SapHanaRecoverableRange object. This wrapper is used for pagination.