A set of string constants for the parameter DeleteGraphRequest.options. More…
Static Public Attributes | |
| const string | DELETE_PERSIST = “delete_persist” |
| If set to TRUE, the graph is removed from the server and persist. | |
| const string | TRUE = “true” |
| A boolean constant for the DeleteGraphRequest.Options options. | |
| const string | FALSE = “false” |
| A boolean constant for the DeleteGraphRequest.Options options. | |
| const string | SERVER_ID = “server_id” |
| Indicates which graph server(s) to send the request to. | |
Detailed Description
A set of string constants for the parameter DeleteGraphRequest.options.
Optional parameters.
Definition at line 21 of file DeleteGraph.cs.
Member Data Documentation
◆ DELETE_PERSIST
| static |
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 44 of file DeleteGraph.cs.
◆ FALSE
| static |
A boolean constant for the DeleteGraphRequest.Options options.
Definition at line 52 of file DeleteGraph.cs.
◆ SERVER_ID
| static |
Indicates which graph server(s) to send the request to.
Default is to send to get information about all the servers.
Definition at line 58 of file DeleteGraph.cs.
◆ TRUE
| static |
A boolean constant for the DeleteGraphRequest.Options options.
Definition at line 48 of file DeleteGraph.cs.
The documentation for this struct was generated from the following files:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/DeleteGraph.cs
- Kinetica/Protocol/DeleteGraph.cs