apoc.couchbase.exists
Procedure
apoc.couchbase.exists(hostOrKey, bucket, documentId) yield value - check whether a couchbase json document with the given ID does exist.
Signature
apoc.couchbase.exists(hostOrKey :: STRING?, bucket :: STRING?, documentId :: STRING?) :: (value :: BOOLEAN?)
Input parameters
Name | Type | Default |
---|---|---|
hostOrKey |
STRING? |
null |
bucket |
STRING? |
null |
documentId |
STRING? |
null |