Package com.gpudb.protocol
Class DeleteGraphRequest.Options
- java.lang.Object
-
- com.gpudb.protocol.DeleteGraphRequest.Options
-
- Enclosing class:
- DeleteGraphRequest
public static final class DeleteGraphRequest.Options extends Object
-
-
Field Detail
-
DELETE_PERSIST
public static final String DELETE_PERSIST
If set toTRUE, the graph is removed from the server and persist. If set toFALSE, the graph is removed from the server but is left in persist. The graph can be reloaded from persist if it is recreated with the same 'graph_name'. Supported values: The default value isTRUE.- 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
-
SERVER_ID
public static final String SERVER_ID
Indicates which graph server(s) to send the request to. Default is to send to get information about all the servers.- See Also:
- Constant Field Values
-
-