OBJECT
SapHanaLogSnapshot
Description
SAP HANA log snapshot object.
link GraphQL Schema definition
- type SapHanaLogSnapshot {
- # The fid of the SAP HANA snapshot object.
- String! :
- # The CDM fid of the SAP HANA snapshot object.
- String! :
- # UUID of the CDM cluster associated with SAP HANA database.
- UUID! :
- # The internal timestamp of the SAP HANA snapshot object.
- Long! :
- # Specifies the archival status of the SAP HANA snapshot object.
- Boolean! :
- # The object type on which snapshot was taken.
- String! :
- # The CDM ID of the SAP HANA database on which snapshot was taken.
- String! :
- # The creation date of the snapshot.
- DateTime :
- # Mapping of locations where snapshot is available.
- String :
- # App metadata of log snapshots in SAP HANA.
- SapHanaLogSnapshotAppMetadata :
- }
link Require by
- Query
- SapHanaLogSnapshotConnectionPaginated list of SapHanaLogSnapshot objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- SapHanaLogSnapshotEdgeWrapper around the SapHanaLogSnapshot object. This wrapper is used for pagination.