A set of results returned by Kinetica.showDatasink. More…
Inheritance diagram for kinetica.ShowDatasinkResponse:
[legend]
Collaboration diagram for kinetica.ShowDatasinkResponse:
[legend]
Classes | |
| struct | AdditionalInfo |
| A set of string constants for the parameter ShowDatasinkResponse.additional_info. More… | |
Properties | |
| IList< string > | datasink_names = new List<string>() [get, set] |
| The data sink names. | |
| IList< string > | destination_types = new List<string>() [get, set] |
| The destination type of the data sinks named in ShowDatasinkResponse.datasink_names. | |
| IList< IDictionary< string, string > > | additional_info = new List<IDictionary<string, string>>() [get, set] |
| Additional information about the respective data sinks in ShowDatasinkResponse.datasink_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.showDatasink.
Definition at line 55 of file ShowDatasink.cs.
Property Documentation
◆ additional_info
| getset |
Additional information about the respective data sinks in ShowDatasinkResponse.datasink_names.
- DESTINATION: Destination for the output data in ‘destination_type://path[:port]’ format.
- KAFKA_TOPIC_NAME: Kafka topic if the data sink type is a Kafka broker.
- USER_NAME: Name of the remote system user.
Definition at line 106 of file ShowDatasink.cs.
◆ datasink_names
| getset |
The data sink names.
Definition at line 76 of file ShowDatasink.cs.
◆ destination_types
| getset |
The destination type of the data sinks named in ShowDatasinkResponse.datasink_names.
Definition at line 80 of file ShowDatasink.cs.
◆ info
| getset |
Additional information.
Definition at line 109 of file ShowDatasink.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/ShowDatasink.cs
- Kinetica/Protocol/ShowDatasink.cs