We are using Cloudera Navigator API to retrieve hive datasets metadata. We are gettign name, path, owner, db name and additional metadata as part of API call response. But it doesn't include other table parameters like numfiles, numrows, rawdatasize and total size etc.. Currently we get these details as part of DDL formatted query response as part of Table parameters. is it possible this can be provided as part of Navigator API response as well?
Table Parameters: | NULL |
| COLUMN_STATS_ACCURATE |
| EXTERNAL |
| numFiles |
| numRows |
| rawDataSize |
| totalSize |
| transient_lastDdlTime |