Sha256: 8145a8143198d28c8127333478be77a929852c85c142df487562f7265d3cbb1d
Contents?: true
Size: 619 Bytes
Versions: 32
Compression:
Stored size: 619 Bytes
Contents
module Libcouchbase::Ext # (Not documented) # # ## Fields: # :value :: # (FFI::Pointer(*Void)) Value for the mutation (only applicable for ::LCB_SUBDOC_COUNTER, currently) # :nvalue :: # (Integer) Length of the value # :status :: # (ErrorT) Status code # :index :: # (Integer) Request index which this result pertains to. This field only # makes sense for multi mutations where not all request specs are returned # in the result class SDENTRY < FFI::Struct layout :value, :pointer, :nvalue, :ulong, :status, ErrorT, :index, :uchar end end
Version data entries
32 entries across 32 versions & 2 rubygems