Kinetica C# API
Version 7.1.10.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" |
const string | SERVER_ID = "server_id" |
Indicates which graph server(s) to send the request to. More... | |
Optional parameters.
The default value is an empty Dictionary. A set of string constants for the parameter options.
Definition at line 57 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 78 of file DeleteGraph.cs.
const string kinetica.DeleteGraphRequest.Options.FALSE = "false" |
Definition at line 80 of file DeleteGraph.cs.
const string kinetica.DeleteGraphRequest.Options.SERVER_ID = "server_id" |
Indicates which graph server(s) to send the request to.
Default is to send to get information about all the servers.
Definition at line 85 of file DeleteGraph.cs.
const string kinetica.DeleteGraphRequest.Options.TRUE = "true" |
Definition at line 79 of file DeleteGraph.cs.