public static final class DropBackupRequest.Options extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DELETE_ALL_BACKUPS
All multiple backups to be deleted if
TRUE and
multiple backup names were found matching prefix of backupName. |
static String |
DRY_RUN
Dry run of drop backup.
|
static String |
FALSE |
static String |
NO_ERROR_IF_NOT_EXISTS
If
FALSE will return an error if the provided
backupName does not exist. |
static String |
TRUE |
public static final String DRY_RUN
public static final String FALSE
public static final String TRUE
public static final String DELETE_ALL_BACKUPS
TRUE and
multiple backup names were found matching prefix of backupName.
Supported values:
The default value is FALSE.public static final String NO_ERROR_IF_NOT_EXISTS
FALSE will return an error if the provided
backupName does not exist.
Supported values:
The default value is FALSE.Copyright © 2025. All rights reserved.