7 using System.Collections.Generic;
24 public string name {
get;
set; }
29 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
45 IDictionary<string, string>
options =
null)
47 this.name =
name ??
"";
104 public IList<IDictionary<string, string>>
additional_info {
get;
set; } =
new List<IDictionary<string, string>>();
107 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
string name
Name of the data sink for which to retrieve information.
IDictionary< string, string > info
Additional information.
IList< string > destination_types
The destination type of the data sinks named in datasink_names.
ShowDatasinkRequest()
Constructs a ShowDatasinkRequest object with default parameters.
A set of parameters for Kinetica.showDatasink.
ShowDatasinkRequest(string name, IDictionary< string, string > options=null)
Constructs a ShowDatasinkRequest object with the specified parameters.
A set of string constants for the parameter additional_info.
IList< IDictionary< string, string > > additional_info
Additional information about the respective data sinks in datasink_names.
A set of results returned by Kinetica.showDatasink.
const string DESTINATION
Destination for the output data in 'destination_type://path[:port]' format
const string USER_NAME
Name of the remote system user
IList< string > datasink_names
The data sink names.
KineticaData - class to help with Avro Encoding for Kinetica
const string KAFKA_TOPIC_NAME
Kafka topic if the data sink type is a Kafka broker
IDictionary< string, string > options
Optional parameters.