Returns a AnalyticsIndexManager which can be used to manage the analytics indexes of this cluster.
Executes an analytics query against the cluster.
The analytics statement to execute.
Optional parameters for this operation.
A node-style callback to be invoked after execution.
Creates a Bucket object reference to a specific bucket.
The name of the bucket to reference.
Returns a BucketManager which can be used to manage the buckets of this cluster.
Shuts down this cluster object. Cleaning up all resources associated with it.
A node-style callback to be invoked after execution.
Returns a diagnostics report about the currently active connections with the cluster. Includes information about remote and local addresses, last activity, and other diagnostics information.
Optional parameters for this operation.
A node-style callback to be invoked after execution.
Performs a ping operation against the cluster. Pinging the services which are specified (or all services if none are specified). Returns a report which describes the outcome of the ping operations which were performed.
Optional parameters for this operation.
A node-style callback to be invoked after execution.
Executes a N1QL query against the cluster.
The N1QL statement to execute.
Optional parameters for this operation.
A node-style callback to be invoked after execution.
Returns a QueryIndexManager which can be used to manage the query indexes of this cluster.
Returns a SearchIndexManager which can be used to manage the search indexes of this cluster.
Executes a search query against the cluster.
The name of the index to query.
The SearchQuery describing the query to execute.
Optional parameters for this operation.
A node-style callback to be invoked after execution.
Returns a UserManager which can be used to manage the users of this cluster.
Generated using TypeDoc
Exposes the operations which are available to be performed against a cluster. Namely the ability to access to Buckets as well as performing management operations against the cluster.