OBJECT
SapHanaLogSnapshot
Description
SAP HANA log snapshot object.
link GraphQL Schema definition
- type SapHanaLogSnapshot {
- # App metadata of log snapshots in SAP HANA.
- : SapHanaLogSnapshotAppMetadata
- # The CDM fid of the SAP HANA snapshot object.
- : String!
- # UUID of the CDM cluster associated with SAP HANA database.
- : UUID!
- # The creation date of the snapshot.
- : DateTime
- # The fid of the SAP HANA snapshot object.
- : String!
- # The internal timestamp of the SAP HANA snapshot object.
- : Long!
- # Specifies the archival status of the SAP HANA snapshot object.
- : Boolean!
- # Mapping of locations where snapshot is available.
- : String
- # The CDM ID of the SAP HANA database on which snapshot was taken.
- : String!
- # The object type on which snapshot was taken.
- : String!
- }
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.