ICluster Interface |
[Missing <summary> documentation for "T:Couchbase.ICluster"]
Namespace: Couchbase
public interface ICluster : IDisposable, IAsyncDisposable
The ICluster type exposes the following members.
| Name | Description | |
|---|---|---|
| AnalyticsIndexes | ||
| Buckets | ||
| QueryIndexes | ||
| SearchIndexes | ||
| Users |
| Name | Description | |
|---|---|---|
| AnalyticsQueryAsyncT | ||
| BucketAsync | ||
| 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.
| |
| PingAsync |
Actively performs I/O by application-level pinging services and returning their pinged status.
| |
| QueryAsyncT | ||
| SearchQueryAsync | ||
| WaitUntilReadyAsync |
Waits until a desired cluster state by default (“online”) is reached or times out.
|
| 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.) |