Class RVAzureCosmosDBDataSourceItem

java.lang.Object
io.revealbi.core.data.RVDataSourceItem
io.revealbi.core.data.RVAzureCosmosDBDataSourceItem
All Implemented Interfaces:
IProcessDataOnServerDataSourceItem

public class RVAzureCosmosDBDataSourceItem extends RVDataSourceItem implements IProcessDataOnServerDataSourceItem
Azure CosmosDB data source item
  • Constructor Details

  • Method Details

    • getDatabase

      public String getDatabase()
      Gets or sets the name of the database to connect to. Optional when already defined on the data source.
      Returns:
      Gets or sets the name of the database to connect to. Optional when already defined on the data source.
    • setDatabase

      public void setDatabase(String database)
      Gets or sets the name of the database to connect to. Optional when already defined on the data source.
      Parameters:
      database - Gets or sets the name of the database to connect to. Optional when already defined on the data source.
    • getContainer

      public String getContainer()
      Gets or sets the name of the container.
      Returns:
      Gets or sets the name of the container.
    • setContainer

      public void setContainer(String container)
      Gets or sets the name of the container.
      Parameters:
      container - Gets or sets the name of the container.
    • getProcessDataOnServer

      public boolean getProcessDataOnServer()
      Returns whether data processing is performed on the Reveal server.
      Specified by:
      getProcessDataOnServer in interface IProcessDataOnServerDataSourceItem
      Returns:
      Returns whether data processing is performed on the Reveal server.
    • setProcessDataOnServer

      public void setProcessDataOnServer(boolean processDataOnServer)
      Sets whether data processing is performed on the Reveal server.
      Specified by:
      setProcessDataOnServer in interface IProcessDataOnServerDataSourceItem
      Parameters:
      processDataOnServer - Whether data processing is performed on the Reveal server.