public class AnalyticsIndex extends Object
Constructor and Description |
---|
AnalyticsIndex(JsonObject raw)
Creates a new dataset from a raw JSON object.
|
Modifier and Type | Method and Description |
---|---|
String |
datasetName()
Returns the name of the Dataset (collection) this index is part of.
|
String |
dataverseName()
Returns the name of the dataverse.
|
String |
name()
Returns the name of the analytics index.
|
boolean |
primary()
Returns true if this index is a primary index.
|
JsonObject |
raw()
Returns the "raw" JSON returned from the analytics service.
|
String |
toString() |
@Stability.Internal public AnalyticsIndex(JsonObject raw)
raw
- the decoded JSON object.public String name()
public boolean primary()
public String datasetName()
public String dataverseName()
public JsonObject raw()
Copyright © 2024 Couchbase, Inc.. All rights reserved.