collectionDef.exists()
Test if a collection exists.
Description
The exists()
method tests if a collection instance exists.
Use exists()
to find if the document can be read. If exists()
returns false
, there is a corresponding cause
field that indicates
the reason that the document can’t be read. Possible reasons are:
-
Not found.
-
Permission denied.
If the exists field isn’t present, the document may or may not exist.
Staged schema
If a database has staged schema, this method interacts with the database’s staged schema, not the active schema.
Is this article helpful?
Tell Fauna how the article can be improved:
Visit Fauna's forums
or email docs@fauna.com
Thank you for your feedback!