Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class TransactionGetMultiSpecBase

Inheritance
object
TransactionGetMultiSpecBase
TransactionGetMultiReplicaFromPreferredServerGroupSpec
TransactionGetMultiSpec
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
Assembly: Couchbase.NetClient.dll
Syntax
public class TransactionGetMultiSpecBase

Constructors

View Source

TransactionGetMultiSpecBase(ICouchbaseCollection, string, ITypeTranscoder?)

Declaration
public TransactionGetMultiSpecBase(ICouchbaseCollection collection, string id, ITypeTranscoder? transcoder)
Parameters
Type Name Description
ICouchbaseCollection collection
string id
ITypeTranscoder transcoder

Properties

View Source

Collection

Declaration
public ICouchbaseCollection Collection { get; set; }
Property Value
Type Description
ICouchbaseCollection
View Source

Id

Declaration
public string Id { get; set; }
Property Value
Type Description
string
View Source

Transcoder

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