Show / Hide Table of Contents

Class UpdateAutonomousDatabaseBackupDetails

Details for updating the Autonomous Database backup.
Warning: Oracle recommends avoiding using confidential information when you supply string values using the API.

Inheritance
object
UpdateAutonomousDatabaseBackupDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class UpdateAutonomousDatabaseBackupDetails

Properties

RetentionPeriodInDays

Declaration
[JsonProperty(PropertyName = "retentionPeriodInDays")]
public int? RetentionPeriodInDays { get; set; }
Property Value
Type Description
int?

Retention period, in days, for long-term backups

In this article
Back to top