Class RVS3DataSourceItem
Amazon S3 data source item.
Implements
Inherited Members
Namespace: Reveal.Sdk
Assembly: Infragistics.Reveal.SDK.Server.dll
Syntax
public class RVS3DataSourceItem : RVDataSourceItem, IRVResourceItem
Constructors
RVS3DataSourceItem(RVS3DataSource)
Declaration
public RVS3DataSourceItem(RVS3DataSource dataSource)
Parameters
Type | Name | Description |
---|---|---|
RVS3DataSource | dataSource |
Properties
Path
S3 path for the file represented by this item. For example: 's3://my-bucket/path/to/file.csv'
Declaration
public string Path { get; set; }
Property Value
Type | Description |
---|---|
System.String |