A set of results returned by Kinetica.checkTable.
More...
|
| IList< string > | table_names = new List<string>() [get, set] |
| |
| IList< string > | ids = new List<string>() [get, set] |
| |
| IList< string > | locations = new List<string>() [get, set] |
| |
| IList< string > | errors = new List<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.checkTable.
Definition at line 166 of file CheckTable.cs.
◆ errors
| IList<string> kinetica.CheckTableResponse.errors = new List<string>() |
|
getset |
◆ ids
| IList<string> kinetica.CheckTableResponse.ids = new List<string>() |
|
getset |
◆ info
| IDictionary<string, string> kinetica.CheckTableResponse.info = new Dictionary<string, string>() |
|
getset |
Additional information.
The default value is an empty Dictionary.
Definition at line 179 of file CheckTable.cs.
◆ locations
| IList<string> kinetica.CheckTableResponse.locations = new List<string>() |
|
getset |
◆ table_names
| IList<string> kinetica.CheckTableResponse.table_names = new List<string>() |
|
getset |
The documentation for this class was generated from the following file: