Show / Hide Table of Contents

Class PreparedBackupDetails

Prepared backup details.

Inheritance
object
PreparedBackupDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top