public static final class QueryGraphRequest.Options extends Object
Modifier and Type | Field and Description |
---|---|
static String |
AND_LABELS
If set to
TRUE , the result of the query has
entities that satisfy all of the target labels, instead of any. |
static String |
FALSE |
static String |
FIND_COMMON_LABELS
If set to true, for many-to-many queries or multi-level traversals,
it lists the common labels between the source and target nodes and
edge labels in each path.
|
static String |
FORCE_UNDIRECTED
If set to
TRUE , all inbound edges and outbound
edges relative to the node will be returned. |
static String |
LIMIT
When specified (>0), limits the number of query results.
|
static String |
OUTPUT_CHARN_LENGTH
When specified (>0 and <=256), limits the number of char
length on the output tables for string based nodes.
|
static String |
OUTPUT_WKT_PATH
If true then concatenated wkt line segments will be added as the WKT
column of the adjacency table.
|
static String |
SERVER_ID
Indicates which graph server(s) to send the request to.
|
static String |
TRUE |
public static final String FORCE_UNDIRECTED
TRUE
, all inbound edges and outbound
edges relative to the node will be returned. If set to FALSE
, only outbound edges relative to the node will
be returned. This parameter is only applicable if the queried graph
graphName
is directed and when querying
nodes. Consult Directed Graphs for more details.
Supported values:
The default value is FALSE
.public static final String TRUE
public static final String FALSE
public static final String LIMIT
LIMIT
value. The default value is '0'.public static final String OUTPUT_WKT_PATH
FALSE
.public static final String AND_LABELS
TRUE
, the result of the query has
entities that satisfy all of the target labels, instead of any.
Supported values:
The default value is FALSE
.public static final String SERVER_ID
public static final String OUTPUT_CHARN_LENGTH
public static final String FIND_COMMON_LABELS
FALSE
.Copyright © 2025. All rights reserved.