Class BackupPolicy
PostgreSQL database system backup policy.
Inheritance
BackupPolicy
Inherited Members
Namespace: Oci.PsqlService.Models
Assembly: OCI.DotNetSDK.Psql.dll
Syntax
[JsonConverter(typeof(BackupPolicyModelConverter))]
public class BackupPolicy
Properties
RetentionDays
Declaration
[JsonProperty(PropertyName = "retentionDays")]
public int? RetentionDays { get; set; }
Property Value
Type | Description |
---|---|
int? | How many days the data should be stored after the database system deletion. |