Class RVDatabricksDataSource
Databricks data source
Inheritance
System.Object
RVDatabricksDataSource
Implements
Inherited Members
Namespace: Reveal.Sdk.Data.Databricks
Assembly: Infragistics.Reveal.Connectors.Databricks.dll
Syntax
public class RVDatabricksDataSource : RVSqlPDSDataSource, IDataSource, IProcessDataOnServerDataSource
Constructors
RVDatabricksDataSource()
Declaration
public RVDatabricksDataSource()
RVDatabricksDataSource(BaseDataSource)
Declaration
public RVDatabricksDataSource(BaseDataSource modelDataSource)
Parameters
Type | Name | Description |
---|---|---|
Infragistics.ReportPlus.DashboardModel.BaseDataSource | modelDataSource |
Properties
Database
Name of the database/catalog to connect to.
Declaration
public string Database { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HttpPath
The partial URL corresponding to the server to connect to.
Declaration
public string HttpPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProviderKey
Declaration
protected override string ProviderKey { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Schema
Name of the schema to connect to.
Declaration
public string Schema { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ToModelDataSource()
Declaration
protected override BaseDataSource ToModelDataSource()
Returns
Type | Description |
---|---|
Infragistics.ReportPlus.DashboardModel.BaseDataSource |