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

#include <ixmgmt.h>

Data Fields

lcb_STATUS rc
 
void * cookie
 
lcb_U16 rflags
 
const lcb_N1XSPEC *const * specs
 A list of pointers to specs.
 
size_t nspecs
 Number of specs.
 
const lcb_RESPQUERYinner
 Inner N1QL response.
 

Detailed Description

Stability
Volatile

Response structure for index management operations

Examples
example/minimal/query.c.

Field Documentation

◆ rc

◆ cookie

void* cookie

◆ rflags

lcb_U16 rflags

◆ specs

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_RESPQUERY* inner

Inner N1QL response.

Examine on error

Examples
example/minimal/query.c.

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