Couchbase .NET SDK | 3.8.0
Search Results for

    Show / Hide Table of Contents

    Class TransactionGetOptions

    Inheritance
    object
    TransactionGetOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Couchbase.Client.Transactions.Config
    Assembly: Couchbase.NetClient.dll
    Syntax
    public class TransactionGetOptions

    Properties

    | Edit this page View Source

    Span

    Used as the parent span for any tracing span this operation creates.

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

    Transcoder

    This is used to set the transcoder you would like to use for this data.

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