Kinetica C# API
Version 7.2.3.0
|
A set of string constants for the parameter additional_info. More...
Public Attributes | |
const string | DESTINATION = "destination" |
Destination for the output data in 'destination_type://path[:port]' format More... | |
const string | KAFKA_TOPIC_NAME = "kafka_topic_name" |
Kafka topic if the data sink type is a Kafka broker More... | |
const string | USER_NAME = "user_name" |
Name of the remote system user More... | |
A set of string constants for the parameter additional_info.
Additional information about the respective data sinks in datasink_names.
Definition at line 61 of file ShowDatasink.cs.
const string kinetica.ShowDatasinkResponse.AdditionalInfo.DESTINATION = "destination" |
Destination for the output data in 'destination_type://path[:port]' format
Definition at line 65 of file ShowDatasink.cs.
const string kinetica.ShowDatasinkResponse.AdditionalInfo.KAFKA_TOPIC_NAME = "kafka_topic_name" |
Kafka topic if the data sink type is a Kafka broker
Definition at line 69 of file ShowDatasink.cs.
const string kinetica.ShowDatasinkResponse.AdditionalInfo.USER_NAME = "user_name" |
Name of the remote system user
Definition at line 72 of file ShowDatasink.cs.