Class

CouchbaseList

CouchbaseList

CouchbaseList provides a simplified interface for storing lists within a Couchbase document.

Methods

# async getAll(callback)

Parameters:
Name Type Description
callback function

View Source datastructures.js, line 36

# async getAt(index, callback)

Parameters:
Name Type Description
index *
callback function

View Source datastructures.js, line 79

# async indexOf(value, callback)

Parameters:
Name Type Description
value *
callback function

View Source datastructures.js, line 114

# async push(value, callback)

Parameters:
Name Type Description
value *
callback function

View Source datastructures.js, line 145

# async removeAt(index, callback)

Parameters:
Name Type Description
index *
callback function

View Source datastructures.js, line 99

# async size(callback)

Parameters:
Name Type Description
callback function

View Source datastructures.js, line 132

# async unshift(value, callback)

Parameters:
Name Type Description
value *
callback function

View Source datastructures.js, line 164