CouchbaseBucket.Exists Method Couchbase .NET SDK 2.3.3
Checks for the existance of a given key.

Namespace: Couchbase
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
public bool Exists(
	string key
)

Parameters

key
Type: System.String
The key to check.

Return Value

Type: Boolean
True if the key exists.

Implements

IBucket.Exists(String)
See Also