Class

CouchbaseSet

CouchbaseSet

CouchbaseSet provides a simplified interface for storing a set within a Couchbase document.

Methods

# async add(item, callback)

Parameters:
Name Type Description
item *
callback function

View Source datastructures.js, line 473

# async contains(item, callback)

Parameters:
Name Type Description
item *
callback function

View Source datastructures.js, line 500

# async remove(item, callback)

Parameters:
Name Type Description
item *
callback function

View Source datastructures.js, line 517

# async size(callback)

Parameters:
Name Type Description
callback function

View Source datastructures.js, line 560

# async values(callback)

Parameters:
Name Type Description
callback function

View Source datastructures.js, line 550