Kinetica   C#   API  Version 7.2.3.0
kinetica.ShowDatasinkResponse.AdditionalInfo Struct Reference

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

Detailed Description

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.

Member Data Documentation

◆ DESTINATION

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.

◆ KAFKA_TOPIC_NAME

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.

◆ USER_NAME

const string kinetica.ShowDatasinkResponse.AdditionalInfo.USER_NAME = "user_name"

Name of the remote system user

Definition at line 72 of file ShowDatasink.cs.


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