Class

CouchbaseMap

CouchbaseMap

CouchbaseMap provides a simplified interface for storing a map within a Couchbase document.

Methods

# async exists(item, callback)

Parameters:
Name Type Description
item *
callback *

View Source datastructures.js, line 308

# async forEach(rowCallback, callback)

Parameters:
Name Type Description
rowCallback *
callback *

View Source datastructures.js, line 219

# async get(item, callback)

Parameters:
Name Type Description
item *
callback *

View Source datastructures.js, line 277

# async getAll(callback)

Parameters:
Name Type Description
callback *

View Source datastructures.js, line 208

# async keys(callback)

Parameters:
Name Type Description
callback *

View Source datastructures.js, line 323

# async remove(item, callback)

Parameters:
Name Type Description
item *
callback *

View Source datastructures.js, line 295

# async set(item, value, callback)

Parameters:
Name Type Description
item *
value *
callback *

View Source datastructures.js, line 262

# async size(callback)

Parameters:
Name Type Description
callback *

View Source datastructures.js, line 345

# async values(callback)

Parameters:
Name Type Description
callback *

View Source datastructures.js, line 334