Home > git-documentdb > Collection > collection
Collection.collection() method#
Get a collection
Signature:Parameters#
| Parameter | Type | Description |
|---|---|---|
| collectionPath | CollectionPath | relative path from this.collectionPath. Sub-directories are also permitted. e.g. 'pages', 'pages/works'. |
| options | CollectionOptions |
A child collection of this collection
Remarks#
- Notice that this function just read an existing directory. It does not make a new sub-directory.