Couchbase .NET SDK | 3.8.0
Search Results for

    Show / Hide Table of Contents

    Class TransactionInsertOptionsBuilder

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

    Fields

    | Edit this page View Source

    Default

    Declaration
    public static TransactionInsertOptionsBuilder Default
    Field Value
    Type Description
    TransactionInsertOptionsBuilder

    Methods

    | Edit this page View Source

    Build()

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

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

    Create()

    Create a new instance of TransactionInsertOptionsBuilder.

    Declaration
    public static TransactionInsertOptionsBuilder Create()
    Returns
    Type Description
    TransactionInsertOptionsBuilder

    A new instance of the builder.

    | Edit this page View Source

    Span(IRequestSpan)

    Specify a parent tracing span for this operation to use as the parent of any spans it may create.

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

    The desired parent span.

    Returns
    Type Description
    TransactionInsertOptionsBuilder
    | 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 TransactionInsertOptionsBuilder Transcoder(ITypeTranscoder transcoder)
    Parameters
    Type Name Description
    ITypeTranscoder transcoder
    Returns
    Type Description
    TransactionInsertOptionsBuilder
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.