Optional
completeIf set to true, the returned Promise will only resolve when the admin operation is completed.
Optional
delayIf complete is true, specifies delay between successive polls while waiting for operation completion. Defaults to adminPollDelay. Has no effect if complete is not enabled.
Optional
timeoutTimeout 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
Options passed to adminDDL.