Home > git-documentdb > GitDocumentDB > close
#
GitDocumentDB.close() methodClose a database
Signature:#
ParametersParameter | Type | Description |
---|---|---|
options | DatabaseCloseOption | The options specify how to close database. |
Promise<void>
#
RemarksNew CRUD operations are not available while closing.
Queued operations are executed before the database is closed unless it times out.