Class RVAzureCosmosDBDataSource
Azure CosmosDB data source
Inheritance
System.Object
RVAzureCosmosDBDataSource
Assembly: Infragistics.Reveal.Connectors.AzureCosmosDB.dll
Syntax
public class RVAzureCosmosDBDataSource : RVDashboardDataSource, IDataSource, IProcessDataOnServerDataSource
Constructors
RVAzureCosmosDBDataSource()
Declaration
public RVAzureCosmosDBDataSource()
Properties
AcceptAnyServerCertificate
When set to true, the HTTP client accepts any server certificate without validation.
Useful in development or test environments with self-signed certificates. Do not use in production.
Declaration
public bool AcceptAnyServerCertificate { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
AccountEndpoint
Declaration
public string AccountEndpoint { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ApplicationRegion
Gets or sets the preferred Azure region for read and write operations. Leave null to use the account default.
Declaration
public string ApplicationRegion { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ConnectionMode
Gets or sets the connection mode used to communicate with the CosmosDB service.
Defaults to Gateway.
Declaration
public RVAzureCosmosDBConnectionMode ConnectionMode { get; set; }
Property Value
Database
Gets or sets the name of the database to connect to.
Declaration
public string Database { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ProcessDataOnServerDefaultValue
Declaration
public bool ProcessDataOnServerDefaultValue { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
ProcessDataOnServerReadOnly
Declaration
public bool ProcessDataOnServerReadOnly { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
ProviderKey
Declaration
protected override string ProviderKey { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Methods
ToModelDataSource()
Declaration
protected override BaseDataSource ToModelDataSource()
Returns
| Type |
Description |
| Infragistics.ReportPlus.DashboardModel.BaseDataSource |
|
Overrides
Implements