Click or drag to resize

ICluster Interface

[Missing <summary> documentation for "T:Couchbase.ICluster"]

Namespace:  Couchbase
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
public interface ICluster : IDisposable, 
	IAsyncDisposable

The ICluster type exposes the following members.

Properties
Methods
  NameDescription
Public methodAnalyticsQueryAsyncT
Public methodBucketAsync
Public methodDiagnosticsAsync
Creates diagnostic report that can be used to determine the healthfulness of the cluster. It does not proactively perform any I/O against the network.
Public methodPingAsync
Actively performs I/O by application-level pinging services and returning their pinged status.
Public methodQueryAsyncT
Public methodSearchQueryAsync
Public methodWaitUntilReadyAsync
Waits until a desired cluster state by default (“online”) is reached or times out.
Top
Extension Methods
  NameDescription
Public Extension MethodAnalyticsQueryT(String, ActionAnalyticsOptions)Overloaded. (Defined by ClusterExtensions.)
Public Extension MethodAnalyticsQueryT(String, AnalyticsOptions)Overloaded. (Defined by ClusterExtensions.)
Public Extension MethodAnalyticsQueryAsyncT (Defined by ClusterExtensions.)
Public Extension MethodDiagnosticsAsync (Defined by ClusterExtensions.)
Public Extension MethodIngestAsyncT(String, ICouchbaseCollection, ActionIngestOptions)Overloaded.
Executes a query and ingests the results as documents into Couchbase server for further analytics.

NOTE: This is an experimental API and may change in the future.

(Defined by AnalyticsExtensions.)
Public Extension MethodIngestAsyncT(String, ICouchbaseCollection, IngestOptions)Overloaded.
Executes a query and ingests the results as documents into Couchbase server for further analytics.

NOTE: This is an experimental API and may change in the future.

(Defined by AnalyticsExtensions.)
Public Extension MethodQueryAsyncT(String)Overloaded. (Defined by ClusterExtensions.)
Public Extension MethodQueryAsyncT(String, ActionQueryOptions)Overloaded. (Defined by ClusterExtensions.)
Public Extension MethodSearchQueryAsync (Defined by ClusterExtensions.)
Top
See Also