public class AnalyticsIndex
extends Object 
Represents an index in analytics.
- 
Constructor SummaryConstructors 
Creates a new dataset from a raw JSON object. 
 
 
- 
Method Summary
Returns the name of the Dataset (collection) this index is part of. 
 
Returns the name of the dataverse. 
 
Returns the name of the analytics index. 
 boolean
 
Returns true if this index is a primary index. 
 
Returns the "raw" JSON returned from the analytics service. 
   
 
 
 
- 
Constructor Details
- 
AnalyticsIndexCreates a new dataset from a raw JSON object. 
- Parameters:
- raw- the decoded JSON object.
 
 
- 
Method Details
- 
nameReturns the name of the analytics index. 
- Returns:
- the name of the analytics index.
 
- 
primarypublic boolean primary() Returns true if this index is a primary index. 
- Returns:
- true if this index is a primary index.
 
- 
datasetNameReturns the name of the Dataset (collection) this index is part of. 
- Returns:
- the name of the Dataset (collection) this index is part of.
 
- 
dataverseNameReturns the name of the dataverse. 
- Returns:
- the name of the dataverse.
 
- 
rawReturns the "raw" JSON returned from the analytics service. 
- Returns:
- the "raw" JSON returned from the analytics service.
 
-