Documentation

BinaryCollection
in package
implements BinaryCollectionInterface

BinaryCollection is an object containing functionality for performing KeyValue operations against the server with binary documents.

Interfaces, Classes, Traits and Enums

BinaryCollectionInterface

Table of Contents

$bucketName  : string
$core  : resource
$name  : string
$scopeName  : string
append()  : MutationResult
Appends a value to a document.
decrement()  : CounterResult
Decrements a counter document by a value.
increment()  : CounterResult
Increments a counter document by a value.
name()  : string
Get the name of the binary collection.
prepend()  : MutationResult
Prepends a value to a document.

Properties

Methods

name()

Get the name of the binary collection.

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

        

Search results