Kinetica C# API
Version 7.0.19.0
|
If set to true, the graph will be directed. More...
Public Attributes | |
const string | TRUE = "true" |
const string | FALSE = "false" |
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. Supported values:
The default value is TRUE. A set of string constants for the parameter directed_graph.
Definition at line 52 of file CreateGraph.cs.
const string kinetica.CreateGraphRequest.DirectedGraph.FALSE = "false" |
Definition at line 55 of file CreateGraph.cs.
const string kinetica.CreateGraphRequest.DirectedGraph.TRUE = "true" |
Definition at line 54 of file CreateGraph.cs.