Kinetica C# API
Version 7.0.19.0
|
Optional parameters. More...
Public Attributes | |
const string | DELETE_PERSIST = "delete_persist" |
If set to true, the graph is removed from the server and persist. More... | |
const string | TRUE = "true" |
const string | FALSE = "false" |
Optional parameters.
The default value is an empty Dictionary. A set of string constants for the parameter options.
Definition at line 50 of file DeleteGraph.cs.
const string kinetica.DeleteGraphRequest.Options.DELETE_PERSIST = "delete_persist" |
If set to true, the graph is removed from the server and persist.
If set to false, the graph is removed from the server but is left in persist. The graph can be reloaded from persist if it is recreated with the same 'graph_name'. Supported values:
The default value is TRUE.
Definition at line 71 of file DeleteGraph.cs.
const string kinetica.DeleteGraphRequest.Options.FALSE = "false" |
Definition at line 73 of file DeleteGraph.cs.
const string kinetica.DeleteGraphRequest.Options.TRUE = "true" |
Definition at line 72 of file DeleteGraph.cs.