Kinetica   C#   API  Version 7.2.3.0
kinetica.QueryGraphRequest.Options Struct Reference

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...
 

Detailed Description

A set of string constants for the parameter 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"

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 98 of file QueryGraph.cs.

◆ FALSE

const string kinetica.QueryGraphRequest.Options.FALSE = "false"

Definition at line 60 of file QueryGraph.cs.

◆ FIND_COMMON_LABELS

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.

◆ FORCE_UNDIRECTED

const string kinetica.QueryGraphRequest.Options.FORCE_UNDIRECTED = "force_undirected"

If set to TRUE, all inbound edges and outbound edges relative to the node will be returned.

Supported values:

The default value is FALSE.

Definition at line 57 of file QueryGraph.cs.

◆ LIMIT

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.

◆ OUTPUT_CHARN_LENGTH

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.

◆ OUTPUT_WKT_PATH

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.

◆ SERVER_ID

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.

◆ TRUE

const string kinetica.QueryGraphRequest.Options.TRUE = "true"

Definition at line 59 of file QueryGraph.cs.


The documentation for this struct was generated from the following file: