Class RVAnalysisServicesDataSourceItem

java.lang.Object
io.revealbi.core.data.RVDataSourceItem
io.revealbi.core.data.RVAnalysisServicesDataSourceItem

public class RVAnalysisServicesDataSourceItem extends RVDataSourceItem
Microsoft Analysis Services (MS SSAS) item, specifies the cube to get data from.
  • Constructor Details

  • Method Details

    • setCatalog

      public String setCatalog(String value)
      The name of the catalog (database) containing the cube.
      Parameters:
      value -
      Returns:
    • getCatalog

      public String getCatalog()
      The name of the catalog (database) containing the cube.
      Returns:
    • setCube

      public String setCube(String value)
      Name of the cube to use
      Parameters:
      value -
      Returns:
    • getCube

      public String getCube()
      Name of the cube to use
      Returns: