Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class TransactionGetOptions

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

Properties

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
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
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.