Kinetica C# API
Version 7.2.3.0
|
A set of string constants for the parameter options. 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... | |
A set of string constants for the parameter options.
Optional parameters.
Definition at line 21 of file DeleteGraph.cs.
const string kinetica.DeleteGraphRequest.Options.DELETE_PERSIST = "delete_persist" |
const string kinetica.DeleteGraphRequest.Options.FALSE = "false" |
Definition at line 39 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 45 of file DeleteGraph.cs.
const string kinetica.DeleteGraphRequest.Options.TRUE = "true" |
Definition at line 38 of file DeleteGraph.cs.