7 using System.Collections.Generic;
29 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
45 IDictionary<string, string>
options = null)
47 this.environment_name = environment_name ??
"";
48 this.options =
options ??
new Dictionary<string, string>();
66 public IDictionary<string, string>
info {
get; set; } =
new Dictionary<string, string>();
A set of results returned by Kinetica.createEnvironment(string,IDictionary{string, string}).
CreateEnvironmentRequest(string environment_name, IDictionary< string, string > options=null)
Constructs a CreateEnvironmentRequest object with the specified parameters.
A set of parameters for Kinetica.createEnvironment(string,IDictionary{string, string}).
IDictionary< string, string > info
Additional information.
IDictionary< string, string > options
Optional parameters.
string environment_name
Name of the environment to be created.
CreateEnvironmentRequest()
Constructs a CreateEnvironmentRequest object with default parameters.
string environment_name
Value of .
KineticaData - class to help with Avro Encoding for Kinetica