Skip to main content

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

const string kinetica.QueryGraphRequest.Options.AND_LABELS = “and_labels”
static

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.

Definition at line 121 of file QueryGraph.cs.

◆ FALSE

const string kinetica.QueryGraphRequest.Options.FALSE = “false”
static

A boolean constant for the QueryGraphRequest.Options options.

Definition at line 76 of file QueryGraph.cs.

◆ FIND_COMMON_LABELS

const string kinetica.QueryGraphRequest.Options.FIND_COMMON_LABELS = “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

const string kinetica.QueryGraphRequest.Options.FORCE_UNDIRECTED = “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

const string kinetica.QueryGraphRequest.Options.LIMIT = “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

const string kinetica.QueryGraphRequest.Options.OUTPUT_CHARN_LENGTH = “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

const string kinetica.QueryGraphRequest.Options.OUTPUT_WKT_PATH = “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

const string kinetica.QueryGraphRequest.Options.SERVER_ID = “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

const string kinetica.QueryGraphRequest.Options.TRUE = “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: