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

Represents a dataset (collection) in the analytics service. More...

#include <couchbase/management/analytics_dataset.hxx>

Public Attributes

std::string name
 The name of the dataset (collection)
 
std::string dataverse_name
 The name of the dataverse (scope) the dataset is stored in.
 
std::string link_name
 The name of the analytics link that is associated with the dataset.
 
std::string bucket_name
 The name of the bucket that the dataset includes.
 

Detailed Description

Represents a dataset (collection) in the analytics service.

Member Data Documentation

◆ bucket_name

std::string bucket_name

The name of the bucket that the dataset includes.

◆ dataverse_name

std::string dataverse_name

The name of the dataverse (scope) the dataset is stored in.

◆ link_name

std::string link_name

The name of the analytics link that is associated with the dataset.

◆ name

std::string name

The name of the dataset (collection)


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