7 using System.Collections.Generic;
65 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
102 IDictionary<string, string>
options =
null)
105 this.action =
action ??
"";
106 this._value =
_value ??
"";
121 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
AlterSchemaRequest(string schema_name, string action, string _value, IDictionary< string, string > options=null)
Constructs an AlterSchemaRequest object with the specified parameters.
string schema_name
Name of the schema to be altered.
string action
Modification operation to be applied.
string schema_name
Value of schema_name.
const string RENAME_SCHEMA
Renames a schema to _value.
AlterSchemaRequest()
Constructs an AlterSchemaRequest object with default parameters.
KineticaData - class to help with Avro Encoding for Kinetica
A set of string constants for the parameter action.
A set of parameters for Kinetica.alterSchema.
const string ADD_COMMENT
Adds a comment describing the schema.
string _value
The value of the modification, depending on action.
A set of results returned by Kinetica.alterSchema.
IDictionary< string, string > info
Additional information.
IDictionary< string, string > options
Optional parameters.