Class AnalyticsIndex


  • public class AnalyticsIndex
    extends Object
    Represents an index in analytics.
    • Constructor Detail

      • AnalyticsIndex

        @Internal
        public AnalyticsIndex​(JsonObject raw)
        Creates a new dataset from a raw JSON object.
        Parameters:
        raw - the decoded JSON object.
    • Method Detail

      • name

        public String name()
        Returns the name of the analytics index.
        Returns:
        the name of the analytics index.
      • primary

        public boolean primary()
        Returns true if this index is a primary index.
        Returns:
        true if this index is a primary index.
      • datasetName

        public String datasetName()
        Returns the name of the Dataset (collection) this index is part of.
        Returns:
        the name of the Dataset (collection) this index is part of.
      • dataverseName

        public String dataverseName()
        Returns the name of the dataverse.
        Returns:
        the name of the dataverse.
      • raw

        public JsonObject raw()
        Returns the "raw" JSON returned from the analytics service.
        Returns:
        the "raw" JSON returned from the analytics service.