Sha256: 2f668ea193b7e69acc66c1d3e9e1c71ea0fb279ac0d648734e98b2ecda3c9bfa
Contents?: true
Size: 994 Bytes
Versions: 4
Compression:
Stored size: 994 Bytes
Contents
module MTLibcouchbase::Ext # (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. class RESPSTOREDUR < FFI::Struct layout :cookie, :pointer, :key, :pointer, :nkey, :ulong, :cas, :ulong_long, :rc, ErrorT, :version, :ushort, :rflags, :ushort, :dur_resp, RESPENDURE.by_ref, :store_ok, :int end end
Version data entries
4 entries across 4 versions & 1 rubygems