Couchbase Transactions .NET | 1.1.0
Search Results for

    Show / Hide Table of Contents

    Class TransactionGetResult

    Inheritance
    Object
    TransactionGetResult
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Couchbase.Transactions
    Assembly: Couchbase.Transactions.dll
    Syntax
    public class TransactionGetResult

    Fields

    | Improve this Doc View Source

    Empty

    Declaration
    public static readonly TransactionGetResult Empty
    Field Value
    Type Description
    TransactionGetResult

    Properties

    | Improve this Doc View Source

    Cas

    Declaration
    public ulong Cas { get; }
    Property Value
    Type Description
    UInt64
    | Improve this Doc View Source

    Collection

    Declaration
    public ICouchbaseCollection Collection { get; }
    Property Value
    Type Description
    Couchbase.KeyValue.ICouchbaseCollection
    | Improve this Doc View Source

    DocumentMetadata

    Declaration
    public DocumentMetadata DocumentMetadata { get; }
    Property Value
    Type Description
    DocumentMetadata
    | Improve this Doc View Source

    Id

    Declaration
    public string Id { get; }
    Property Value
    Type Description
    String

    Methods

    | Improve this Doc View Source

    ContentAs<T>()

    Declaration
    public T ContentAs<T>()
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2021 Couchbase, Inc.