apoc.couchbase.exists

过程 Apoc 扩展

apoc.couchbase.exists(hostOrKey, bucket, documentId, config) yield value - 检查具有给定 ID 的 couchbase json 文档是否存在。

签名

apoc.couchbase.exists(hostOrKey :: STRING?, bucket :: STRING?, documentId :: STRING?, config = {} :: MAP?) :: (value :: BOOLEAN?)

输入参数

名称 类型 默认

hostOrKey

STRING?

null

bucket

STRING?

null

documentId

STRING?

null

config

MAP?

{}

输出参数

名称 类型

布尔值?

© . This site is unofficial and not affiliated with Neo4j, Inc.