Couchbase .NET SDK | 3.8.0
Search Results for

    Show / Hide Table of Contents

    Class TransactionInsertOptions

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

    Properties

    | Edit this page View Source

    Span

    This is used as the parent span for all tracing spans created by this operation.

    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.