7 using System.Collections.Generic;
77 public const string TRUE =
"true";
78 public const string FALSE =
"false";
116 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
161 IDictionary<string, string>
options = null)
164 this.options =
options ??
new Dictionary<string, string>();
182 public IList<IList<string>>
packages {
get; set; } =
new List<IList<string>>();
185 public IDictionary<string, string>
info {
get; set; } =
new Dictionary<string, string>();
IDictionary< string, string > info
Additional information.
IList< IList< string > > packages
Information about the installed packages in the respective environments in <member name="environment_...
string environment_name
Name of the environment on which to retrieve information.
A set of parameters for Kinetica.showEnvironment(string,IDictionary{string, string}).
const string NO_ERROR_IF_NOT_EXISTS
If true and if the environment specified in environment_name does not exist, no error is returned...
ShowEnvironmentRequest(string environment_name=null, IDictionary< string, string > options=null)
Constructs a ShowEnvironmentRequest object with the specified parameters.
ShowEnvironmentRequest()
Constructs a ShowEnvironmentRequest object with default parameters.
IList< string > environment_names
A list of all credential names.
IDictionary< string, string > options
Optional parameters.
KineticaData - class to help with Avro Encoding for Kinetica
A set of results returned by Kinetica.showEnvironment(string,IDictionary{string, string}).