Kinetica   C#   API  Version 7.2.3.0
kinetica.DeleteGraphRequest.Options Struct Reference

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...
 

Detailed Description

A set of string constants for the parameter 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"

If set to TRUE, the graph is removed from the server and persist.

Supported values:

The default value is TRUE.

Definition at line 36 of file DeleteGraph.cs.

◆ FALSE

const string kinetica.DeleteGraphRequest.Options.FALSE = "false"

Definition at line 39 of file DeleteGraph.cs.

◆ SERVER_ID

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.

◆ TRUE

const string kinetica.DeleteGraphRequest.Options.TRUE = "true"

Definition at line 38 of file DeleteGraph.cs.


The documentation for this struct was generated from the following file: