Class OperationResult<T>
The primary return type for binary Memcached operations which return a value
Inherited Members
Namespace: Couchbase.Core.IO.Operations
Assembly: Couchbase.NetClient.dll
Syntax
[Obsolete("This class is not required and will be removed in a future release.")]
public class OperationResult<T> : OperationResult, IOperationResult<T>, IOperationResult, IResult
Type Parameters
Name | Description |
---|---|
T | The value returned by the operation. |
Properties
| Edit this page View SourceContent
The value of the key retrieved from Couchbase Server.
Declaration
public T? Content { get; }
Property Value
Type | Description |
---|---|
T |