Show / Hide Table of Contents

Enum SoftDelete

Retains the backup to be deleted due to the retention policy in DELETE SCHEDULED state for 7 days before permanently deleting it.
If soft delete is enabled, then it retains the backup in DELETE SCHEDULED state for 7 days before permanently deleting it.
If soft delete is disabled, then it permanently deletes the backup immediately.

Namespace: Oci.MysqlService.Models
Assembly: OCI.DotNetSDK.Mysql.dll
Syntax
public enum SoftDelete

Fields

Name Description
Disabled
Enabled
UnknownEnumValue
In this article
Back to top