Class: Libcouchbase::Ext::RESPOBSEQNO

Inherits:
FFI::Struct
  • Object
show all
Defined in:
lib/libcouchbase/ext/libcouchbase/respobseqno.rb

Overview

(Not documented)

Fields:

:cookie ::

(FFI::Pointer(*Void))

:key ::

(FFI::Pointer(*Void))

:nkey ::

(Integer)

:cas ::

(Integer)

:rc ::

(ErrorT)

:version ::

(Integer)

:rflags ::

(Integer)

:vbid ::

(Integer) < vBucket ID (for potential mapping)

:server_index ::

(Integer) < Input server index

:cur_uuid ::

(Integer) < UUID for this vBucket as known to the server

:persisted_seqno ::

(Integer) < Highest persisted sequence

:mem_seqno ::

(Integer) < Highest known sequence

:old_uuid ::

(Integer) In the case where the command's uuid is not the most current, this
contains the last known UUID

:old_seqno ::

(Integer) If #old_uuid is nonzero, contains the highest sequence number persisted
in the #old_uuid snapshot.