public sealed class AutomatedBackupPolicy.Types.QuantityBasedRetention : IMessage<AutomatedBackupPolicy.Types.QuantityBasedRetention>, IEquatable<AutomatedBackupPolicy.Types.QuantityBasedRetention>, IDeepCloneable<AutomatedBackupPolicy.Types.QuantityBasedRetention>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1 API class AutomatedBackupPolicy.Types.QuantityBasedRetention.
A quantity based policy specifies that a certain number of the most recent
successful backups should be retained.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version available for `AutomatedBackupPolicy.Types.QuantityBasedRetention` is 1.9.0, with versions ranging down to 1.0.0 also being accessible."],["The `AutomatedBackupPolicy.Types.QuantityBasedRetention` class, as described in the AlloyDB v1 API documentation, is used to define a policy for retaining a certain number of recent successful backups."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be utilized in varied contexts."],["The `QuantityBasedRetention` class provides a `Count` property which, as an integer, determines how many backups will be stored, and it provides two constructors for various initiation purposes."],["The `QuantityBasedRetention` class inherits from the `object` class, and includes methods such as `GetHashCode`, `GetType`, and `ToString`."]]],[]]