public sealed class AutomatedBackupPolicy.Types.TimeBasedRetention : IMessage<AutomatedBackupPolicy.Types.TimeBasedRetention>, IEquatable<AutomatedBackupPolicy.Types.TimeBasedRetention>, IDeepCloneable<AutomatedBackupPolicy.Types.TimeBasedRetention>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1 API class AutomatedBackupPolicy.Types.TimeBasedRetention.
A time based retention policy specifies that all backups within a certain
time period 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."],[[["This webpage provides reference documentation for the `AutomatedBackupPolicy.Types.TimeBasedRetention` class within the Google Cloud AlloyDB v1 API, specifically version 1.6.0."],["The `TimeBasedRetention` class, which is part of the `Google.Cloud.AlloyDb.V1` namespace, defines a policy for retaining backups within a specified time period, implementing interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The documentation lists available versions of the API, ranging from 1.0.0 to the latest 1.9.0, with each version linking to its respective documentation page for the `TimeBasedRetention` class."],["The webpage details the class's inheritance, stating it inherits from the `object` class, and lists the implemented interfaces, as well as inherited members."],["The class has two constructors, one default and one that takes another `TimeBasedRetention` object, and one property `RetentionPeriod`, which is of type `Duration` and is used to determine the length of time to retain backups."]]],[]]