A set of results returned by Kinetica.showSchema. More…
Properties | |
| string | schema_name [get, set] |
| Value of schema_name. | |
| IList< string > | schema_names = new List<string>() [get, set] |
| A list of all schema names for which information is returned. | |
| IList< IList< string > > | schema_tables = new List<IList<string>>() [get, set] |
| An array of arrays containing a list of tables in each of the respective ShowSchemaResponse.schema_names. | |
| IList< IDictionary< string, string > > | additional_info = new List<IDictionary<string, string>>() [get, set] |
| Additional information about the respective tables in ShowSchemaResponse.schema_names. | |
| 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.showSchema.
Definition at line 147 of file ShowSchema.cs.
Property Documentation
◆ additional_info
| getset |
Additional information about the respective tables in ShowSchemaResponse.schema_names.
Definition at line 163 of file ShowSchema.cs.
◆ info
| getset |
Additional information.
Definition at line 166 of file ShowSchema.cs.
◆ schema_name
| getset |
Value of schema_name.
Definition at line 151 of file ShowSchema.cs.
◆ schema_names
| getset |
A list of all schema names for which information is returned.
Definition at line 155 of file ShowSchema.cs.
◆ schema_tables
| getset |
An array of arrays containing a list of tables in each of the respective ShowSchemaResponse.schema_names.
Definition at line 159 of file ShowSchema.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/ShowSchema.cs
- Kinetica/Protocol/ShowSchema.cs