Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Class MutateInOptions.ReadOnly

    Inheritance
    object
    MutateInOptions.ReadOnly
    Implements
    IEquatable<MutateInOptions.ReadOnly>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Couchbase.KeyValue
    Assembly: Couchbase.NetClient.dll
    Syntax
    public record MutateInOptions.ReadOnly : IEquatable<MutateInOptions.ReadOnly>

    Constructors

    | Edit this page View Source

    ReadOnly(TimeSpan, StoreSemantics, ulong, (PersistTo, ReplicateTo), DurabilityLevel, TimeSpan?, CancellationToken, ITypeSerializer?, bool, bool, bool, IRetryStrategy?, IRequestSpan?, bool, ITypeTranscoder?)

    Declaration
    public ReadOnly(TimeSpan Expiry, StoreSemantics StoreSemantics, ulong Cas, (PersistTo, ReplicateTo) Durability, DurabilityLevel DurabilityLevel, TimeSpan? Timeout, CancellationToken Token, ITypeSerializer? Serializer, bool CreateAsDeleted, bool AccessDeleted, bool ReviveDocument, IRetryStrategy? RetryStrategy, IRequestSpan? RequestSpan, bool PreserveTtl, ITypeTranscoder? Transcoder)
    Parameters
    Type Name Description
    TimeSpan Expiry
    StoreSemantics StoreSemantics
    ulong Cas
    (PersistTo, ReplicateTo) Durability
    DurabilityLevel DurabilityLevel
    TimeSpan? Timeout
    CancellationToken Token
    ITypeSerializer Serializer
    bool CreateAsDeleted
    bool AccessDeleted
    bool ReviveDocument
    IRetryStrategy RetryStrategy
    IRequestSpan RequestSpan
    bool PreserveTtl
    ITypeTranscoder Transcoder

    Properties

    | Edit this page View Source

    AccessDeleted

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

    Cas

    Declaration
    public ulong Cas { get; init; }
    Property Value
    Type Description
    ulong
    | Edit this page View Source

    CreateAsDeleted

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

    Durability

    Declaration
    public (PersistTo, ReplicateTo) Durability { get; init; }
    Property Value
    Type Description
    (PersistTo, ReplicateTo)
    | Edit this page View Source

    DurabilityLevel

    Declaration
    public DurabilityLevel DurabilityLevel { get; init; }
    Property Value
    Type Description
    DurabilityLevel
    | Edit this page View Source

    Expiry

    Declaration
    public TimeSpan Expiry { get; init; }
    Property Value
    Type Description
    TimeSpan
    | Edit this page View Source

    PreserveTtl

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

    RequestSpan

    Declaration
    public IRequestSpan? RequestSpan { get; init; }
    Property Value
    Type Description
    IRequestSpan
    | Edit this page View Source

    RetryStrategy

    Declaration
    public IRetryStrategy? RetryStrategy { get; init; }
    Property Value
    Type Description
    IRetryStrategy
    | Edit this page View Source

    ReviveDocument

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

    Serializer

    Declaration
    public ITypeSerializer? Serializer { get; init; }
    Property Value
    Type Description
    ITypeSerializer
    | Edit this page View Source

    StoreSemantics

    Declaration
    public StoreSemantics StoreSemantics { get; init; }
    Property Value
    Type Description
    StoreSemantics
    | Edit this page View Source

    Timeout

    Declaration
    public TimeSpan? Timeout { get; init; }
    Property Value
    Type Description
    TimeSpan?
    | Edit this page View Source

    Token

    Declaration
    public CancellationToken Token { get; init; }
    Property Value
    Type Description
    CancellationToken
    | Edit this page View Source

    Transcoder

    Declaration
    public ITypeTranscoder? Transcoder { get; init; }
    Property Value
    Type Description
    ITypeTranscoder

    Implements

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