A set of results returned by Kinetica.createTable. More…
Inheritance diagram for kinetica.CreateTableResponse:
[legend]
Collaboration diagram for kinetica.CreateTableResponse:
[legend]
Classes | |
| struct | Info |
| A set of string constants for the parameter CreateTableResponse.info. More… | |
Properties | |
| string | table_name [get, set] |
| Value of table_name. | |
| string | type_id [get, set] |
| Value of type_id. | |
| bool | is_collection [get, set] |
| [DEPRECATED–this will always return false] Indicates if the created entity is a schema. | |
| IDictionary< string, string > | info = new Dictionary<string, string>() [get, set] |
| Additional information. | |
| Properties inherited from kinetica.KineticaData | |
| Schema | Schema [get] |
| Avro Schema for this class. | |
Additional Inherited Members | |
| Public Member Functions inherited from kinetica.KineticaData | |
| KineticaData (KineticaType type) | |
| Constructor from Kinetica Type. | |
| KineticaData (System.Type type=null) | |
| Default constructor, with optional System.Type. | |
| object | Get (int fieldPos) |
| Retrieve a specific property from this object. | |
| void | Put (int fieldPos, object fieldValue) |
| Write a specific property to this object. | |
| KineticaData (KineticaType type) | |
| Constructor from Kinetica Type. | |
| KineticaData (System.Type type=null) | |
| Default constructor, with optional System.Type. | |
| object | Get (int fieldPos) |
| Retrieve a specific property from this object. | |
| void | Put (int fieldPos, object fieldValue) |
| Write a specific property to this object. | |
| 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. | |
| static ? RecordSchema | SchemaFromType (System.Type t, KineticaType? ktype=null) |
| Create an Avro Schema from a System.Type and a KineticaType. | |
Detailed Description
A set of results returned by Kinetica.createTable.
Definition at line 1332 of file CreateTable.cs.
Property Documentation
◆ info
| getset |
Additional information.
- QUALIFIED_TABLE_NAME: The fully qualified name of the new table (i.e. including the schema).
The default value is an empty Dictionary.
Definition at line 1367 of file CreateTable.cs.
◆ is_collection
| getset |
[DEPRECATED–this will always return false] Indicates if the created entity is a schema.
Definition at line 1354 of file CreateTable.cs.
◆ table_name
| getset |
Value of table_name.
Definition at line 1346 of file CreateTable.cs.
◆ type_id
| getset |
Value of type_id.
Definition at line 1350 of file CreateTable.cs.
The documentation for this class was generated from the following files:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/CreateTable.cs
- Kinetica/Protocol/CreateTable.cs