Couchbase .NET SDK | 3.7.0
Search Results for

    Show / Hide Table of Contents

    Class LookupInOptions.ReadOnly

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

    Constructors

    | Edit this page View Source

    ReadOnly(TimeSpan?, CancellationToken, bool, ITypeSerializer?, ITypeTranscoder?, bool, IRetryStrategy?, IRequestSpan?, short?, bool)

    Declaration
    public ReadOnly(TimeSpan? Timeout, CancellationToken Token, bool Expiry, ITypeSerializer? Serializer, ITypeTranscoder? Transcoder, bool AccessDeleted, IRetryStrategy? RetryStrategy, IRequestSpan? RequestSpan, short? ReplicaIndex = null, bool PreferReturn = false)
    Parameters
    Type Name Description
    TimeSpan? Timeout
    CancellationToken Token
    bool Expiry
    ITypeSerializer Serializer
    ITypeTranscoder Transcoder
    bool AccessDeleted
    IRetryStrategy RetryStrategy
    IRequestSpan RequestSpan
    short? ReplicaIndex
    bool PreferReturn

    Properties

    | Edit this page View Source

    AccessDeleted

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

    Expiry

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

    PreferReturn

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

    ReplicaIndex

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

    Serializer

    Declaration
    public ITypeSerializer? Serializer { get; init; }
    Property Value
    Type Description
    ITypeSerializer
    | 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.