Skip to main content

A set of string constants for the parameter CreateGraphRequest.directed_graph. More…

Static Public Attributes

const string TRUE = “true”
 A boolean constant for the CreateGraphRequest.DirectedGraph options.
 
const string FALSE = “false”
 A boolean constant for the CreateGraphRequest.DirectedGraph options.
 

Detailed Description

A set of string constants for the parameter CreateGraphRequest.directed_graph.

If set to TRUE, the graph will be directed. If set to FALSE, the graph will not be directed. Consult Directed Graphs for more details.

Definition at line 34 of file CreateGraph.cs.

Member Data Documentation

◆ FALSE

const string kinetica.CreateGraphRequest.DirectedGraph.FALSE = “false”
static

A boolean constant for the CreateGraphRequest.DirectedGraph options.

Definition at line 42 of file CreateGraph.cs.

◆ TRUE

const string kinetica.CreateGraphRequest.DirectedGraph.TRUE = “true”
static

A boolean constant for the CreateGraphRequest.DirectedGraph options.

Definition at line 38 of file CreateGraph.cs.


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