Sha256: b60ccbac920f7d6257dd2b7cc6190518a2cfa8f80aea6e86e7f5c798772cb00d
Contents?: true
Size: 655 Bytes
Versions: 32
Compression:
Stored size: 655 Bytes
Contents
module Libcouchbase::Ext # (Not documented) # # ## Fields: # :vtype :: # (KVBUFTYPE) Value request type. This may be one of: # - LCB_KV_COPY: Copy over the value into LCB's own buffers # Use the 'contig' field to supply the information. # # - LCB_KV_CONTIG: The buffer is a contiguous chunk of value data. # Use the 'contig' field to supply the information. # # - LCB_KV_IOV: The buffer is a series of IOV elements. Use the 'multi' # field to supply the information. # :u_buf :: # (VALBUFUBuf) class VALBUF < FFI::Struct layout :vtype, KVBUFTYPE, :u_buf, VALBUFUBuf.by_value end end
Version data entries
32 entries across 32 versions & 2 rubygems