Class exposing the various available management operations that can be performed on a bucket.
package |
Couchbase |
---|
getDesignDocuments() : mixed
mixed
insertDesignDocument(mixed $name, mixed $data)
throws | |
---|---|
returns |
true |
mixed
Name of the design document.
mixed
The design document data.
upsertDesignDocument(mixed $name, mixed $data)
returns |
true |
---|---|
mixed
Name of the design document.
mixed
The design document data.
getDesignDocument(mixed $name) : mixed
mixed
Name of the design document.
mixed
removeDesignDocument(mixed $name) : mixed
mixed
Name of the design document.
mixed
flush() : mixed
mixed
info() : mixed
Returns an associative array of status information as seen by the cluster for this bucket. The exact structure of the returned data can be seen in the Couchbase Manual by looking at the bucket /info endpoint.
mixed
The status information.