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 310

# async forEach(rowCallback, callback)

Parameters:
Name Type Description
rowCallback *
callback *

View Source datastructures.js, line 215

# async get(item, callback)

Parameters:
Name Type Description
item *
callback *

View Source datastructures.js, line 275

# async getAll(callback)

Parameters:
Name Type Description
callback *

View Source datastructures.js, line 204

# async keys(callback)

Parameters:
Name Type Description
callback *

View Source datastructures.js, line 325

# 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 258

# async size(callback)

Parameters:
Name Type Description
callback *

View Source datastructures.js, line 347

# async values(callback)

Parameters:
Name Type Description
callback *

View Source datastructures.js, line 336