Sha256: 2ee8dca8cac325c318202a668768950faf5fa136146f93457c2b4f69a1605a4f

Contents?: true

Size: 621 Bytes

Versions: 4

Compression:

Stored size: 621 Bytes

Contents

module MTLibcouchbase::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

4 entries across 4 versions & 1 rubygems

Version Path
mt-libcouchbase-1.4.03 lib/mt-libcouchbase/ext/mt-libcouchbase/sdentry.rb
mt-libcouchbase-1.4.02 lib/mt-libcouchbase/ext/mt-libcouchbase/sdentry.rb
mt-libcouchbase-1.4.01 lib/mt-libcouchbase/ext/mt-libcouchbase/sdentry.rb
mt-libcouchbase-1.4.0 lib/mt-libcouchbase/ext/mt-libcouchbase/sdentry.rb