7 using System.Collections.Generic;
28 public IList<string>
table_names {
get; set; } =
new List<string>();
32 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
51 IDictionary<string, string>
options = null)
53 this.table_names = table_names ??
new List<string>();
54 this.options =
options ??
new Dictionary<string, string>();
69 public IList<string>
table_names {
get; set; } =
new List<string>();
76 public IList<IDictionary<string, string>>
metadata_maps {
get; set; } =
new List<IDictionary<string, string>>();
79 public IDictionary<string, string>
info {
get; set; } =
new Dictionary<string, string>();
KineticaData - class to help with Avro Encoding for Kinetica