Class PreparedBackupDetails
Prepared backup details.
Inherited Members
Namespace: Oci.MysqlService.Models
Assembly: OCI.DotNetSDK.Mysql.dll
Syntax
public class PreparedBackupDetails
Properties
PreparedBackupRestoreReductionInMinutes
Declaration
[JsonProperty(PropertyName = "preparedBackupRestoreReductionInMinutes")]
public int? PreparedBackupRestoreReductionInMinutes { get; set; }
Property Value
| Type | Description |
|---|---|
| int? | The estimated time saving when this prepared backup is restored. |
TimePrepared
Declaration
[JsonProperty(PropertyName = "timePrepared")]
public DateTime? TimePrepared { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime? | The date and time the backup was prepared. |