Interface AstraNoBlockingOptions

The options representing the blocking behavior of many admin operations.

Field

blocking - False to not block until the operation is complete.

See

AstraAdminBlockingOptions

interface AstraNoBlockingOptions {
    blocking: false;
}

Properties

Properties

blocking: false

False to not block until the operation is complete.