public static final class DropBackupRequest.Options extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DELETE_ALL_BACKUPS
Allow multiple backups to be deleted if
TRUE
and multiple backup names are found matching backupName. |
static String |
DRY_RUN
Whether or not to perform a dry run of a backup deletion.
|
static String |
FALSE |
static String |
NO_ERROR_IF_NOT_EXISTS
Whether or not to suppress the error if the specified backup does
not exist.
|
static String |
TRUE |
public static final String DRY_RUN
FALSE.public static final String TRUE
public static final String FALSE
public static final String DELETE_ALL_BACKUPS
TRUE
and multiple backup names are found matching backupName.
Supported values:
The default value is FALSE.public static final String NO_ERROR_IF_NOT_EXISTS
FALSE.Copyright © 2025. All rights reserved.