7 using System.Collections.Generic;
24 public IList<string>
table_names {
get;
set; } =
new List<string>();
29 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
46 IDictionary<string, string>
options =
null)
48 this.table_names =
table_names ??
new List<string>();
61 public IList<string>
table_names {
get;
set; } =
new List<string>();
69 public IList<IDictionary<string, string>>
metadata_maps {
get;
set; } =
new List<IDictionary<string, string>>();
72 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
KineticaData - class to help with Avro Encoding for Kinetica