Skip to main content

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

const string kinetica.DeleteGraphRequest.Options.DELETE_PERSIST = “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

const string kinetica.DeleteGraphRequest.Options.FALSE = “false”
static

A boolean constant for the DeleteGraphRequest.Options options.

Definition at line 52 of file DeleteGraph.cs.

◆ SERVER_ID

const string kinetica.DeleteGraphRequest.Options.SERVER_ID = “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

const string kinetica.DeleteGraphRequest.Options.TRUE = “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: