7 using System.Collections.Generic;
40 public const string TRUE =
"true";
41 public const string FALSE =
"false";
75 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
114 IDictionary<string, string>
options =
null)
136 public IList<IList<string>>
schema_tables {
get;
set; } =
new List<IList<string>>();
140 public IList<IDictionary<string, string>>
additional_info {
get;
set; } =
new List<IDictionary<string, string>>();
143 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
const string NO_ERROR_IF_NOT_EXISTS
If FALSE will return an error if the provided schema_name does not exist.
A set of string constants for the parameter options.
string schema_name
Value of schema_name.
IList< IDictionary< string, string > > additional_info
Additional information about the respective tables in schema_names.
ShowSchemaRequest(string schema_name, IDictionary< string, string > options=null)
Constructs a ShowSchemaRequest object with the specified parameters.
IDictionary< string, string > info
Additional information.
IDictionary< string, string > options
Optional parameters.
A set of results returned by Kinetica.showSchema.
A set of parameters for Kinetica.showSchema.
string schema_name
Name of the schema for which to retrieve the information.
IList< IList< string > > schema_tables
An array of arrays containing a list of tables in each of the respective schema_names.
IList< string > schema_names
A list of all schema names for which information is returned
ShowSchemaRequest()
Constructs a ShowSchemaRequest object with default parameters.
KineticaData - class to help with Avro Encoding for Kinetica