On Thu, Jan 24, 2013 at 3:17 PM, Keith Turner <[email protected]> wrote: > In the shell, you can use maxrow. In the API, you can call > conn.tableOperations().getMaxRow()
I used tableOperations.getMaxRow("TABLENAME", new Authorizations(),
null, true, null, true) and it worked just fine. Thank you.
