Cluster Class |
[Missing <summary> documentation for "T:Couchbase.Cluster"]
Namespace: Couchbase
public class Cluster : ICluster, IDisposable, IAsyncDisposable
The Cluster type exposes the following members.
| Name | Description | |
|---|---|---|
| AnalyticsIndexes | ||
| Buckets | ||
| QueryIndexes | ||
| SearchIndexes | ||
| Users |
| Name | Description | |
|---|---|---|
| AnalyticsQueryAsyncT | ||
| BucketAsync | ||
| ConnectAsync(ClusterOptions) | ||
| ConnectAsync(String, ClusterOptions) | ||
| ConnectAsync(String, String, String) | ||
| DiagnosticsAsync |
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.
| |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
| DisposeAsync | ||
| EnsureBootstrapped |
Seam for unit tests and for supporting non-GC3P servers (prior to v6.5).
| |
| PingAsync | ||
| QueryAsyncT | ||
| SearchQueryAsync | ||
| WaitUntilReadyAsync |
Waits until bootstrapping has completed and all services have been initialized.
|
| Name | Description | |
|---|---|---|
| AnalyticsQueryT(String, ActionAnalyticsOptions) | Overloaded. (Defined by ClusterExtensions.) | |
| AnalyticsQueryT(String, AnalyticsOptions) | Overloaded. (Defined by ClusterExtensions.) | |
| AnalyticsQueryAsyncT | (Defined by ClusterExtensions.) | |
| DiagnosticsAsync | (Defined by ClusterExtensions.) | |
| IngestAsyncT(String, ICouchbaseCollection, ActionIngestOptions) | Overloaded.
Executes a query and ingests the results as documents into Couchbase server for further analytics.
(Defined by AnalyticsExtensions.)NOTE: This is an experimental API and may change in the future. | |
| IngestAsyncT(String, ICouchbaseCollection, IngestOptions) | Overloaded.
Executes a query and ingests the results as documents into Couchbase server for further analytics.
(Defined by AnalyticsExtensions.)NOTE: This is an experimental API and may change in the future. | |
| QueryAsyncT(String) | Overloaded. (Defined by ClusterExtensions.) | |
| QueryAsyncT(String, ActionQueryOptions) | Overloaded. (Defined by ClusterExtensions.) | |
| SearchQueryAsync | (Defined by ClusterExtensions.) |