Options passed to adminDDL.

Hierarchy

  • AdminDDLOpt

Properties

complete?: boolean

If set to true, the returned Promise will only resolve when the admin operation is completed.

delay?: number

If complete is true, specifies delay between successive polls while waiting for operation completion. Defaults to adminPollDelay. Has no effect if complete is not enabled.

timeout?: number

Timeout for the operation in milliseconds. Defaults to ddlTimeout. If complete is true, separate default timeouts are used for issuing the DDL operation and waiting for its completion, with values of ddlTimeout and adminPollTimeout respectively.

Generated using TypeDoc