A set of results returned by Kinetica.getRecords. More…
Properties | |
| string | table_name [get, set] |
| Value of table_name. | |
| string | type_name [get, set] |
| The name of the type of the returned records. | |
| string | type_schema [get, set] |
| Avro schema of RawGetRecordsResponse.records_binary or RawGetRecordsResponse.records_json. | |
| IList< byte[]> | records_binary = new List<byte[]>() [get, set] |
| If the encoding was ‘binary’, then this list contains the binary encoded records retrieved from the table, otherwise not populated. | |
| IList< string > | records_json = new List<string>() [get, set] |
| If the encoding was ‘json’, then this list contains the JSON encoded records retrieved from the table. | |
| long | total_number_of_records [get, set] |
| Total/Filtered number of records. | |
| bool | has_more_records [get, set] |
| Too many records. | |
| 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.getRecords.
Definition at line 472 of file GetRecords.cs.
Property Documentation
◆ has_more_records
| getset |
◆ info
| getset |
Additional information.
Definition at line 509 of file GetRecords.cs.
◆ records_binary
| getset |
If the encoding was ‘binary’, then this list contains the binary encoded records retrieved from the table, otherwise not populated.
Definition at line 489 of file GetRecords.cs.
◆ records_json
| getset |
If the encoding was ‘json’, then this list contains the JSON encoded records retrieved from the table.
If the encoding was ‘geojson’ this list contains a single entry consisting of a GeoJSON FeatureCollection containing a feature per record. Otherwise not populated.
Definition at line 499 of file GetRecords.cs.
◆ table_name
| getset |
Value of table_name.
Definition at line 476 of file GetRecords.cs.
◆ total_number_of_records
| getset |
Total/Filtered number of records.
Definition at line 502 of file GetRecords.cs.
◆ type_name
| getset |
The name of the type of the returned records.
Definition at line 479 of file GetRecords.cs.
◆ type_schema
| getset |
Avro schema of RawGetRecordsResponse.records_binary or RawGetRecordsResponse.records_json.
Definition at line 484 of file GetRecords.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/GetRecords.cs
- Kinetica/Protocol/GetRecords.cs