RecoveryBackupSchedulesRetentionInfo

The Schedules.RetentionInfo structure contains retention information associated with a schedule.


Properties

integer as int64
max_count Required

Number of backups which should be retained. If retention is not set, all the backups will be retained forever.

JSON Example

{
	"max_count": 0
}

Feedback

Was this page helpful?