Couchbase C Client  2.10.0
Asynchronous C Client for Couchbase
lcb_RESPN1XMGMT Struct Reference


More...

#include <ixmgmt.h>

Data Fields

LCB_RESP_BASE const lcb_N1XSPEC *const * specs
 A list of pointers to specs. More...
 
size_t nspecs
 Number of specs.
 
const lcb_RESPN1QLinner
 Inner N1QL response. More...
 

Detailed Description


Stability
Volatile:

Response structure for index management operations

Examples:
example/minimal/query.c.

Field Documentation

◆ specs

LCB_RESP_BASE const lcb_N1XSPEC* const* specs

A list of pointers to specs.

This isn't a simple array of specs because the spec structure internally is backed by additional internal data.

◆ nspecs

size_t nspecs

Number of specs.

◆ inner

const lcb_RESPN1QL* inner

Inner N1QL response.

Examine on error

Examples:
example/minimal/query.c.

The documentation for this struct was generated from the following file: