Uses of Enum Class
io.revealbi.core.data.RVAzureCosmosDBConnectionMode
Packages that use RVAzureCosmosDBConnectionMode
-
Uses of RVAzureCosmosDBConnectionMode in io.revealbi.core.data
Methods in io.revealbi.core.data that return RVAzureCosmosDBConnectionModeModifier and TypeMethodDescriptionRVAzureCosmosDBDataSource.getConnectionMode()Gets or sets the connection mode used to communicate with the CosmosDB service.RVAzureCosmosDBConnectionMode.valueOf(int value) Returns theRVAzureCosmosDBConnectionModefor the given integer value.Returns the enum constant of this class with the specified name.static RVAzureCosmosDBConnectionMode[]RVAzureCosmosDBConnectionMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.revealbi.core.data with parameters of type RVAzureCosmosDBConnectionModeModifier and TypeMethodDescriptionvoidRVAzureCosmosDBDataSource.setConnectionMode(RVAzureCosmosDBConnectionMode connectionMode) Gets or sets the connection mode used to communicate with the CosmosDB service.