Represents the result of a listTables operation.
On a successful operation the table names are available as well as the index of the last returned table. Tables are returned in an array, sorted alphabetically.
Readonly
Next index after the last table name returned (last table index + 1). This can be used as startIndex when calling listTables to page table list.
Array of table names returned by the operation.
Generated using TypeDoc
Represents the result of a listTables operation.
On a successful operation the table names are available as well as the index of the last returned table. Tables are returned in an array, sorted alphabetically.