7 using System.Collections.Generic;
72 public const string TRUE =
"true";
73 public const string FALSE =
"false";
106 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
145 IDictionary<string, string>
options = null)
147 this.graph_name = graph_name ??
"";
148 this.options =
options ??
new Dictionary<string, string>();
165 public IDictionary<string, string>
info {
get; set; } =
new Dictionary<string, string>();
const string DELETE_PERSIST
If set to true, the graph is removed from the server and persist.
bool result
Indicates a successful deletion.
DeleteGraphRequest()
Constructs a DeleteGraphRequest object with default parameters.
IDictionary< string, string > options
Optional parameters.
DeleteGraphRequest(string graph_name, IDictionary< string, string > options=null)
Constructs a DeleteGraphRequest object with the specified parameters.
string graph_name
Name of the graph to be deleted.
IDictionary< string, string > info
Additional information.
A set of results returned by Kinetica.deleteGraph(string,IDictionary{string, string}).
KineticaData - class to help with Avro Encoding for Kinetica
A set of parameters for Kinetica.deleteGraph(string,IDictionary{string, string}). ...