Documentation

BinaryCollection
in package

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

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
Loading…

Search results