7 using System.Collections.Generic;
68 public const string TRUE =
"true";
69 public const string FALSE =
"false";
101 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
139 IDictionary<string, string>
options = null)
141 this.schema_name = schema_name ??
"";
142 this.options =
options ??
new Dictionary<string, string>();
160 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 .
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(string,IDictionary{string, string}).
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(string,IDictionary{string, string}).