Interface NoBlockingOptions

The options representing the blocking behavior of many admin operations.

Field

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

See

AdminBlockingOptions

interface NoBlockingOptions {
    blocking: false;
    maxTimeMS?: number;
}

Hierarchy (view full)

Properties

Properties

blocking: false

False to not block until the operation is complete.

maxTimeMS?: number

The maximum time to wait for a response from the server, in milliseconds.