A set of string constants for the parameter QueryGraphRequest.options. More…
Static Public Attributes | |
| const string | FORCE_UNDIRECTED = “force_undirected” |
| If set to TRUE, all inbound edges and outbound edges relative to the node will be returned. | |
| const string | TRUE = “true” |
| A boolean constant for the QueryGraphRequest.Options options. | |
| const string | FALSE = “false” |
| A boolean constant for the QueryGraphRequest.Options options. | |
| const string | LIMIT = “limit” |
| When specified (>0), limits the number of query results. | |
| const string | OUTPUT_WKT_PATH = “output_wkt_path” |
| If true then concatenated wkt line segments will be added as the WKT column of the adjacency table. | |
| const string | AND_LABELS = “and_labels” |
| If set to TRUE, the result of the query has entities that satisfy all of the target labels, instead of any. | |
| const string | SERVER_ID = “server_id” |
| Indicates which graph server(s) to send the request to. | |
| const string | OUTPUT_CHARN_LENGTH = “output_charn_length” |
| When specified (>0 and <=256), limits the number of char length on the output tables for string based nodes. | |
| const string | FIND_COMMON_LABELS = “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. | |
Detailed Description
A set of string constants for the parameter QueryGraphRequest.options.
Additional parameters.
Definition at line 41 of file QueryGraph.cs.
Member Data Documentation
◆ AND_LABELS
| static |
◆ FALSE
| static |
A boolean constant for the QueryGraphRequest.Options options.
Definition at line 76 of file QueryGraph.cs.
◆ FIND_COMMON_LABELS
| static |
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.
Definition at line 155 of file QueryGraph.cs.
◆ FORCE_UNDIRECTED
| static |
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 QueryGraphRequest.graph_name is directed and when querying nodes. Consult Directed Graphs for more details. Supported values:
The default value is FALSE.
Definition at line 68 of file QueryGraph.cs.
◆ LIMIT
| static |
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’.
Definition at line 83 of file QueryGraph.cs.
◆ OUTPUT_CHARN_LENGTH
| static |
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’.
Definition at line 134 of file QueryGraph.cs.
◆ OUTPUT_WKT_PATH
| static |
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.
Definition at line 101 of file QueryGraph.cs.
◆ SERVER_ID
| static |
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.
Definition at line 128 of file QueryGraph.cs.
◆ TRUE
| static |
A boolean constant for the QueryGraphRequest.Options options.
Definition at line 72 of file QueryGraph.cs.
The documentation for this struct was generated from the following files:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/QueryGraph.cs
- Kinetica/Protocol/QueryGraph.cs