MCPcopy Index your code
hub / github.com/couchbase/couchbase-python-client / WaitUntilReadyOptions

Class WaitUntilReadyOptions

couchbase/options.py:485–496  ·  view source on GitHub ↗

Available options to for a wait until ready operation. .. warning:: Importing options from ``couchbase.collection`` is deprecated. All options should be imported from ``couchbase.options``. Args: desired_state (:class:`~.couchbase.diagnostics.ClusterState`, optional

Source from the content-addressed store, hash-verified

483
484
485class WaitUntilReadyOptions(WaitUntilReadyOptionsBase):
486 """Available options to for a wait until ready operation.
487
488 .. warning::
489 Importing options from ``couchbase.collection`` is deprecated.
490 All options should be imported from ``couchbase.options``.
491
492 Args:
493 desired_state (:class:`~.couchbase.diagnostics.ClusterState`, optional): The desired state to wait for in
494 order to determine the cluster or bucket is ready. Defaults to `Online`.
495 service_types (Iterable[class:`~couchbase.diagnostics.ServiceType`]): The services which should be pinged.
496 """
497
498
499# Key-Value Operations

Callers 3

mainFunction · 0.90
mainFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected