Couchbase .NET SDK | 3.8.0
Search Results for

    Show / Hide Table of Contents

    Class TransactionGetOptionsBuilder

    Inheritance
    object
    TransactionGetOptionsBuilder
    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 TransactionGetOptionsBuilder

    Fields

    | Edit this page View Source

    Default

    Return a new builder with default values (if any).

    Declaration
    public static readonly TransactionGetOptionsBuilder Default
    Field Value
    Type Description
    TransactionGetOptionsBuilder

    Methods

    | Edit this page View Source

    Build()

    Create an instance of TransactionGettOptions from the current state of this builder. Note this is a new instance, calling Build() several times will return several independent instances of TransactionGetOptions. ///

    Declaration
    public TransactionGetOptions Build()
    Returns
    Type Description
    TransactionGetOptions
    | Edit this page View Source

    Create()

    Declaration
    public static TransactionGetOptionsBuilder Create()
    Returns
    Type Description
    TransactionGetOptionsBuilder
    | Edit this page View Source

    Span(IRequestSpan)

    Specify an optional parent tracing span, if desired. The tracing spans created by this call with all be children of this.

    Declaration
    public TransactionGetOptionsBuilder Span(IRequestSpan span)
    Parameters
    Type Name Description
    IRequestSpan span

    The parent tracing span for this operation

    Returns
    Type Description
    TransactionGetOptionsBuilder
    | Edit this page View Source

    Transcoder(ITypeTranscoder)

    Specify a specific Transcoder to use when performing the transactional GET. If none is specified, we default to JsonTranscoder

    Declaration
    public TransactionGetOptionsBuilder Transcoder(ITypeTranscoder transcoder)
    Parameters
    Type Name Description
    ITypeTranscoder transcoder
    Returns
    Type Description
    TransactionGetOptionsBuilder
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.