OBJECT

SapHanaLogSnapshot

Description

SAP HANA log snapshot object.

link GraphQL Schema definition

  • type SapHanaLogSnapshot {
  • # The fid of the SAP HANA snapshot object.
  • fid: String!
  • # The CDM fid of the SAP HANA snapshot object.
  • cdmId: String!
  • # UUID of the CDM cluster associated with SAP HANA database.
  • clusterUuid: UUID!
  • # The internal timestamp of the SAP HANA snapshot object.
  • internalTimestamp: Long!
  • # Specifies the archival status of the SAP HANA snapshot object.
  • isArchived: Boolean!
  • # The object type on which snapshot was taken.
  • workloadType: String!
  • # The CDM ID of the SAP HANA database on which snapshot was taken.
  • workloadId: String!
  • # The creation date of the snapshot.
  • date: DateTime
  • # Mapping of locations where snapshot is available.
  • locationMap: String
  • # App metadata of log snapshots in SAP HANA.
  • appMetadata: SapHanaLogSnapshotAppMetadata
  • }