Kinetica   C#   API  Version 7.2.3.0
kinetica.AlterTableMetadataResponse Class Reference

A set of results returned by Kinetica.alterTableMetadata. More...

+ Inheritance diagram for kinetica.AlterTableMetadataResponse:
+ Collaboration diagram for kinetica.AlterTableMetadataResponse:

Properties

IList< string > table_names = new List<string>() [get, set]
 Value of table_names. More...
 
IDictionary< string, string > metadata_map = new Dictionary<string, string>() [get, set]
 Value of metadata_map. More...
 
IDictionary< string, string > info = new Dictionary<string, string>() [get, set]
 Additional information. More...
 
- Properties inherited from kinetica.KineticaData
Schema Schema [get]
 Avro Schema for this class More...
 

Additional Inherited Members

- Public Member Functions inherited from kinetica.KineticaData
 KineticaData (KineticaType type)
 Constructor from Kinetica Type More...
 
 KineticaData (System.Type type=null)
 Default constructor, with optional System.Type More...
 
object Get (int fieldPos)
 Retrieve a specific property from this object More...
 
void Put (int fieldPos, object fieldValue)
 Write a specific property to this object More...
 
- Static Public Member Functions inherited from kinetica.KineticaData
static ? RecordSchema SchemaFromType (System.Type t, KineticaType? ktype=null)
 Create an Avro Schema from a System.Type and a KineticaType. More...
 

Detailed Description

A set of results returned by Kinetica.alterTableMetadata.

Definition at line 74 of file AlterTableMetadata.cs.

Property Documentation

◆ info

IDictionary<string, string> kinetica.AlterTableMetadataResponse.info = new Dictionary<string, string>()
getset

Additional information.

Definition at line 87 of file AlterTableMetadata.cs.

◆ metadata_map

IDictionary<string, string> kinetica.AlterTableMetadataResponse.metadata_map = new Dictionary<string, string>()
getset

Value of metadata_map.

Definition at line 84 of file AlterTableMetadata.cs.

◆ table_names

IList<string> kinetica.AlterTableMetadataResponse.table_names = new List<string>()
getset

Value of table_names.

Definition at line 79 of file AlterTableMetadata.cs.


The documentation for this class was generated from the following file: