Show / Hide Table of Contents

Class UpdateBackupDetails

Describes the parameters for updating the backup details.

Inheritance
object
UpdateBackupDetails
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 UpdateBackupDetails

Properties

RetentionPeriodInDays

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

The retention period of the long term backup in days.

RetentionPeriodInYears

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

The retention period of the long term backup in years.

In this article
Back to top