Interface AstraNoBlockingOptions

Overview (See AstraAdminBlockingOptions)

This is one of the possible shapes for AstraAdminBlockingOptions, specifying non-blocking behavior.

In this mode, the operation returns immediately after initiating the request. Completion must be checked manually.

Refer to AstraAdminBlockingOptions for full behavior details, examples, and important caveats.

interface AstraNoBlockingOptions {
    blocking: false;
}

Properties

Properties

blocking: false

Whether to block the operation until it is complete.

Set blocking to false to disable blocking, and have the method return without waiting for completion.