CouchbaseBucket ExistsAsync Method Couchbase .NET SDK 2.1.0 Documentation
Checks for the existance of a given key as an asynchronous operation.

Namespace: Couchbase
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
public Task<bool> ExistsAsync(
	string key
)

Parameters

key
Type: System String
The key to check.

Return Value

Type: Task Boolean 
A Task TResult  object representing the asynchronous operation.

Implements

IBucket ExistsAsync(String)
See Also