Skip to main content

A set of string constants for the parameter ShowDatasinkResponse.additional_info. More…

Static Public Attributes

const string DESTINATION = “destination”
 Destination for the output data in ‘destination_type://path[:port]’ format.
 
const string KAFKA_TOPIC_NAME = “kafka_topic_name”
 Kafka topic if the data sink type is a Kafka broker.
 
const string USER_NAME = “user_name”
 Name of the remote system user.
 

Detailed Description

A set of string constants for the parameter ShowDatasinkResponse.additional_info.

Additional information about the respective data sinks in ShowDatasinkResponse.datasink_names.

Definition at line 61 of file ShowDatasink.cs.

Member Data Documentation

◆ DESTINATION

const string kinetica.ShowDatasinkResponse.AdditionalInfo.DESTINATION = “destination”
static

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”
static

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”
static

Name of the remote system user.

Definition at line 72 of file ShowDatasink.cs.


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