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