Couchbase C Client  2.10.7
Asynchronous C Client for Couchbase
lcb_RESPN1XMGMT_st Struct Reference

#include <ixmgmt.h>

Data Fields

const LCB_RESP_BASE 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

Field Documentation

◆ specs

const LCB_RESP_BASE 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


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