A set of results returned by Kinetica.showTypes(string,string,IDictionary{string, string}).
More...
|
IList< string > | type_ids [get, set] |
|
IList< string > | type_schemas = new List<string>() [get, set] |
|
IList< string > | labels = new List<string>() [get, set] |
|
IList< IDictionary< string,
IList< string > > > | properties = new List<string>() [get, set] |
|
IDictionary< string, string > | info = new List<IDictionary<string, IList<string>>>() [get, set] |
| Additional information. More...
|
|
Schema | Schema [get] |
| Avro Schema for this class More...
|
|
A set of results returned by Kinetica.showTypes(string,string,IDictionary{string, string}).
Definition at line 158 of file ShowTypes.cs.
IDictionary<string, string> kinetica.ShowTypesResponse.info = new List<IDictionary<string, IList<string>>>() |
|
getset |
IList<string> kinetica.ShowTypesResponse.labels = new List<string>() |
|
getset |
IList<IDictionary<string, IList<string> > > kinetica.ShowTypesResponse.properties = new List<string>() |
|
getset |
IList<string> kinetica.ShowTypesResponse.type_ids |
|
getset |
IList<string> kinetica.ShowTypesResponse.type_schemas = new List<string>() |
|
getset |
The documentation for this class was generated from the following file: