Click or drag to resize
IBucketGetT Method
Gets value for a given key

Namespace: Couchbase.Core
Assembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
IOperationResult<T> Get<T>(
	string key
)

Parameters

key
Type: SystemString
The key to use as a lookup.

Type Parameters

T
The type T to convert the value to.

Return Value

Type: IOperationResultT
An object implementing the IOperationResultTinterface.
See Also