TransactionGetResult

class TransactionGetResult

Functions

Link copied to clipboard
inline fun <T> contentAs(jsonSerializer: JsonSerializer? = null): T

Returns the document content after deserializing it into the type specified by the type parameter.

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val content: Content

The retrieved content. Useful for accessing the raw bytes of the document.

Link copied to clipboard
val id: String

The document's ID.

Link copied to clipboard
val keyspace: Keyspace

The fully-qualified name of the collection containing the document.