Class RVAzureCosmosDBDataSourceItem

Azure CosmosDB data source item

Inheritance
System.Object
RVAzureCosmosDBDataSourceItem
Implements
Namespace: Reveal.Sdk.Data.AzureCosmosDB
Assembly: Infragistics.Reveal.Connectors.AzureCosmosDB.dll
Syntax
public class RVAzureCosmosDBDataSourceItem : RVDataSourceItem, IDataSourceItem, IProcessDataOnServerDataSourceItem

Constructors

RVAzureCosmosDBDataSourceItem(RVAzureCosmosDBDataSource)

Declaration
public RVAzureCosmosDBDataSourceItem(RVAzureCosmosDBDataSource dataSource)
Parameters
Type Name Description
RVAzureCosmosDBDataSource dataSource

Properties

Container

Gets or sets the name of the container.

Declaration
public string Container { get; set; }
Property Value
Type Description
System.String

Database

Gets or sets the name of the database to connect to. Optional when already defined on the data source.

Declaration
public string Database { get; set; }
Property Value
Type Description
System.String

ProcessDataOnServer

Returns whether data processing is performed on the Reveal server.

Declaration
public bool ProcessDataOnServer { get; set; }
Property Value
Type Description
System.Boolean

Methods

CreateModelDataSourceItem()

Declaration
public override BaseDataSourceItem CreateModelDataSourceItem()
Returns
Type Description
Infragistics.ReportPlus.DashboardModel.BaseDataSourceItem
Overrides
RVDataSourceItem.CreateModelDataSourceItem()

Implements

IProcessDataOnServerDataSourceItem