The name of the scope this Scope object references.
Executes an analytics query against the cluster scoped this scope.
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.
Creates a Collection object reference to a specific collection.
The name of the collection to reference.
Executes a N1QL query against the cluster scoped to this scope.
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.
Executes a search query against the scope.
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 scope.
Exposes the operations which are available to be performed against a scope. Namely the ability to access to Collections for performing operations.