7 using System.Collections.Generic;
37 public const string TRUE =
"true";
38 public const string FALSE =
"false";
42 public string name {
get;
set; }
66 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
100 IDictionary<string, string>
options =
null)
102 this.name =
name ??
"";
114 public string name {
get;
set; }
117 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
DeleteResourceGroupRequest(string name, IDictionary< string, string > options=null)
Constructs a DeleteResourceGroupRequest object with the specified parameters.
A set of parameters for Kinetica.deleteResourceGroup.
IDictionary< string, string > info
Additional information.
A set of string constants for the parameter options.
IDictionary< string, string > options
Optional parameters.
A set of results returned by Kinetica.deleteResourceGroup.
DeleteResourceGroupRequest()
Constructs a DeleteResourceGroupRequest object with default parameters.
string name
Value of name.
string name
Name of the resource group to be deleted.
KineticaData - class to help with Avro Encoding for Kinetica
const string CASCADE_DELETE
If TRUE, delete any existing entities owned by this group.