collectionDef.exists()

Test if a collection exists.

Signature

exists() => Boolean

Description

Tests if a Collection document exists.

Collection documents are FQL versions of a database’s FSL collection schema. Collection documents have the CollectionDef type. See Collections.

Staged schema

If a database has staged schema, this method interacts with the database’s staged schema, not the active schema.

Parameters

None

Return value

Type Description

Boolean

If true, the Collection document exists. If false, the Collection document doesn’t exist.

Examples

Collection.byName("Product").exists()
true

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!