Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Class OperationResult<T>

    The primary return type for binary Memcached operations which return a value

    Inheritance
    object
    OperationResult
    OperationResult<T>
    Implements
    IOperationResult<T>
    IOperationResult
    IResult
    Inherited Members
    OperationResult.Success
    OperationResult.Message
    OperationResult.Token
    OperationResult.Cas
    OperationResult.Status
    OperationResult.Durability
    OperationResult.Exception
    OperationResult.ShouldRetry()
    OperationResult.IsNmv()
    OperationResult.Id
    OperationResult.OpCode
    OperationResult.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    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 Source

    Content

    The value of the key retrieved from Couchbase Server.

    Declaration
    public T? Content { get; }
    Property Value
    Type Description
    T

    Implements

    IOperationResult<T>
    IOperationResult
    IResult
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.