Collections
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
method takes the name of a collection and returns a single Collection
object.