Class AutonomousDatabaseManualRefreshDetails
Details of manual refresh for an Autonomous Database refreshable clone.
Inherited Members
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. |