Class CreateRefreshableAutonomousDatabaseCloneDetails
Details to create an Oracle Autonomous AI Database refreshable clone.
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class CreateRefreshableAutonomousDatabaseCloneDetails : CreateAutonomousDatabaseBaseProperties
AutoRefreshFrequencyInSeconds
Declaration
[JsonProperty(PropertyName = "autoRefreshFrequencyInSeconds")]
public int? AutoRefreshFrequencyInSeconds { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | The frequency a refreshable clone is refreshed after auto-refresh is enabled. The minimum is 1 hour. The maximum is 7 days. The date and time that auto-refresh is enabled is controlled by the  | 
AutoRefreshPointLagInSeconds
Declaration
[JsonProperty(PropertyName = "autoRefreshPointLagInSeconds")]
public int? AutoRefreshPointLagInSeconds { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | The time, in seconds, the data of the refreshable clone lags the primary database at the point of refresh. The minimum is 0 minutes (0 mins means refresh to the latest available timestamp). The maximum is 7 days. The lag time increases after refreshing until the next data refresh happens. | 
CloneType
Declaration
[JsonProperty(PropertyName = "cloneType")]
[JsonConverter(typeof(StringEnumConverter))]
public CreateRefreshableAutonomousDatabaseCloneDetails.CloneTypeEnum? CloneType { get; set; }Property Value
| Type | Description | 
|---|---|
| CreateRefreshableAutonomousDatabaseCloneDetails.CloneTypeEnum? | The Autonomous AI Database clone type. | 
OpenMode
Declaration
[JsonProperty(PropertyName = "openMode")]
[JsonConverter(typeof(StringEnumConverter))]
public CreateRefreshableAutonomousDatabaseCloneDetails.OpenModeEnum? OpenMode { get; set; }Property Value
| Type | Description | 
|---|---|
| CreateRefreshableAutonomousDatabaseCloneDetails.OpenModeEnum? | Indicates the Autonomous AI Database mode. The database can be opened in  | 
RefreshableMode
Declaration
[JsonProperty(PropertyName = "refreshableMode")]
[JsonConverter(typeof(StringEnumConverter))]
public CreateRefreshableAutonomousDatabaseCloneDetails.RefreshableModeEnum? RefreshableMode { get; set; }Property Value
| Type | Description | 
|---|---|
| CreateRefreshableAutonomousDatabaseCloneDetails.RefreshableModeEnum? | The refresh mode of the clone. AUTOMATIC indicates that the clone is automatically being refreshed with data from the source Autonomous AI Database. | 
SourceId
Declaration
[Required(ErrorMessage = "SourceId is required.")]
[JsonProperty(PropertyName = "sourceId")]
public string SourceId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of the source Autonomous AI Database that you will clone to create a new Autonomous AI Database. | 
Remarks
Required
TimeOfAutoRefreshStart
Declaration
[JsonProperty(PropertyName = "timeOfAutoRefreshStart")]
public DateTime? TimeOfAutoRefreshStart { get; set; }Property Value
| Type | Description | 
|---|---|
| DateTime? | The the date and time that auto-refreshing will begin for an Autonomous AI Database refreshable clone. This value controls only the start time for the first refresh operation. Subsequent (ongoing) refresh operations have start times controlled by the value of the  |