A set of parameters for Kinetica.deleteGraph.
More...
A set of parameters for Kinetica.deleteGraph.
Deletes an existing graph from the graph server and/or persist.
Definition at line 16 of file DeleteGraph.cs.
◆ DeleteGraphRequest() [1/4]
kinetica.DeleteGraphRequest.DeleteGraphRequest |
( |
| ) |
|
|
inline |
◆ DeleteGraphRequest() [2/4]
kinetica.DeleteGraphRequest.DeleteGraphRequest |
( |
string |
graph_name, |
|
|
IDictionary< string, string > |
options = null |
|
) |
| |
|
inline |
Constructs a DeleteGraphRequest object with the specified parameters.
- Parameters
-
graph_name | Name of the graph to be deleted. |
options | Optional parameters.
-
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.
-
SERVER_ID: Indicates which graph server(s) to send the request to. Default is to send to get information about all the servers.
The default value is an empty Dictionary. |
Definition at line 123 of file DeleteGraph.cs.
◆ DeleteGraphRequest() [3/4]
kinetica.DeleteGraphRequest.DeleteGraphRequest |
( |
| ) |
|
|
inline |
◆ DeleteGraphRequest() [4/4]
kinetica.DeleteGraphRequest.DeleteGraphRequest |
( |
string |
graph_name, |
|
|
IDictionary< string, string > |
options = null |
|
) |
| |
|
inline |
Constructs a DeleteGraphRequest object with the specified parameters.
- Parameters
-
graph_name | Name of the graph to be deleted. |
options | Optional parameters.
-
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.
-
SERVER_ID: Indicates which graph server(s) to send the request to. Default is to send to get information about all the servers.
The default value is an empty Dictionary. |
Definition at line 123 of file DeleteGraph.cs.
◆ graph_name
string kinetica.DeleteGraphRequest.graph_name |
|
getset |
◆ options
IDictionary< string, string > kinetica.DeleteGraphRequest.options = new Dictionary<string, string>() |
|
getset |
Optional parameters.
-
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.
-
SERVER_ID: Indicates which graph server(s) to send the request to. Default is to send to get information about all the servers.
The default value is an empty Dictionary.
Definition at line 82 of file DeleteGraph.cs.
The documentation for this class was generated from the following file:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/DeleteGraph.cs