Couchbase C++ SDK 1.0.1 (rev. 58d46d7)
Loading...
Searching...
No Matches
query_index Struct Reference

#include <couchbase/management/query_index.hxx>

Public Attributes

bool is_primary { false }
 
std::string name
 
std::string state
 
std::string type
 
std::vector< std::string > index_key {}
 
std::optional< std::string > partition {}
 
std::optional< std::string > condition {}
 
std::string bucket_name
 
std::optional< std::string > scope_name {}
 
std::optional< std::string > collection_name {}
 

Member Data Documentation

◆ bucket_name

std::string bucket_name

◆ collection_name

std::optional<std::string> collection_name {}

◆ condition

std::optional<std::string> condition {}

◆ index_key

std::vector<std::string> index_key {}

◆ is_primary

bool is_primary { false }

◆ name

std::string name

◆ partition

std::optional<std::string> partition {}

◆ scope_name

std::optional<std::string> scope_name {}

◆ state

std::string state

◆ type

std::string type

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