Kinetica C# API
Version 7.2.3.0
|
A set of string constants for the parameter options. More...
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. More... | |
const string | TRUE = "true" |
const string | FALSE = "false" |
const string | LIMIT = "limit" |
When specified (>0), limits the number of query results. More... | |
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. More... | |
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. More... | |
const string | SERVER_ID = "server_id" |
Indicates which graph server(s) to send the request to. More... | |
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. More... | |
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. More... | |
A set of string constants for the parameter options.
Additional parameters
Definition at line 41 of file QueryGraph.cs.
const string kinetica.QueryGraphRequest.Options.AND_LABELS = "and_labels" |
const string kinetica.QueryGraphRequest.Options.FALSE = "false" |
Definition at line 60 of file QueryGraph.cs.
const string kinetica.QueryGraphRequest.Options.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.
Supported values:
The default value is FALSE.
Definition at line 128 of file QueryGraph.cs.
const string kinetica.QueryGraphRequest.Options.FORCE_UNDIRECTED = "force_undirected" |
const string kinetica.QueryGraphRequest.Options.LIMIT = "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'.
Definition at line 67 of file QueryGraph.cs.
const string kinetica.QueryGraphRequest.Options.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.
The default length is 64. The default value is '64'.
Definition at line 112 of file QueryGraph.cs.
const string kinetica.QueryGraphRequest.Options.OUTPUT_WKT_PATH = "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.
Definition at line 82 of file QueryGraph.cs.
const string kinetica.QueryGraphRequest.Options.SERVER_ID = "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.
Definition at line 105 of file QueryGraph.cs.
const string kinetica.QueryGraphRequest.Options.TRUE = "true" |
Definition at line 59 of file QueryGraph.cs.