Kinetica   C#   API  Version 7.2.3.0
kinetica.CreateGraphRequest.DirectedGraph Struct Reference

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

Public Attributes

const string TRUE = "true"
 
const string FALSE = "false"
 

Detailed Description

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

Definition at line 37 of file CreateGraph.cs.

◆ TRUE

const string kinetica.CreateGraphRequest.DirectedGraph.TRUE = "true"

Definition at line 36 of file CreateGraph.cs.


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