Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class TransactionGetMultiOptionsBase

Inheritance
object
TransactionGetMultiOptionsBase
TransactionGetMultiOptions
TransactionGetMultiReplicaFromPreferredServerGroupOptions
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 TransactionGetMultiOptionsBase

Properties

View Source

Mode

Declaration
public TransactionGetMultiMode Mode { get; init; }
Property Value
Type Description
TransactionGetMultiMode
View Source

Span

Declaration
public IRequestSpan? Span { get; init; }
Property Value
Type Description
IRequestSpan
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.