Kinetica C# API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
kinetica.CreateGraphRequest.DirectedGraph Struct Reference

If set to true, the graph will be directed. More...

Public Attributes

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

Detailed Description

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.

Member Data Documentation

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.


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