Couchbase .NET SDK | 3.8.0
Search Results for

    Show / Hide Table of Contents

    Class TransactionGetMultiSpecBase

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

    Constructors

    | Edit this page 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

    | Edit this page View Source

    Collection

    Declaration
    public ICouchbaseCollection Collection { get; set; }
    Property Value
    Type Description
    ICouchbaseCollection
    | Edit this page View Source

    Id

    Declaration
    public string Id { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Transcoder

    Declaration
    public ITypeTranscoder? Transcoder { get; set; }
    Property Value
    Type Description
    ITypeTranscoder
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.