Class: Libcouchbase::Ext::CMDFTS
- Inherits:
-
FFI::Struct
- Object
- FFI::Struct
- Libcouchbase::Ext::CMDFTS
- Defined in:
- lib/libcouchbase/ext/libcouchbase/cmdfts.rb
Overview
Fields:
:cmdflags ::
(Integer) Modifiers for command. Currently none are defined
:query ::
(String) Encoded JSON query
:nquery ::
(Integer) Length of JSON query
:callback ::
(Proc(callback_ftscallback)) Callback to be invoked. This must be supplied
:handle ::
(FFI::Pointer(*FTSHANDLE)) Optional pointer to store the handle. The handle may then be
used for query cancellation via lcb_fts_cancel()