7 using System.Collections.Generic;
26 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
42 IDictionary<string, string>
options =
null)
60 public const string TRUE =
"true";
61 public const string FALSE =
"false";
81 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
A set of results returned by Kinetica.hasSchema.
string schema_name
Value of schema_name
HasSchemaRequest()
Constructs a HasSchemaRequest object with default parameters.
IDictionary< string, string > info
Additional information.
A set of parameters for Kinetica.hasSchema.
bool schema_exists
Indicates whether the schema exists or not.
string schema_name
Name of the schema to check for existence, in root, using standard name resolution rules.
IDictionary< string, string > options
Optional parameters.
A set of string constants for the parameter schema_exists.
KineticaData - class to help with Avro Encoding for Kinetica
HasSchemaRequest(string schema_name, IDictionary< string, string > options=null)
Constructs a HasSchemaRequest object with the specified parameters.