Class AnalyticsDataset
java.lang.Object
com.couchbase.client.java.manager.analytics.AnalyticsDataset
Represents a dataset (or collection) in analytics.
-
Constructor Summary
ConstructorDescriptionAnalyticsDataset
(JsonObject json) Creates a new dataset from a raw JSON object. -
Method Summary
-
Constructor Details
-
AnalyticsDataset
Creates a new dataset from a raw JSON object.- Parameters:
json
- the decoded JSON object.
-
-
Method Details
-
name
Returns the name of the dataset (or collection).- Returns:
- the name of the dataset (or collection).
-
dataverseName
Returns the name of the dataverse in which this dataset is stored.- Returns:
- the name of the dataverse.
-
json
Returns the "raw" JSON returned from the analytics service.- Returns:
- the "raw" JSON returned from the analytics service.
-
toString
-