Kinetica C# API
Version 7.1.10.0
|
Additional information about the respective data sinks in <member name="datasink_names">. 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... | |
Additional information about the respective data sinks in <member name="datasink_names">.
Supported values:
set of string constants for the parameter <member name="additional_info">.
Definition at line 72 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 77 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 81 of file ShowDatasink.cs.
const string kinetica.ShowDatasinkResponse.AdditionalInfo.USER_NAME = "user_name" |
Name of the remote system user
Definition at line 84 of file ShowDatasink.cs.