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