7 using System.Collections.Generic;
42 public const string TRUE =
"true";
43 public const string FALSE =
"false";
80 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
122 IDictionary<string, string>
options =
null)
139 public IList<IList<string>>
packages {
get;
set; } =
new List<IList<string>>();
142 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 environment_names.
string environment_name
Name of the environment on which to retrieve information.
A set of parameters for Kinetica.showEnvironment.
const string NO_ERROR_IF_NOT_EXISTS
If TRUE and if the environment specified in environment_name does not exist, no error is returned.
A set of string constants for the parameter options.
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.