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
options: AnalyticsQueryOptionsOptional parameters for this operation.
Optional
callback: NodeCallback<AnalyticsResult<TRow>>A node-style callback to be invoked after execution.
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.
Optional
callback: NodeCallback<void>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
options: DiagnosticsOptionsOptional parameters for this operation.
Optional
callback: NodeCallback<DiagnosticsResult>A node-style callback to be invoked after execution.
Returns a EventingFunctionManager which can be used to manage the eventing functions of this cluster. Uncommitted: This API is subject to change in the future.
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
options: PingOptionsOptional parameters for this operation.
Optional
callback: NodeCallback<PingResult>A node-style callback to be invoked after execution.
Executes a N1QL query against the cluster.
The N1QL statement to execute.
Optional
options: QueryOptionsOptional parameters for this operation.
Optional
callback: NodeCallback<QueryResult<TRow>>A node-style callback to be invoked after execution.
Returns a QueryIndexManager which can be used to manage the query indexes of this cluster.
Executes a search query against the cluster.
The name of the index to query.
The SearchRequest describing the search to execute.
Optional
options: SearchQueryOptionsOptional parameters for this operation.
Optional
callback: NodeCallback<SearchResult>A node-style callback to be invoked after execution.
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
options: SearchQueryOptionsOptional parameters for this operation.
Optional
callback: NodeCallback<SearchResult>A node-style callback to be invoked after execution.
Returns a Transactions object which can be used to perform transactions on this cluster.
Returns a UserManager which can be used to manage the users of this cluster.
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.