OBJECT
SapHanaDatabaseInfoObject
Description
Additional information about backint and database configuration.
link GraphQL Schema definition
- type SapHanaDatabaseInfoObject {
- # Approximate size of the database in Megabytes.
- : Long!
- # Path to the backint agent.
- : String!
- # Database type (SYSTEM / TENANT).
- : String!
- # Time interval in seconds in which the log backup will be triggered.
- : Int!
- # SAP HANA log mode (overwrite / normal).
- : String!
- # Number of channels that the backint agent is using.
- : Int!
- # Path to the parameter File for the database.
- : String!
- # CDM ID of the database from which system-copy has been configured.
- : String!
- # Database status.
- : String!
- }