Packages

case class TransactionGetResult extends Product with Serializable

Represents a value fetched from Couchbase, along with additional transactional metadata.

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TransactionGetResult
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def contentAs[T](implicit deserializer: JsonDeserializer[T]): Try[T]

    Return the content, converted into the application's preferred representation.

    Return the content, converted into the application's preferred representation. g *

    T

    this can be of any type for which an implicit com.couchbase.client.scala.codec.JsonDeserializer can be found: a list of types that are supported 'out of the box' is available at these JSON docs

  2. def id: String

    The document's id.

  3. def productElementNames: Iterator[String]
    Definition Classes
    Product