Kinetica C# API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
kinetica.DeleteGraphRequest.Options Struct Reference

Optional parameters. 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"
 

Detailed Description

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.

The default value is an empty Dictionary. A set of string constants for the parameter options.

Definition at line 50 of file DeleteGraph.cs.

Member Data Documentation

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

Definition at line 71 of file DeleteGraph.cs.

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

Definition at line 73 of file DeleteGraph.cs.

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

Definition at line 72 of file DeleteGraph.cs.


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