Show / Hide Table of Contents

Class StandardPitrPolicy

A standard point-in-time recovery policy.

Inheritance
object
PitrPolicy
StandardPitrPolicy
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top