| Package | Description |
|---|---|
| com.couchbase.client.core.transaction |
| Modifier and Type | Method and Description |
|---|---|
TransactionLinks |
CoreTransactionGetResult.links() |
| Constructor and Description |
|---|
CoreTransactionGetResult(String id,
byte[] content,
int userFlags,
long cas,
CollectionIdentifier collection,
TransactionLinks links,
Optional<DocumentMetadata> documentMetadata,
Optional<com.couchbase.client.core.deps.com.fasterxml.jackson.databind.JsonNode> txnMeta,
Optional<String> crc32OfGet)
Note that it's intentionally obfuscated here as to whether both content and userFlags come from the document's current body, or staged in the transactional metadata.
|
Copyright © 2024 Couchbase, Inc.. All rights reserved.