7 using System.Collections.Generic;
74 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
109 IDictionary<string, string>
options = null)
111 this.schema_name = schema_name ??
"";
112 this.action = action ??
"";
113 this._value = _value ??
"";
114 this.options =
options ??
new Dictionary<string, string>();
132 public IDictionary<string, string>
info {
get; set; } =
new Dictionary<string, string>();
IDictionary< string, string > info
Additional information.
AlterSchemaRequest()
Constructs an AlterSchemaRequest object with default parameters.
IDictionary< string, string > options
Optional parameters.
A set of parameters for Kinetica.alterSchema(string,string,string,IDictionary{string, string}).
string schema_name
Name of the schema to be altered.
string _value
The value of the modification, depending on .
AlterSchemaRequest(string schema_name, string action, string _value, IDictionary< string, string > options=null)
Constructs an AlterSchemaRequest object with the specified parameters.
const string RENAME_SCHEMA
Renames a schema to _value.
A set of results returned by Kinetica.alterSchema(string,string,string,IDictionary{string, string}).
Modification operation to be applied Supported values: RENAME_SCHEMA: Renames a schema to ...
KineticaData - class to help with Avro Encoding for Kinetica
string action
Modification operation to be applied Supported values: RENAME_SCHEMA: Renames a schema to ...
string schema_name
Value of .