public static final class QueryGraphRequest.Options extends Object
FORCE_UNDIRECTED
: If set to 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
.
LIMIT
: When specified (>0), limits the number of query results. The
size of the nodes table will be limited by the limit
value. The
default value is '0'.
OUTPUT_WKT_PATH
: If true then concatenated wkt line segments will be
added as the WKT column of the adjacency table.
Supported values:
The default value is FALSE
.
AND_LABELS
: If
set to 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
.
SERVER_ID
:
Indicates which graph server(s) to send the request to. Default is to
send to the server, amongst those containing the corresponding graph,
that has the most computational bandwidth.
OUTPUT_CHARN_LENGTH
: When specified (>0 and <=256), limits the number
of char length on the output tables for string based nodes. The default
length is 64. The default value is '64'.
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. Otherwise (zero rings),
it'll list all labels of the node(s) queried.
Supported values:
The default value is FALSE
.
Map
.
A set of string constants for the parameter options
.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 © 2024. All rights reserved.