7 using System.Collections.Generic;
27 public string name {
get; set; }
31 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
49 IDictionary<string, string>
options = null)
51 this.name = name ??
"";
52 this.options =
options ??
new Dictionary<string, string>();
100 public IList<IDictionary<string, string>>
additional_info {
get; set; } =
new List<IDictionary<string, string>>();
103 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 <member name="datasink_names">.
ShowDatasinkRequest()
Constructs a ShowDatasinkRequest object with default parameters.
A set of parameters for Kinetica.showDatasink(string,IDictionary{string, string}).
ShowDatasinkRequest(string name, IDictionary< string, string > options=null)
Constructs a ShowDatasinkRequest object with the specified parameters.
Additional information about the respective data sinks in <member name="datasink_names">.
IList< IDictionary< string, string > > additional_info
Additional information about the respective data sinks in <member name="datasink_names">.
A set of results returned by Kinetica.showDatasink(string,IDictionary{string, string}).
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.