Options passed to forCompletion and forTableState.

Hierarchy

Properties

compartment?: string

Cloud service only. Compartment id or name to use for this operation.

Default Value

Config.compartment.

See

compartment

delay?: number

Delay in milliseconds between successive polls, determines how often the polls are performed. Defaults to tablePollDelay for table DDL operations or to adminPollDelay for admin DDL operations.

namespace?: string

On-premises only. Namespace to use for this operation.

Note: if a namespace is specified in the table name for the request (using the namespace:table_name format), that value will override this setting.

Default Value

Config.namespace.

See

namespace

timeout?: number

Timeout in milliseconds, i.e. how long to keep polling for operation completion. Defaults to tablePollTimeout for table DDL operations and to adminPollTimeout for admin DDL operations.

Generated using TypeDoc