Couchbase C++ SDK 1.2.0 (rev. c2439a4)
Loading...
Searching...
No Matches
analytics_index Struct Reference

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.

Detailed Description

Represents an index in the analytics service.

Member Data Documentation

◆ dataset_name

std::string dataset_name

The name of the dataset (collection) this index is part of.

◆ dataverse_name

std::string dataverse_name

The name of the dataverse (scope) this index is part of.

◆ is_primary

bool is_primary

Whether this index is a primary index.

◆ name

std::string name

The name of the analytics index.


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