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