7 using System.Collections.Generic;
40 public const string TRUE =
"true";
41 public const string FALSE =
"false";
73 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
109 IDictionary<string, string>
options =
null)
126 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
const string NO_ERROR_IF_EXISTS
If TRUE, prevents an error from occurring if the schema already exists.
string schema_name
Value of schema_name.
IDictionary< string, string > options
Optional parameters.
CreateSchemaRequest(string schema_name, IDictionary< string, string > options=null)
Constructs a CreateSchemaRequest object with the specified parameters.
IDictionary< string, string > info
Additional information.
A set of results returned by Kinetica.createSchema.
CreateSchemaRequest()
Constructs a CreateSchemaRequest object with default parameters.
string schema_name
Name of the schema to be created.
KineticaData - class to help with Avro Encoding for Kinetica
A set of parameters for Kinetica.createSchema.
A set of string constants for the parameter options.