Kinetica C# API  Version 7.1.10.0
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
kinetica.ShowDatasinkResponse.AdditionalInfo Struct Reference

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...
 

Detailed Description

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.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: