toggle menu
kotlin-client
JVM
switch theme
search in API
kotlin-client
/
com.couchbase.client.kotlin.transactions
/
TransactionDocumentSpec
Transaction
Document
Spec
class
TransactionDocumentSpec
(
val
collection
:
Collection
,
val
documentId
:
String
)
A collection and the ID of a document in the collection.
See also
Transaction
Attempt
Context.
plus
Members
Constructors
Transaction
Document
Spec
Link copied to clipboard
constructor
(
collection
:
Collection
,
documentId
:
String
)
Properties
collection
Link copied to clipboard
val
collection
:
Collection
document
Id
Link copied to clipboard
val
documentId
:
String
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String