Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Interface IOperationResult<T>

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

    Inherited Members
    IOperationResult.Token
    IOperationResult.Cas
    IOperationResult.Status
    IOperationResult.Durability
    IOperationResult.IsNmv()
    IOperationResult.Id
    IOperationResult.OpCode
    IResult.Success
    IResult.Message
    IResult.Exception
    IResult.ShouldRetry()
    Namespace: Couchbase.Core.IO.Operations
    Assembly: Couchbase.NetClient.dll
    Syntax
    [Obsolete("This interface is not required and will be removed in a future release.")]
    public interface IOperationResult<out T> : IOperationResult, IResult
    Type Parameters
    Name Description
    T

    The value returned by the operation.

    Properties

    | Edit this page View Source

    Content

    The value returned by the operation.

    Declaration
    T? Content { get; }
    Property Value
    Type Description
    T
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.