Class RVAzureCosmosDBDataSourceItem
Azure CosmosDB data source item
Inheritance
System.Object
RVAzureCosmosDBDataSourceItem
Implements
Reveal.Sdk.Data.IProcessDataOnServerDataSourceItem
Namespace: Reveal.Sdk.Data.AzureCosmosDB
Assembly: Infragistics.Reveal.Connectors.AzureCosmosDB.dll
Syntax
public class RVAzureCosmosDBDataSourceItem : RVDataSourceItem
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 |
Implements
Reveal.Sdk.Data.IProcessDataOnServerDataSourceItem