Package io.revealbi.core.data
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets or sets the name of the container.Gets or sets the name of the database to connect to.booleanReturns whether data processing is performed on the Reveal server.voidsetContainer(String container) Gets or sets the name of the container.voidsetDatabase(String database) Gets or sets the name of the database to connect to.voidsetProcessDataOnServer(boolean processDataOnServer) Sets whether data processing is performed on the Reveal server.Methods inherited from class io.revealbi.core.data.RVDataSourceItem
getDataSource, getDefaultRefreshRate, getDescription, getId, getSubtitle, getTitle, setDataSource, setDefaultRefreshRate, setDescription, setId, setSubtitle, setTitle
-
Constructor Details
-
RVAzureCosmosDBDataSourceItem
-
-
Method Details
-
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
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
Gets or sets the name of the container.- Returns:
- Gets or sets the name of the container.
-
setContainer
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:
getProcessDataOnServerin interfaceIProcessDataOnServerDataSourceItem- 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:
setProcessDataOnServerin interfaceIProcessDataOnServerDataSourceItem- Parameters:
processDataOnServer- Whether data processing is performed on the Reveal server.
-