Class StandardPitrPolicy
A standard point-in-time recovery policy.
Inherited Members
Namespace: Oci.PsqlService.Models
Assembly: OCI.DotNetSDK.Psql.dll
Syntax
public class StandardPitrPolicy : PitrPolicy
Properties
RestoreDays
Declaration
[Required(ErrorMessage = "RestoreDays is required.")]
[JsonProperty(PropertyName = "restoreDays")]
public int? RestoreDays { get; set; }
Property Value
| Type | Description |
|---|---|
| int? | The number of days the database system retains backups required for point-in-time recovery. |
Remarks
Required