Couchbase C++ SDK 1.0.2 (rev. 51f4775)
|
Represents an index in the analytics service. More...
#include <couchbase/management/analytics_index.hxx>
Public Attributes | |
std::string | name |
The name of the analytics index. | |
std::string | dataset_name |
The name of the dataset (collection) this index is part of. | |
std::string | dataverse_name |
The name of the dataverse (scope) this index is part of. | |
bool | is_primary |
Whether this index is a primary index. | |
Represents an index in the analytics service.
std::string dataset_name |
The name of the dataset (collection) this index is part of.
std::string dataverse_name |
The name of the dataverse (scope) this index is part of.
bool is_primary |
Whether this index is a primary index.
std::string name |
The name of the analytics index.