LibCouchbase.Observe – libcouchbase Reference Manual
Observe
Description:
[
SimpleType
]
[
CCode
( cname =
"lcb_observe_t"
, cprefix =
"LCB_REPLICA_"
) ]
public
enum
Observe
Possible statuses for keys in OBSERVE response
Namespace:
LibCouchbase
Package:
libcouchbase
Content:
Enum values:
FOUND
-
The item found in the memory, but not yet on the disk
LOGICALLY_DELETED
-
No knowledge of the key
NOT_FOUND
-
The item missing on the disk and the memory
PERSISTED
-
The item hit the disk
2022 vala-language.org