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>();
99 IDictionary<string, string>
options =
null)
101 this.name =
name ??
"";
113 public string name {
get;
set; }
116 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
IDictionary< string, string > options
Optional parameters.
string name
Name of the resource group to be deleted.
A set of string constants for the parameter options.
const string CASCADE_DELETE
If TRUE, delete any existing entities owned by this group.
KineticaData - class to help with Avro Encoding for Kinetica
IDictionary< string, string > info
Additional information.
DeleteResourceGroupRequest(string name, IDictionary< string, string > options=null)
Constructs a DeleteResourceGroupRequest object with the specified parameters.
string name
Value of name.
A set of results returned by Kinetica.deleteResourceGroup.
DeleteResourceGroupRequest()
Constructs a DeleteResourceGroupRequest object with default parameters.
A set of parameters for Kinetica.deleteResourceGroup.