Documentation

Scope
in package

Scope is an object for providing access to collections.

Table of Contents

$bucketName  : string
$core  : resource
$name  : string
analyticsQuery()  : AnalyticsResult
Executes an analytics query against the cluster with scopeName set implicitly.
collection()  : Collection
Returns a new Collection object representing the collection specified.
name()  : string
Returns the name of the scope.
query()  : QueryResult
Executes a N1QL query against the cluster with scopeName set implicitly.

Properties

$bucketName

private string $bucketName

$core

private resource $core

Methods

collection()

Returns a new Collection object representing the collection specified.

public collection(string $name) : Collection
Parameters
$name : string

the name of the collection

Tags
since
4.0.0
Return values
Collection

name()

Returns the name of the scope.

public name() : string
Tags
since
4.0.0
Return values
string
Loading…

Search results