Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Interface ITryMutationResult

    Provides an interface for mutating a document, but instead of throwing DocumentNotFoundException exception if the document key is not found, allows for the existence to be checked via Exists.

    Inherited Members
    IMutationResult.MutationToken
    IResult.Cas
    Namespace: Couchbase.KeyValue
    Assembly: Couchbase.NetClient.dll
    Syntax
    public interface ITryMutationResult : IMutationResult, IResult

    Properties

    | Edit this page View Source

    DocumentExists

    If false, the document does not exist on the server for a given key.

    Declaration
    bool DocumentExists { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    Exists

    If false, the document does not exist on the server for a given key.

    Declaration
    [Obsolete("Use DocumentExists instead")]
    bool Exists { get; }
    Property Value
    Type Description
    bool
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.