7 using System.Collections.Generic;
23 public IList<string>
table_names {
get; set; } =
new List<string>();
26 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
41 IDictionary<string, string>
options = null)
43 this.table_names = table_names ??
new List<string>();
44 this.options =
options ??
new Dictionary<string, string>();
57 public IList<string>
table_names {
get; set; } =
new List<string>();
64 public IList<IDictionary<string, string>>
metadata_maps {
get; set; } =
new List<IDictionary<string, string>>();
KineticaData - class to help with Avro Encoding for Kinetica