Kinetica C# API
Version 7.0.19.0
|
A set of results returned by Kinetica.showGraph(string,IDictionary{string, string}). More...
Properties | |
bool | result [get, set] |
Indicates a successf. More... | |
IList< string > | graph_names [get, set] |
Name(s) of the graph(s). More... | |
IList< bool > | directed = new List<string>() [get, set] |
Whether or not the edges of the graph have directions (bi-directional edges can still exist in directed graphs). More... | |
IList< long > | num_nodes = new List<bool>() [get, set] |
Total number of nodes in the graph. More... | |
IList< long > | num_edges = new List<long>() [get, set] |
Total number of edges in the graph. More... | |
IList< bool > | is_persisted = new List<long>() [get, set] |
Shows whether or not the graph is persisted (saved and loaded on launch). More... | |
IList< bool > | is_sync_db = new List<bool>() [get, set] |
Shows whether or not the graph is linked to the original tables that created it, and will potentially be re-created instead loaded from persist on launch. More... | |
IList< bool > | has_insert_table_monitor = new List<bool>() [get, set] |
Shows whether or not the graph has an insert table monitor attached to it. More... | |
IList< string > | original_request = new List<bool>() [get, set] |
The orignal client request used to create the graph (before any expression evaluation or separator processing). More... | |
IDictionary< string, string > | info = new List<string>() [get, set] |
Additional information. More... | |
Properties inherited from kinetica.KineticaData | |
Schema | Schema [get] |
Avro Schema for this class More... | |
Additional Inherited Members | |
Public Member Functions inherited from kinetica.KineticaData | |
KineticaData (KineticaType type) | |
Constructor from Kinetica Type More... | |
KineticaData (System.Type type=null) | |
Default constructor, with optional System.Type More... | |
object | Get (int fieldPos) |
Retrieve a specific property from this object More... | |
void | Put (int fieldPos, object fieldValue) |
Write a specific property to this object More... | |
Static Public Member Functions inherited from kinetica.KineticaData | |
static RecordSchema | SchemaFromType (System.Type t, KineticaType ktype=null) |
Create an Avro Schema from a System.Type and a KineticaType. More... | |
A set of results returned by Kinetica.showGraph(string,IDictionary{string, string}).
Definition at line 150 of file ShowGraph.cs.
|
getset |
Whether or not the edges of the graph have directions (bi-directional edges can still exist in directed graphs).
Consult Directed Graphs for more details.
Definition at line 165 of file ShowGraph.cs.
|
getset |
Name(s) of the graph(s).
Definition at line 158 of file ShowGraph.cs.
|
getset |
Shows whether or not the graph has an insert table monitor attached to it.
Definition at line 184 of file ShowGraph.cs.
|
getset |
Additional information.
Definition at line 192 of file ShowGraph.cs.
|
getset |
Shows whether or not the graph is persisted (saved and loaded on launch).
Definition at line 175 of file ShowGraph.cs.
|
getset |
Shows whether or not the graph is linked to the original tables that created it, and will potentially be re-created instead loaded from persist on launch.
Definition at line 180 of file ShowGraph.cs.
|
getset |
Total number of edges in the graph.
Definition at line 171 of file ShowGraph.cs.
|
getset |
Total number of nodes in the graph.
Definition at line 168 of file ShowGraph.cs.
|
getset |
The orignal client request used to create the graph (before any expression evaluation or separator processing).
Definition at line 189 of file ShowGraph.cs.
|
getset |
Indicates a successf.
This call will fails of the graph specified in the request does not exist.
Definition at line 155 of file ShowGraph.cs.