Package com.gpudb.protocol
Class DropDatasinkRequest.Options
- java.lang.Object
-
- com.gpudb.protocol.DropDatasinkRequest.Options
-
- Enclosing class:
- DropDatasinkRequest
public static final class DropDatasinkRequest.Options extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLEAR_TABLE_MONITORSIfTRUE, any table monitors that use this data sink will be cleared.static StringFALSEstatic StringTRUE
-
-
-
Field Detail
-
CLEAR_TABLE_MONITORS
public static final String CLEAR_TABLE_MONITORS
IfTRUE, any table monitors that use this data sink will be cleared. 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
-
-