\CouchbaseMutationToken

An object which contains meta information of the document needed to enforce query consistency.

Summary

Methods
Properties
Constants
from()
bucketName()
vbucketId()
vbucketUuid()
sequenceNumber()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

from()

from(string  $bucketName, integer  $vbucketId, string  $vbucketUuid, string  $sequenceNumber) 

Creates new mutation token

Parameters

string $bucketName

name of the bucket

integer $vbucketId

partition number

string $vbucketUuid

UUID of the partition

string $sequenceNumber

sequence number inside partition

bucketName()

bucketName() : string

Returns bucket name

Returns

string

vbucketId()

vbucketId() : integer

Returns partition number

Returns

integer

vbucketUuid()

vbucketUuid() : string

Returns UUID of the partition

Returns

string

sequenceNumber()

sequenceNumber() : string

Returns the sequence number inside partition

Returns

string