Sha256: d62215a4de5be39a9fe256b993c695183d18cb726b81ba3a0f2979eab8dafada
Contents?: true
Size: 586 Bytes
Versions: 32
Compression:
Stored size: 586 Bytes
Contents
module Libcouchbase::Ext # (Not documented) # # ## Fields: # :type :: # (KVBUFTYPE) The type of key to provide. This can currently be LCB_KV_COPY (Default) # to copy the key into the pipeline buffers, or LCB_KV_HEADER_AND_KEY # to provide a buffer with the header storage and the key. # # TODO: # Currently only LCB_KV_COPY should be used. LCB_KV_HEADER_AND_KEY is used # internally but may be exposed later on # :contig :: # (CONTIGBUF) class KEYBUF < FFI::Struct layout :type, KVBUFTYPE, :contig, CONTIGBUF.by_value end end
Version data entries
32 entries across 32 versions & 2 rubygems