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.

Hierarchy

  • ListTablesResult

Properties

Properties

lastIndex: number

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.

tables: string[]

Array of table names returned by the operation.

Generated using TypeDoc