OBJECT

CassandraBackupParams

Description

Backup Params configured on the management object.

link GraphQL Schema definition

  • type CassandraBackupParams {
  • # Name of the store used to store backups.
  • storeName: String!
  • # Monitoring frequency used.
  • watcherFrequency: Long!
  • }