Collection API
Get collection
You can get a specific collection in a project by calling client.collections().get(name)
.
Getting a single collection is as easy as:
The get()
function takes the name of a collection and returns a single Collection
object.