Class TransactionInsertOptions
Inherited Members
Namespace: Couchbase.Client.Transactions.Config
Assembly: Couchbase.NetClient.dll
Syntax
public class TransactionInsertOptions
Properties
| Edit this page View SourceSpan
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 |
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 |