Class RVS3DataSource
Amazon S3 data source
Inheritance
System.Object
RVS3DataSource
Namespace: Reveal.Sdk.Data.Amazon.S3
Assembly: Infragistics.Reveal.Connectors.S3.dll
Syntax
public class RVS3DataSource : RVDashboardDataSource
Constructors
RVS3DataSource()
Declaration
public RVS3DataSource()
RVS3DataSource(BaseDataSource)
Declaration
public RVS3DataSource(BaseDataSource modelDataSource)
Parameters
Type | Name | Description |
---|---|---|
Infragistics.ReportPlus.DashboardModel.BaseDataSource | modelDataSource |
Properties
AWSAccountId
Internal use only.
Declaration
public string AWSAccountId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProviderKey
Declaration
protected override string ProviderKey { get; }
Property Value
Type | Description |
---|---|
System.String |
Region
Region for the service. See the list of supported values in https://docs.aws.amazon.com/general/latest/gr/rande.html.
Declaration
public string Region { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ToModelDataSource()
Declaration
protected override BaseDataSource ToModelDataSource()
Returns
Type | Description |
---|---|
Infragistics.ReportPlus.DashboardModel.BaseDataSource |