Class UpdateBackupDetails
Describes the parameters for updating the backup details.
Inherited Members
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. |