Options passed to listTables.

Hierarchy

Properties

compartment?: string

Cloud service only. Compartment id or name to use for this operation. See compartment for more information. Only tables belonging to the given compartment (but not its child compartments) will be listed.

Default Value

Config.compartment

limit?: number

The maximum number of table names to return in the operation.

Default Value

If not set or set to 0, there is no limit.

namespace?: string

On-premises only. If set, list tables from given namespace only, otherwise list all tables for the user.

startIndex?: number

The index to use to start returning table names. This is related to the lastIndex from a previous request and can be used to page table names.

Default Value

If not set, the list starts at index 0.

timeout?: number

Timeout for the operation in milliseconds.

Default Value

Config.timeout

Generated using TypeDoc