Class: Libcouchbase::Ext::RESPSTOREDUR

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

Overview

(Not documented)

## Fields:

:cookie

(FFI::Pointer(*Void))

:key

(FFI::Pointer(*Void))

:nkey

(Integer)

:cas

(Integer)

:rc

(ErrorT)

:version

(Integer)

:rflags

(Integer)

:dur_resp

(RESPENDURE) Internal durability response structure. This should never be NULL

:store_ok

(Integer) If the #rc field is not @ref LCB_SUCCESS, this field indicates what failed. If this field is nonzero, then the store operation failed, but the durability checking failed. If this field is zero then the actual storage operation failed.