Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Class RemoveOptions.ReadOnly

    Inheritance
    object
    RemoveOptions.ReadOnly
    Implements
    IEquatable<RemoveOptions.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 RemoveOptions.ReadOnly : IEquatable<RemoveOptions.ReadOnly>

    Constructors

    | Edit this page View Source

    ReadOnly(ulong, ReplicateTo, PersistTo, DurabilityLevel, TimeSpan?, CancellationToken, IRetryStrategy?, IRequestSpan?)

    Declaration
    public ReadOnly(ulong Cas, ReplicateTo ReplicateTo, PersistTo PersistTo, DurabilityLevel DurabilityLevel, TimeSpan? Timeout, CancellationToken Token, IRetryStrategy? RetryStrategy, IRequestSpan? RequestSpan)
    Parameters
    Type Name Description
    ulong Cas
    ReplicateTo ReplicateTo
    PersistTo PersistTo
    DurabilityLevel DurabilityLevel
    TimeSpan? Timeout
    CancellationToken Token
    IRetryStrategy RetryStrategy
    IRequestSpan RequestSpan

    Properties

    | Edit this page View Source

    Cas

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

    DurabilityLevel

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

    PersistTo

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

    ReplicateTo

    Declaration
    public ReplicateTo ReplicateTo { get; init; }
    Property Value
    Type Description
    ReplicateTo
    | 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

    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

    Implements

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