7 using System.Collections.Generic;
68 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
106 IDictionary<string, string>
options =
null)
109 this.action =
action ??
"";
110 this._value =
_value ??
"";
125 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 schema_name
Name of the schema to be altered.
string _value
The value of the modification, depending on action.
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.
const string ADD_COMMENT
Adds a comment describing the schema
A set of string constants for the parameter action.
KineticaData - class to help with Avro Encoding for Kinetica
string action
Modification operation to be applied.
string schema_name
Value of schema_name.