7 using System.Collections.Generic;
107 public const string TRUE =
"true";
108 public const string FALSE =
"false";
149 public IList<string>
names {
get; set; } =
new List<string>();
213 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
289 IDictionary<string, string>
options = null)
291 this.names = names ??
new List<string>();
292 this.options =
options ??
new Dictionary<string, string>();
306 public IList<IDictionary<string, string>>
groups {
get; set; } =
new List<IDictionary<string, string>>();
311 public IDictionary<string, string>
rank_usage {
get; set; } =
new Dictionary<string, string>();
314 public IDictionary<string, string>
info {
get; set; } =
new Dictionary<string, string>();
ShowResourceGroupsRequest(IList< string > names, IDictionary< string, string > options=null)
Constructs a ShowResourceGroupsRequest object with the specified parameters.
IList< string > names
List of names of groups to be shown.
IDictionary< string, string > info
Additional information.
IList< IDictionary< string, string > > groups
Map of resource group information.
A set of results returned by Kinetica.showResourceGroups(IList{string},IDictionary{string, string}).
const string SHOW_TIER_USAGE
If true include the resource group usage on the worker ranks in the response.
IDictionary< string, string > rank_usage
Tier usage across ranks.
IDictionary< string, string > options
Optional parameters.
const string SHOW_DEFAULT_GROUP
If true include the default and system resource groups in the response.
const string SHOW_DEFAULT_VALUES
If true include values of fields that are based on the default resource group.
ShowResourceGroupsRequest()
Constructs a ShowResourceGroupsRequest object with default parameters.
KineticaData - class to help with Avro Encoding for Kinetica
A set of parameters for Kinetica.showResourceGroups(IList{string},IDictionary{string, string}).