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
| 483 | |
| 484 | |
| 485 | class 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 |
no outgoing calls
no test coverage detected