7 using System.Collections.Generic;
25 public IList<string>
table_names {
get;
set; } =
new List<string>();
29 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
45 IDictionary<string, string>
options = null)
47 this.table_names = table_names ??
new List<string>();
48 this.
options = options ??
new Dictionary<string, string>();
63 public IList<string>
table_names {
get;
set; } =
new List<string>();
70 public IList<IDictionary<string, string>> metadata_maps {
get;
set; } =
new List<IDictionary<string, string>>();
KineticaData - class to help with Avro Encoding for Kinetica