Home > git-documentdb > GitDocumentDB > find
GitDocumentDB.find() method#
Get all the JSON documents
Signature:Parameters#
| Parameter | Type | Description |
|---|---|---|
| options | FindOptions | The options specify how to get documents. |
Promise<JsonDoc []>
Remarks#
- This is an alias of GitDocumentDB#rootCollection.find()