Class AutonomousDatabaseManualRefreshDetails
Details of manual refresh for an Autonomous AI Database refreshable clone.
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class AutonomousDatabaseManualRefreshDetailsProperties
TimeRefreshCutoff
Declaration
[JsonProperty(PropertyName = "timeRefreshCutoff")]
public DateTime? TimeRefreshCutoff { get; set; }Property Value
| Type | Description | 
|---|---|
| DateTime? | The timestamp to which the Autonomous AI Database refreshable clone will be refreshed. Changes made in the primary database after this timestamp are not part of the data refresh. |