Package com.gpudb.protocol
Class AlterBackupRequest.Options
- java.lang.Object
-
- com.gpudb.protocol.AlterBackupRequest.Options
-
- Enclosing class:
- AlterBackupRequest
public static final class AlterBackupRequest.Options extends Object
-
-
Field Detail
-
COMMENT
public static final String COMMENT
Comments to store with the backup.- See Also:
- Constant Field Values
-
DRY_RUN
public static final String DRY_RUN
Whether or not to perform a dry run of a backup alteration. Supported values: The default value isFALSE.- See Also:
- Constant Field Values
-
TRUE
public static final String TRUE
- See Also:
- Constant Field Values
-
FALSE
public static final String FALSE
- See Also:
- Constant Field Values
-
-