Package com.gpudb.protocol
Class ShowGraphRequest.Options
- java.lang.Object
-
- com.gpudb.protocol.ShowGraphRequest.Options
-
- Enclosing class:
- ShowGraphRequest
public static final class ShowGraphRequest.Options extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringEXPORT_GRAPH_SCHEMAIf true, generates the graph ontology (schema) as a DOT format string in the response info field under the key 'dot'.static StringFALSEstatic StringSERVER_IDIndicates which graph server(s) to send the request to.static StringSHOW_ORIGINAL_REQUESTIf set toTRUE, the request that was originally used to create the graph is also returned as JSON.static StringTRUE
-
-
-
Field Detail
-
SHOW_ORIGINAL_REQUEST
public static final String SHOW_ORIGINAL_REQUEST
If set toTRUE, the request that was originally used to create the graph is also returned as JSON. 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
-
EXPORT_GRAPH_SCHEMA
public static final String EXPORT_GRAPH_SCHEMA
If true, generates the graph ontology (schema) as a DOT format string in the response info field under the key 'dot'. Supported values: The default value isFALSE.- See Also:
- Constant Field Values
-
-