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
| static |
A boolean constant for the CreateGraphRequest.DirectedGraph options.
Definition at line 42 of file CreateGraph.cs.
◆ 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:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/CreateGraph.cs
- Kinetica/Protocol/CreateGraph.cs