Class: Libcouchbase::Ext::KEYBUF

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

Overview

(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)