Show / Hide Table of Contents

Class AutonomousDatabaseManualRefreshDetails

Details of manual refresh for an Autonomous Database refreshable clone.

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

Properties

TimeRefreshCutoff

Declaration
[JsonProperty(PropertyName = "timeRefreshCutoff")]
public DateTime? TimeRefreshCutoff { get; set; }
Property Value
Type Description
DateTime?

The timestamp to which the Autonomous Database refreshable clone will be refreshed. Changes made in the primary database after this timestamp are not part of the data refresh.

In this article
Back to top