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