|
Couchbase C++ SDK 1.2.0 (rev. c2439a4)
|
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. | |
Represents a dataset (collection) in the analytics service.
| std::string bucket_name |
The name of the bucket that the dataset includes.
| 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 name |
The name of the dataset (collection)