Class

CouchbaseList

CouchbaseList

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

Methods

# async getAll(callback)

Parameters:
Name Type Description
callback *

View Source datastructures.js, line 34

# async getAt(index, callback)

Parameters:
Name Type Description
index *
callback *

View Source datastructures.js, line 77

# async indexOf(value, callback)

Parameters:
Name Type Description
value *
callback *

View Source datastructures.js, line 112

# async push(value, callback)

Parameters:
Name Type Description
value *
callback *

View Source datastructures.js, line 145

# async removeAt(index, callback)

Parameters:
Name Type Description
index *
callback *

View Source datastructures.js, line 97

# async size(callback)

Parameters:
Name Type Description
callback *

View Source datastructures.js, line 130

# async unshift(value, callback)

Parameters:
Name Type Description
value *
callback *

View Source datastructures.js, line 162